Generated on Mon Jul 6 18:09:27 2009 for Gecode by doxygen 1.5.9

SudokuMixed Class Reference
[Scripts for problems]

Example: Solving Sudoku puzzles using both set and integer constraints More...

List of all members.

Public Member Functions

 SudokuMixed (const SizeOptions &opt)
 Constructor.
 SudokuMixed (bool share, SudokuMixed &s)
 Constructor for cloning s.
virtual Spacecopy (bool share)
 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 336 of file sudoku.cpp.


Constructor & Destructor Documentation

SudokuMixed::SudokuMixed ( const SizeOptions opt  )  [inline]

Constructor.

Definition at line 339 of file sudoku.cpp.

SudokuMixed::SudokuMixed ( bool  share,
SudokuMixed s 
) [inline]

Constructor for cloning s.

Definition at line 364 of file sudoku.cpp.


Member Function Documentation

virtual Space* SudokuMixed::copy ( bool  share  )  [inline, virtual]

Perform copying during cloning.

Reimplemented from SudokuInt.

Definition at line 369 of file sudoku.cpp.

virtual void SudokuMixed::print ( std::ostream &  os  )  const [inline, virtual]

Print solution.

Reimplemented from SudokuInt.

Definition at line 374 of file sudoku.cpp.


The documentation for this class was generated from the following file: