
Test for ElementDisjoint constraint More...
Public Member Functions | |
| ElementDisjoint (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. | |
Test for ElementDisjoint constraint
Definition at line 250 of file element.cpp.
| Test::Set::Element::ElementDisjoint::ElementDisjoint | ( | const char * | t | ) | [inline] |
Create and register test.
Definition at line 253 of file element.cpp.
| virtual bool Test::Set::Element::ElementDisjoint::solution | ( | const SetAssignment & | x | ) | const [inline, virtual] |
Test whether x is solution
Implements Test::Set::SetTest.
Definition at line 256 of file element.cpp.
| virtual void Test::Set::Element::ElementDisjoint::post | ( | Space & | home, |
| SetVarArray & | x, | ||
| IntVarArray & | |||
| ) | [inline, virtual] |