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