PicturePuzzle Class Reference
[Example scripts (models)]
Inherits Example.
Detailed Description
Example: Picture puzzlesThis example solves picture-puzzles. A picture-puzzle is composed of a matrix of markers. For each row/column there is a specification on how many groups of markers (separated by one or more unmarked spots) and their length. The objective is to find a valid assignment, which incidentally may also produce a pretty picture.
Definition at line 40 of file picture-puzzle.cc.
Public Member Functions | |
PicturePuzzle (const Options &o) | |
Construction of the model. | |
PicturePuzzle (bool share, PicturePuzzle &s) | |
Constructor for cloning s. | |
virtual Space * | copy (bool share) |
Copy space during cloning. | |
virtual void | print (void) |
Print solution. |
Constructor & Destructor Documentation
|
Construction of the model.
Definition at line 72 of file picture-puzzle.cc. |
|
Constructor for cloning s.
Definition at line 99 of file picture-puzzle.cc. |
Member Function Documentation
|
Copy space during cloning.
Implements Gecode::Space. Definition at line 106 of file picture-puzzle.cc. |
|
Print solution.
Reimplemented from Example. Definition at line 112 of file picture-puzzle.cc. |
The documentation for this class was generated from the following file:
- examples/picture-puzzle.cc (Revision: 2391)