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

Test::Search::TestSpace Class Reference

Inherits Gecode::Space.

Inherited by Test::Search::FailImmediate, and Test::Search::HasSolutions.

List of all members.


Detailed Description

Space with information.

Definition at line 177 of file search.cc.


Public Member Functions

 TestSpace (void)
 Constructor for space creation.
 TestSpace (bool share, TestSpace &s)
 Constructor for cloning s.
virtual int solutions (void) const =0
 Return number of solutions.
virtual bool best (void) const =0
 Verify that this is best solution.

Constructor & Destructor Documentation

Test::Search::TestSpace::TestSpace ( void   )  [inline]

Constructor for space creation.

Definition at line 180 of file search.cc.

Test::Search::TestSpace::TestSpace ( bool  share,
TestSpace s 
) [inline]

Constructor for cloning s.

Definition at line 182 of file search.cc.


Member Function Documentation

virtual int Test::Search::TestSpace::solutions ( void   )  const [pure virtual]

Return number of solutions.

Implemented in Test::Search::FailImmediate, and Test::Search::HasSolutions.

virtual bool Test::Search::TestSpace::best ( void   )  const [pure virtual]

Verify that this is best solution.

Implemented in Test::Search::FailImmediate, and Test::Search::HasSolutions.


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