Gecode::Set::Convex::ConvexHull Class Reference
[Set propagators]
Propagator for the convex hull constraint More...
#include <convex.hh>
Public Member Functions | |
virtual Actor * | copy (Space &home, bool) |
Copy propagator during cloning. | |
virtual ExecStatus | propagate (Space &home, const ModEventDelta &med) |
Perform propagation. | |
Static Public Member Functions | |
static ExecStatus | post (Home 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 (Home home, SetView, SetView) | |
Constructor for posting. |
Detailed Description
Propagator for the convex hull constraint
Requires
#include <gecode/set/convex.hh>
Definition at line 84 of file convex.hh.
Constructor & Destructor Documentation
Gecode::Set::Convex::ConvexHull::ConvexHull | ( | Space & | home, | |
bool | share, | |||
ConvexHull & | p | |||
) | [inline, protected] |
Member Function Documentation
ExecStatus Gecode::Set::Convex::ConvexHull::propagate | ( | Space & | home, | |
const ModEventDelta & | med | |||
) | [virtual] |
ExecStatus Gecode::Set::Convex::ConvexHull::post | ( | Home | home, | |
SetView | x, | |||
SetView | y | |||
) | [inline, static] |
The documentation for this class was generated from the following files:
- gecode/set/convex.hh (Revision: 9878)
- gecode/set/convex/hull.cpp (Revision: 13068)
- gecode/set/convex/hull.hpp (Revision: 9878)