Generated on Wed Jan 4 17:49:16 2006 for Gecode by doxygen 1.4.6

PicturePuzzle Class Reference
[Example scripts (models)]

Inherits Example.

List of all members.


Detailed Description

Example: Picture puzzles

This 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 Spacecopy (bool share)
 Copy space during cloning.
virtual void print (void)
 Print solution.


Constructor & Destructor Documentation

PicturePuzzle::PicturePuzzle const Options o  )  [inline]
 

Construction of the model.

Definition at line 72 of file picture-puzzle.cc.

PicturePuzzle::PicturePuzzle bool  share,
PicturePuzzle s
[inline]
 

Constructor for cloning s.

Definition at line 99 of file picture-puzzle.cc.


Member Function Documentation

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

Copy space during cloning.

Implements Gecode::Space.

Definition at line 106 of file picture-puzzle.cc.

virtual void PicturePuzzle::print void   )  [inline, virtual]
 

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: