Generated on Wed Nov 5 2014 05:18:47 for Gecode by doxygen 1.7.6.1
Test::Float::Arithmetic::MaxNary Class Reference

Test for n-ary maximum constraint More...

List of all members.

Public Member Functions

 MaxNary (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

Definition at line 751 of file arithmetic.cpp.


Constructor & Destructor Documentation

Create and register test.

Definition at line 754 of file arithmetic.cpp.


Member Function Documentation

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

Test whether x is solution

Implements Test::Float::Test.

Definition at line 757 of file arithmetic.cpp.

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

Post constraint on x.

Implements Test::Float::Test.

Definition at line 761 of file arithmetic.cpp.


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