
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. | |
| Gecode::Set::Convex::ConvexHull::ConvexHull | ( | Space & | home, |
| bool | share, | ||
| ConvexHull & | p | ||
| ) | [inline, protected] |
| Gecode::Set::Convex::ConvexHull::ConvexHull | ( | Home | home, |
| SetView | x, | ||
| SetView | y | ||
| ) | [inline, protected] |
| Actor * Gecode::Set::Convex::ConvexHull::copy | ( | Space & | home, |
| bool | share | ||
| ) | [virtual] |
| 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] |