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