Test for nroot constraint with shared variables More...
Public Member Functions | |
NrootXX (const std::string &s, int n0, 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. | |
Protected Attributes | |
int | n |
The root index. |
Test for nroot constraint with shared variables
Definition at line 376 of file arithmetic.cpp.
Test::Int::Arithmetic::NrootXX::NrootXX | ( | const std::string & | s, |
int | n0, | ||
const Gecode::IntSet & | d, | ||
Gecode::IntConLevel | icl | ||
) | [inline] |
Create and register test.
Definition at line 382 of file arithmetic.cpp.
virtual bool Test::Int::Arithmetic::NrootXX::solution | ( | const Assignment & | x | ) | const [inline, virtual] |
Test whether x is solution
Implements Test::Int::Test.
Definition at line 387 of file arithmetic.cpp.
virtual void Test::Int::Arithmetic::NrootXX::post | ( | Gecode::Space & | home, |
Gecode::IntVarArray & | x | ||
) | [inline, virtual] |
int Test::Int::Arithmetic::NrootXX::n [protected] |
The root index.
Definition at line 379 of file arithmetic.cpp.