Test::Int::Rel::BoolVarXY Class Reference
[Relation constraints]
Inherits Test::Int::Test.
Detailed Description
Test for simple relation involving Boolean variables.Definition at line 121 of file rel.cc.
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. | |
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] |
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.cc (Revision: 7280)
