
Test for simple relation involving integer variables More...
Public Member Functions | |
| IntVarXY (Gecode::IntRelType irt0, int n, Gecode::IntConLevel icl) | |
| 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. | |
| Test::Int::Rel::IntVarXY::IntVarXY | ( | Gecode::IntRelType | irt0, |
| int | n, | ||
| Gecode::IntConLevel | icl | ||
| ) | [inline] |
| virtual bool Test::Int::Rel::IntVarXY::solution | ( | const Assignment & | x | ) | const [inline, virtual] |
| virtual void Test::Int::Rel::IntVarXY::post | ( | Gecode::Space & | home, |
| Gecode::IntVarArray & | x | ||
| ) | [inline, virtual] |
| virtual void Test::Int::Rel::IntVarXY::post | ( | Gecode::Space & | home, |
| Gecode::IntVarArray & | x, | ||
| Gecode::BoolVar | b | ||
| ) | [inline, virtual] |
Post reified constraint on x for b.
Reimplemented from Test::Int::Test.
Gecode::IntRelType Test::Int::Rel::IntVarXY::irt [protected] |