Public Member Functions | |
TestSpace (void) | |
TestSpace (bool share, TestSpace &s) | |
virtual Space * | copy (bool share) |
Copying member function. |
Test::Array::TestSpace::TestSpace | ( | bool | share, |
TestSpace & | s | ||
) | [inline] |
virtual Space* Test::Array::TestSpace::copy | ( | bool | share | ) | [inline, virtual] |
Copying member function.
Must create a new object using the constructor for cloning.
Implements Gecode::Space.