Space with information. More...
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. |
Space with information.
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.
virtual int Test::Search::TestSpace::solutions | ( | void | ) | const [pure virtual] |
Return number of solutions.
Implemented in Test::Search::HasSolutions, and Test::Search::FailImmediate.
virtual bool Test::Search::TestSpace::best | ( | void | ) | const [pure virtual] |
Verify that this is best solution.
Implemented in Test::Search::HasSolutions, and Test::Search::FailImmediate.