
Sharing test for convex hull propagator. More...
Public Member Functions | |
| ConvexHullS (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. | |
Sharing test for convex hull propagator.
Definition at line 113 of file convex.cpp.
| Test::Set::Convex::ConvexHullS::ConvexHullS | ( | const char * | t | ) | [inline] |
Create and register test.
Definition at line 116 of file convex.cpp.
| virtual bool Test::Set::Convex::ConvexHullS::solution | ( | const SetAssignment & | x | ) | const [inline, virtual] |
Test whether x is solution
Implements Test::Set::SetTest.
Definition at line 119 of file convex.cpp.
| virtual void Test::Set::Convex::ConvexHullS::post | ( | Space & | home, |
| SetVarArray & | x, | ||
| IntVarArray & | |||
| ) | [inline, virtual] |