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