Gecode::Set::Convex::ConvexHull Class Reference
[Set propagators]
#include <convex.hh>
Inherits Gecode::BinaryPropagator< View, pc >< Gecode::Set::SetView, PC_SET_ANY >.
Detailed Description
Propagator for the convex hull constraintRequires
#include "gecode/set/convex.hh"
Definition at line 69 of file convex.hh.
Public Member Functions | |
virtual Actor * | copy (Space *home, bool) |
Copy propagator during cloning. | |
virtual ExecStatus | propagate (Space *home) |
Perform propagation. | |
Static Public Member Functions | |
static ExecStatus | post (Space *home, SetView x, SetView y) |
Post propagator that propagates that y is the convex hull of x. | |
Protected Member Functions | |
ConvexHull (Space *home, bool share, ConvexHull &) | |
Constructor for cloning p. | |
ConvexHull (Space *home, SetView, SetView) | |
Constructor for posting. |
Constructor & Destructor Documentation
Gecode::Set::Convex::ConvexHull::ConvexHull | ( | Space * | home, | |
bool | share, | |||
ConvexHull & | ||||
) | [inline, protected] |
Member Function Documentation
ExecStatus Gecode::Set::Convex::ConvexHull::propagate | ( | Space * | home | ) | [virtual] |
ExecStatus Gecode::Set::Convex::ConvexHull::post | ( | Space * | home, | |
SetView | x, | |||
SetView | y | |||
) | [inline, static] |
The documentation for this class was generated from the following files:
- gecode/set/convex.hh (Revision: 3232)
- gecode/set/convex/hull.cc (Revision: 3232)
- gecode/set/convex/hull.icc (Revision: 3232)