Generated on Sat Aug 25 2012 15:53:16 for Gecode by doxygen 1.7.5
Test::Set::Convex::Convex Class Reference

Test for convexity propagator More...

List of all members.

Public Member Functions

 Convex (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.

Detailed Description

Test for convexity propagator


Constructor & Destructor Documentation

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

Create and register test.

Definition at line 59 of file convex.cpp.


Member Function Documentation

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

Test whether x is solution

Implements Test::Set::SetTest.

Definition at line 62 of file convex.cpp.

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

Post constraint on x.

Implements Test::Set::SetTest.

Definition at line 72 of file convex.cpp.


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