Test for n-ary minimmum constraint More...
Public Member Functions | |
MinNary (void) | |
Create and register test. | |
virtual MaybeType | solution (const Assignment &x) const |
Test whether x is solution | |
virtual void | post (Gecode::Space &home, Gecode::FloatVarArray &x) |
Post constraint on x. |
Test for n-ary minimmum constraint
Definition at line 712 of file arithmetic.cpp.
Test::Float::Arithmetic::MinNary::MinNary | ( | void | ) | [inline] |
Create and register test.
Definition at line 715 of file arithmetic.cpp.
virtual MaybeType Test::Float::Arithmetic::MinNary::solution | ( | const Assignment & | x | ) | const [inline, virtual] |
Test whether x is solution
Implements Test::Float::Test.
Definition at line 718 of file arithmetic.cpp.
virtual void Test::Float::Arithmetic::MinNary::post | ( | Gecode::Space & | home, |
Gecode::FloatVarArray & | x | ||
) | [inline, virtual] |