Test::Int::Bool::ITEBool Class Reference
[Boolean constraints]
Test for if-then-else-constraint More...
Public Member Functions | |
| ITEBool (void) | |
| 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 466 of file bool.cpp.
Constructor & Destructor Documentation
| Test::Int::Bool::ITEBool::ITEBool | ( | void | ) | [inline] |
Member Function Documentation
| virtual bool Test::Int::Bool::ITEBool::solution | ( | const Assignment & | x | ) | const [inline, virtual] |
| virtual void Test::Int::Bool::ITEBool::post | ( | Gecode::Space & | home, | |
| Gecode::IntVarArray & | x | |||
| ) | [inline, virtual] |
The documentation for this class was generated from the following file:
- test/int/bool.cpp
