
Test for n-ary maximum constraint More...
Public Member Functions | |
| MaxNary (void) | |
| 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 n-ary maximum constraint
Definition at line 283 of file mm-arithmetic.cpp.
| Test::Int::MiniModelArithmetic::MaxNary::MaxNary | ( | void | ) | [inline] |
Create and register test.
Definition at line 286 of file mm-arithmetic.cpp.
| virtual bool Test::Int::MiniModelArithmetic::MaxNary::solution | ( | const Assignment & | x | ) | const [inline, virtual] |
Test whether x is solution
Implements Test::Int::Test.
Definition at line 290 of file mm-arithmetic.cpp.
| virtual void Test::Int::MiniModelArithmetic::MaxNary::post | ( | Gecode::Space & | home, |
| Gecode::IntVarArray & | x | ||
| ) | [inline, virtual] |