Test::Int::Rel::BoolVarXY Class Reference
Test for simple relation involving Boolean variables More...
Public Member Functions | |
BoolVarXY (Gecode::IntRelType irt0, int n) | |
Create and register test. | |
virtual bool | solution (const Assignment &x) const |
Test whether x is solution | |
virtual void | post (Gecode::Space &home, Gecode::IntVarArray &x) |
Post constraint on x. | |
virtual void | post (Gecode::Space &home, Gecode::IntVarArray &x, Gecode::BoolVar b) |
Post reified constraint on x for b. | |
Protected Attributes | |
Gecode::IntRelType | irt |
Integer relation type to propagate. |
Detailed Description
Constructor & Destructor Documentation
Test::Int::Rel::BoolVarXY::BoolVarXY | ( | Gecode::IntRelType | irt0, |
int | n | ||
) | [inline] |
Member Function Documentation
virtual bool Test::Int::Rel::BoolVarXY::solution | ( | const Assignment & | x | ) | const [inline, virtual] |
virtual void Test::Int::Rel::BoolVarXY::post | ( | Gecode::Space & | home, |
Gecode::IntVarArray & | x | ||
) | [inline, virtual] |
virtual void Test::Int::Rel::BoolVarXY::post | ( | Gecode::Space & | home, |
Gecode::IntVarArray & | x, | ||
Gecode::BoolVar | b | ||
) | [inline, virtual] |
Post reified constraint on x for b.
Reimplemented from Test::Int::Test.
Member Data Documentation
Gecode::IntRelType Test::Int::Rel::BoolVarXY::irt [protected] |
The documentation for this class was generated from the following file:
- test/int/rel.cpp (Revision: 10684)