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