
Test for simple relation involving shared Boolean variables More...
Public Member Functions | |
| BoolVarXX (Gecode::IntRelType irt0) | |
| 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. | |
Protected Attributes | |
| Gecode::IntRelType | irt |
| Integer relation type to propagate. | |
| Test::Int::Rel::BoolVarXX::BoolVarXX | ( | Gecode::IntRelType | irt0 | ) | [inline] |
| virtual bool Test::Int::Rel::BoolVarXX::solution | ( | const Assignment & | x | ) | const [inline, virtual] |
| virtual void Test::Int::Rel::BoolVarXX::post | ( | Gecode::Space & | home, |
| Gecode::IntVarArray & | x | ||
| ) | [inline, virtual] |
Gecode::IntRelType Test::Int::Rel::BoolVarXX::irt [protected] |