Generated on Mon Aug 25 11:35:48 2008 for Gecode by doxygen 1.5.6

SudokuMixed Class Reference
[Scripts for problems]

Inherits SudokuInt, and SudokuSet.

List of all members.


Detailed Description

Example: Solving Sudoku puzzles using both set and integer constraints

Definition at line 460 of file sudoku.cc.


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)
 Print solution.

Constructor & Destructor Documentation

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

Constructor.

Definition at line 463 of file sudoku.cc.

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

Constructor for cloning s.

Definition at line 488 of file sudoku.cc.


Member Function Documentation

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

Perform copying during cloning.

Reimplemented from SudokuInt.

Definition at line 493 of file sudoku.cc.

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

Print solution.

Reimplemented from SudokuInt.

Definition at line 498 of file sudoku.cc.


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