Test for convex hull propagator More...
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. |
Test for convex hull propagator
Test::Set::Convex::ConvexHull::ConvexHull | ( | const char * | t | ) | [inline] |
Create and register test.
Definition at line 82 of file convex.cpp.
virtual bool Test::Set::Convex::ConvexHull::solution | ( | const SetAssignment & | x | ) | const [inline, virtual] |
virtual void Test::Set::Convex::ConvexHull::post | ( | Space & | home, |
SetVarArray & | x, | ||
IntVarArray & | |||
) | [inline, virtual] |