Generated on Mon May 30 22:32:02 2016 for Gecode by doxygen 1.6.1

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

Test for n-ary maximum constraint with shared variables More...

List of all members.

Public Member Functions

 MaxNaryShared (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 maximum constraint with shared variables

Definition at line 772 of file arithmetic.cpp.


Constructor & Destructor Documentation

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

Create and register test.

Definition at line 775 of file arithmetic.cpp.


Member Function Documentation

virtual MaybeType Test::Float::Arithmetic::MaxNaryShared::solution ( const Assignment x  )  const [inline, virtual]

Test whether x is solution

Implements Test::Float::Test.

Definition at line 778 of file arithmetic.cpp.

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

Post constraint on x.

Implements Test::Float::Test.

Definition at line 782 of file arithmetic.cpp.


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