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