Simple example of modeling a Sudoku as a binary program. More...
Go to the source code of this file.
Namespaces | |
sudoku | |
Variables | |
list | init |
m = Model() | |
string | name = str(i) + ',' + str(j) + ',' + str(k) |
string | out = '' |
dictionary | sol = {} |
vtype | |
dictionary | x = {} |
Simple example of modeling a Sudoku as a binary program.
Definition in file sudoku.py.