Generated on Thu Mar 22 10:40:02 2012 for Gecode by doxygen 1.6.3

Test::Search::TestSpace Class Reference

Space with information. More...

List of all members.

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.

Detailed Description

Space with information.

Definition at line 76 of file search.cpp.


Constructor & Destructor Documentation

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

Constructor for space creation.

Definition at line 79 of file search.cpp.

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

Constructor for cloning s.

Definition at line 81 of file search.cpp.


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: