Generated on Thu Apr 11 14:00:14 2019 for Gecode by doxygen 1.6.3

Test::Float::Arithmetic::MinNary Class Reference
[Arithmetic constraints]

Test for n-ary minimmum constraint More...

List of all members.

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.

Detailed Description

Test for n-ary minimmum constraint

Definition at line 699 of file arithmetic.cpp.


Constructor & Destructor Documentation

Test::Float::Arithmetic::MinNary::MinNary ( void   )  [inline]

Create and register test.

Definition at line 702 of file arithmetic.cpp.


Member Function Documentation

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 705 of file arithmetic.cpp.

virtual void Test::Float::Arithmetic::MinNary::post ( Gecode::Space home,
Gecode::FloatVarArray x 
) [inline, virtual]

Post constraint on x.

Implements Test::Float::Test.

Definition at line 709 of file arithmetic.cpp.


The documentation for this class was generated from the following file: