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) |
| 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, 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 80 of file convex.hh.
Constructor & Destructor Documentation
| Gecode::Set::Convex::ConvexHull::ConvexHull | ( | Space & | home, | |
| 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:
