Test::Set::Rel::ITE Class Reference
[Relation constraints]
Test for if-then-else-constraint More...
Public Member Functions | |
| ITE (void) | |
| Construct and register test. | |
| virtual bool | solution (const SetAssignment &x) const |
| Check whether x is a solution. | |
| void | post (Space &home, SetVarArray &x, IntVarArray &y) |
| Post constraint on x and y. | |
Detailed Description
Test for if-then-else-constraint
Definition at line 133 of file rel.cpp.
Constructor & Destructor Documentation
| Test::Set::Rel::ITE::ITE | ( | void | ) | [inline] |
Member Function Documentation
| virtual bool Test::Set::Rel::ITE::solution | ( | const SetAssignment & | x | ) | const [inline, virtual] |
Check whether x is a solution.
Implements Test::Set::SetTest.
| void Test::Set::Rel::ITE::post | ( | Space & | home, | |
| SetVarArray & | x, | |||
| IntVarArray & | y | |||
| ) | [inline, virtual] |
The documentation for this class was generated from the following file:
- test/set/rel.cpp
