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

KnightsCircuit Class Reference
[Scripts for problems]

Inherits Knights.

List of all members.


Detailed Description

Example: n-Knights tour (Model using Circuit)

Fill an n times n chess board with knights such that the knights do a full tour by knights move (last knight reaches first knight again).

Definition at line 173 of file knights.cc.


Public Member Functions

 KnightsCircuit (const SizeOptions &opt)
 KnightsCircuit (bool share, KnightsCircuit &s)
 Constructor for cloning s.
virtual Spacecopy (bool share)
 Copy during cloning.

Constructor & Destructor Documentation

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

Definition at line 175 of file knights.cc.

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

Constructor for cloning s.

Definition at line 191 of file knights.cc.


Member Function Documentation

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

Copy during cloning.

Implements Gecode::Space.

Definition at line 194 of file knights.cc.


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