Test space More...
Public Member Functions | |
OneArray (int n, int l, int u) | |
Constructor for creation. | |
OneArray (bool share, OneArray &s) | |
Constructor for cloning s. | |
virtual Space * | copy (bool share) |
Copy during cloning. | |
IntArgs | solution (void) |
Return the solution as IntArgs. | |
virtual IntArgs * | expectedSolutions (void) |
Expected solutions. | |
Public Attributes | |
IntVarArray | xs |
Variables. |
Test::LDSB::OneArray::OneArray | ( | int | n, |
int | l, | ||
int | u | ||
) | [inline] |
Test::LDSB::OneArray::OneArray | ( | bool | share, |
OneArray & | s | ||
) | [inline] |
virtual Space* Test::LDSB::OneArray::copy | ( | bool | share | ) | [inline, virtual] |
IntArgs Test::LDSB::OneArray::solution | ( | void | ) | [inline] |
virtual IntArgs* Test::LDSB::OneArray::expectedSolutions | ( | void | ) | [inline, virtual] |