Test for nroot constraint More...
Public Member Functions | |
NrootXY (const std::string &s, int n0, const Gecode::IntSet &d, Gecode::IntConLevel icl) | |
Floor. | |
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 | |
int | n |
The root index. |
Test for nroot constraint
Definition at line 345 of file arithmetic.cpp.
Test::Int::Arithmetic::NrootXY::NrootXY | ( | const std::string & | s, |
int | n0, | ||
const Gecode::IntSet & | d, | ||
Gecode::IntConLevel | icl | ||
) | [inline] |
virtual bool Test::Int::Arithmetic::NrootXY::solution | ( | const Assignment & | x | ) | const [inline, virtual] |
Test whether x is solution
Implements Test::Int::Test.
Definition at line 357 of file arithmetic.cpp.
virtual void Test::Int::Arithmetic::NrootXY::post | ( | Gecode::Space & | home, |
Gecode::IntVarArray & | x | ||
) | [inline, virtual] |
int Test::Int::Arithmetic::NrootXY::n [protected] |
The root index.
Definition at line 348 of file arithmetic.cpp.