Test::Assign::IntTestSpace Class Reference
Space for executing integer tests. More...
Public Member Functions | |
| IntTestSpace (int n, Gecode::IntSet &d) | |
| Initialize test space. | |
| IntTestSpace (bool share, IntTestSpace &s) | |
| Constructor for cloning s. | |
| virtual Gecode::Space * | copy (bool share) |
| Copy space during cloning. | |
Public Attributes | |
| Gecode::IntVarArray | x |
| Variables to be tested. | |
Collection of possible arguments for integer assignments | |
| BoolTestSpace | |
| const Gecode::IntAssign | int_assign [] |
| Integer value assignments. | |
| const int | n_int_assign |
| Number of integer value selections. | |
| const char * | int_assign_name [] |
| Names for integer assignments. | |
Detailed Description
Space for executing integer tests.Definition at line 45 of file assign.cpp.
Constructor & Destructor Documentation
| Test::Assign::IntTestSpace::IntTestSpace | ( | int | n, | |
| Gecode::IntSet & | d | |||
| ) | [inline] |
| Test::Assign::IntTestSpace::IntTestSpace | ( | bool | share, | |
| IntTestSpace & | s | |||
| ) | [inline] |
Member Function Documentation
| virtual Gecode::Space* Test::Assign::IntTestSpace::copy | ( | bool | share | ) | [inline, virtual] |
Friends And Related Function Documentation
const Gecode::IntAssign int_assign[] [related] |
const int n_int_assign [related] |
Initial value:
sizeof(int_assign)/sizeof(Gecode::IntAssign)
Definition at line 118 of file assign.cpp.
const char* int_assign_name[] [related] |
Initial value:
{
"INT_ASSIGN_MIN",
"INT_ASSIGN_MED",
"INT_ASSIGN_MAX",
"INT_ASSIGN_RND"
}
Definition at line 121 of file assign.cpp.
Member Data Documentation
The documentation for this class was generated from the following file:
