Test for squaring constraint More...
Public Member Functions | |
SqrXY (const std::string &s, const Gecode::IntSet &d, 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 squaring constraint
Definition at line 154 of file arithmetic.cpp.
Test::Int::Arithmetic::SqrXY::SqrXY | ( | const std::string & | s, |
const Gecode::IntSet & | d, | ||
Gecode::IntConLevel | icl | ||
) | [inline] |
Create and register test.
Definition at line 157 of file arithmetic.cpp.
virtual bool Test::Int::Arithmetic::SqrXY::solution | ( | const Assignment & | x | ) | const [inline, virtual] |
Test whether x is solution
Implements Test::Int::Test.
Definition at line 161 of file arithmetic.cpp.
virtual void Test::Int::Arithmetic::SqrXY::post | ( | Gecode::Space & | home, |
Gecode::IntVarArray & | x | ||
) | [inline, virtual] |