Generated on Thu Apr 11 14:00:22 2019 for Gecode by doxygen 1.6.3

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

Sharing test for convex hull propagator. More...

List of all members.

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.

Detailed Description

Sharing test for convex hull propagator.

Definition at line 109 of file convex.cpp.


Constructor & Destructor Documentation

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

Create and register test.

Definition at line 112 of file convex.cpp.


Member Function Documentation

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 115 of file convex.cpp.

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

Post constraint on x.

Implements Test::Set::SetTest.

Definition at line 125 of file convex.cpp.


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