PySCIPOpt  4.3.0
Python Interface for the SCIP Optimization Suite
sudoku.py File Reference

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 = {}
 

Detailed Description

Simple example of modeling a Sudoku as a binary program.

Definition in file sudoku.py.