Generated on Thu Mar 22 10:40:01 2012 for Gecode by doxygen 1.6.3

Test::Int::Arithmetic::MaxNary Class Reference
[Arithmetic constraints]

Test for n-ary maximum constraint More...

List of all members.

Public Member Functions

 MaxNary (Gecode::IntConLevel icl)
 Create and register test.
virtual bool solution (const Assignment &x) const
 Test whether x is solution
virtual void post (Gecode::Space &home, Gecode::IntVarArray &x)
 Post constraint on x.

Detailed Description

Test for n-ary maximum constraint

Definition at line 534 of file arithmetic.cpp.


Constructor & Destructor Documentation

Test::Int::Arithmetic::MaxNary::MaxNary ( Gecode::IntConLevel  icl  )  [inline]

Create and register test.

Definition at line 537 of file arithmetic.cpp.


Member Function Documentation

virtual bool Test::Int::Arithmetic::MaxNary::solution ( const Assignment x  )  const [inline, virtual]

Test whether x is solution

Implements Test::Int::Test.

Definition at line 540 of file arithmetic.cpp.

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

Post constraint on x.

Implements Test::Int::Test.

Definition at line 544 of file arithmetic.cpp.


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