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