Generated on Tue Dec 13 2011 10:02:55 for Gecode by doxygen 1.7.4
Test::Int::Arithmetic::MaxXYZ Class Reference

Test for binary maximum constraint More...

List of all members.

Public Member Functions

 MaxXYZ (const std::string &s, const Gecode::IntSet &d, 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 binary maximum constraint

Definition at line 418 of file arithmetic.cpp.


Constructor & Destructor Documentation

Test::Int::Arithmetic::MaxXYZ::MaxXYZ ( const std::string &  s,
const Gecode::IntSet d,
Gecode::IntConLevel  icl 
) [inline]

Create and register test.

Definition at line 421 of file arithmetic.cpp.


Member Function Documentation

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

Test whether x is solution

Implements Test::Int::Test.

Definition at line 427 of file arithmetic.cpp.

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

Post constraint on x.

Implements Test::Int::Test.

Definition at line 431 of file arithmetic.cpp.


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