Test for element with variable array and integer variables More...
Public Member Functions | |
VarIntVar (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. |
Test for element with variable array and integer variables
Definition at line 158 of file element.cpp.
Test::Int::Element::VarIntVar::VarIntVar | ( | Gecode::IntConLevel | icl | ) | [inline] |
Create and register test.
Definition at line 161 of file element.cpp.
virtual bool Test::Int::Element::VarIntVar::solution | ( | const Assignment & | x | ) | const [inline, virtual] |
virtual void Test::Int::Element::VarIntVar::post | ( | Gecode::Space & | home, |
Gecode::IntVarArray & | x | ||
) | [inline, virtual] |