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