Generated on Mon Aug 25 11:35:55 2008 for Gecode by doxygen 1.5.6

Test::Set::Convex::ConvexHull Class Reference
[Convexity constraints]

Inherits Test::Set::SetTest.

List of all members.


Detailed Description

Test for convex hull propagator.

Definition at line 79 of file convex.cc.


Public Member Functions

 ConvexHull (const char *t)
 Create and register test.
virtual bool solution (const SetAssignment &x) const
 Test whether x is solution.
virtual void post (Space *home, SetVarArray &x, IntVarArray &)
 Post constraint on x.

Constructor & Destructor Documentation

Test::Set::Convex::ConvexHull::ConvexHull ( const char *  t  )  [inline]

Create and register test.

Definition at line 82 of file convex.cc.


Member Function Documentation

virtual bool Test::Set::Convex::ConvexHull::solution ( const SetAssignment x  )  const [inline, virtual]

Test whether x is solution.

Implements Test::Set::SetTest.

Definition at line 85 of file convex.cc.

virtual void Test::Set::Convex::ConvexHull::post ( Space home,
SetVarArray x,
IntVarArray  
) [inline, virtual]

Post constraint on x.

Implements Test::Set::SetTest.

Definition at line 106 of file convex.cc.


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