Test::Set::Element::ElementInter Class Reference
[Element constraints]
Test for ElementInter constraint More...
Public Member Functions | |
| ElementInter (const char *t) | |
| Create and register test. | |
| virtual bool | solution (const SetAssignment &x) const |
| Test whether x is solution | |
| virtual void | post (Space &home, SetVarArray &x, IntVarArray &) |
| Post constraint on x. | |
Detailed Description
Test for ElementInter constraint
Definition at line 149 of file element.cpp.
Constructor & Destructor Documentation
| Test::Set::Element::ElementInter::ElementInter | ( | const char * | t | ) | [inline] |
Create and register test.
Definition at line 152 of file element.cpp.
Member Function Documentation
| virtual bool Test::Set::Element::ElementInter::solution | ( | const SetAssignment & | x | ) | const [inline, virtual] |
Test whether x is solution
Implements Test::Set::SetTest.
Definition at line 155 of file element.cpp.
| virtual void Test::Set::Element::ElementInter::post | ( | Space & | home, | |
| SetVarArray & | x, | |||
| IntVarArray & | ||||
| ) | [inline, virtual] |
The documentation for this class was generated from the following file:
- test/set/element.cpp
