N-queens minimum and knights and bishops: Difference between revisions

Content added Content deleted
m (syntax highlighting fixup automation)
Line 612: Line 612:
=={{header|Julia}}==
=={{header|Julia}}==
Uses the Cbc optimizer (github.com/coin-or/Cbc) for its complementarity support.
Uses the Cbc optimizer (github.com/coin-or/Cbc) for its complementarity support.
<syntaxhighlight lang="ruby">""" Rosetta code task N-queens_minimum_and_knights_and_bishops """
<syntaxhighlight lang="julia">""" Rosetta code task N-queens_minimum_and_knights_and_bishops """


import Cbc
import Cbc