SudokuMixed Class Reference
[Example scripts (models)]
Example: Solving Sudoku puzzles using both set and integer constraints More...
Public Member Functions | |
SudokuMixed (const SizeOptions &opt) | |
Constructor. | |
SudokuMixed (SudokuMixed &s) | |
Constructor for cloning s. | |
virtual Space * | copy (void) |
Perform copying during cloning. | |
virtual void | print (std::ostream &os) const |
Print solution. |
Detailed Description
Example: Solving Sudoku puzzles using both set and integer constraints
Definition at line 357 of file sudoku-advanced.cpp.
Constructor & Destructor Documentation
SudokuMixed::SudokuMixed | ( | const SizeOptions & | opt | ) | [inline] |
Constructor.
Definition at line 360 of file sudoku-advanced.cpp.
SudokuMixed::SudokuMixed | ( | SudokuMixed & | s | ) | [inline] |
Constructor for cloning s.
Definition at line 385 of file sudoku-advanced.cpp.
Member Function Documentation
virtual Space* SudokuMixed::copy | ( | void | ) | [inline, virtual] |
Perform copying during cloning.
Reimplemented from SudokuInt.
Definition at line 390 of file sudoku-advanced.cpp.
virtual void SudokuMixed::print | ( | std::ostream & | os | ) | const [inline, virtual] |
The documentation for this class was generated from the following file:
- examples/sudoku-advanced.cpp