
Test for n-ary minimmum constraint with shared variables More...
Public Member Functions | |
| MinNaryShared (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 n-ary minimmum constraint with shared variables
Definition at line 523 of file arithmetic.cpp.
Create and register test.
Definition at line 526 of file arithmetic.cpp.
| virtual bool Test::Int::Arithmetic::MinNaryShared::solution | ( | const Assignment & | x | ) | const [inline, virtual] |
Test whether x is solution
Implements Test::Int::Test.
Definition at line 529 of file arithmetic.cpp.
| virtual void Test::Int::Arithmetic::MinNaryShared::post | ( | Gecode::Space & | home, |
| Gecode::IntVarArray & | x | ||
| ) | [inline, virtual] |