Test::Int::Bool::ITEInt Class Reference
[Boolean constraints]
Test for if-then-else-constraint More...
Public Member Functions | |
| ITEInt (Gecode::IntPropLevel ipl) | |
| Construct and register test. | |
| virtual bool | solution (const Assignment &x) const |
| Check whether x is solution. | |
| virtual void | post (Gecode::Space &home, Gecode::IntVarArray &x) |
| Post constraint. | |
Detailed Description
Test for if-then-else-constraint
Definition at line 441 of file bool.cpp.
Constructor & Destructor Documentation
| Test::Int::Bool::ITEInt::ITEInt | ( | Gecode::IntPropLevel | ipl | ) | [inline] |
Member Function Documentation
| virtual bool Test::Int::Bool::ITEInt::solution | ( | const Assignment & | x | ) | const [inline, virtual] |
| virtual void Test::Int::Bool::ITEInt::post | ( | Gecode::Space & | home, | |
| Gecode::IntVarArray & | x | |||
| ) | [inline, virtual] |
The documentation for this class was generated from the following file:
- test/int/bool.cpp
