TestSpace Class Reference
Space for testing. More...
Public Member Functions | |
TestSpace (void) | |
TestSpace (bool share, TestSpace &t) | |
virtual Space * | copy (bool share) |
Copying member function. | |
virtual void | print (std::ostream &os) const |
Public Attributes | |
IntVarArray | x |
Detailed Description
Space for testing.
Definition at line 47 of file mygist.cpp.
Constructor & Destructor Documentation
TestSpace::TestSpace | ( | void | ) | [inline] |
Definition at line 50 of file mygist.cpp.
TestSpace::TestSpace | ( | bool | share, | |
TestSpace & | t | |||
) | [inline] |
Definition at line 53 of file mygist.cpp.
Member Function Documentation
virtual Space* TestSpace::copy | ( | bool | share | ) | [inline, virtual] |
Copying member function.
Must create a new object using the constructor for cloning.
Implements Gecode::Space.
Definition at line 56 of file mygist.cpp.
virtual void TestSpace::print | ( | std::ostream & | os | ) | const [inline, virtual] |
Definition at line 59 of file mygist.cpp.
Member Data Documentation
Definition at line 49 of file mygist.cpp.
The documentation for this class was generated from the following file:
- gecode/gist/standalone-example/mygist.cpp (Revision: 10684)