Propagator for the convex hull constraint
More...
#include <convex.hh>
|
| ConvexHull (Space &home, bool share, ConvexHull &) |
| Constructor for cloning p. More...
|
|
| ConvexHull (Home home, SetView, SetView) |
| Constructor for posting. More...
|
|
| BinaryPropagator (Space &home, bool share, BinaryPropagator &p) |
| Constructor for cloning p. More...
|
|
| BinaryPropagator (Home home, SetViewx0, SetViewx1) |
| Constructor for creation. More...
|
|
| BinaryPropagator (Space &home, bool share, Propagator &p, SetViewx0, SetViewx1) |
| Constructor for rewriting p during cloning. More...
|
|
| Propagator (Home home) |
| Constructor for posting. More...
|
|
| Propagator (Space &home, bool share, Propagator &p) |
| Constructor for cloning p. More...
|
|
Propagator * | fwd (void) const |
| Return forwarding pointer during copying. More...
|
|
Propagator for the convex hull constraint
Requires
Definition at line 84 of file convex.hh.
Gecode::Set::Convex::ConvexHull::ConvexHull |
( |
Space & |
home, |
|
|
bool |
share, |
|
|
ConvexHull & |
p |
|
) |
| |
|
inlineprotected |
Constructor for cloning p.
Definition at line 56 of file hull.hpp.
Constructor for posting.
Definition at line 52 of file hull.hpp.
Actor * Gecode::Set::Convex::ConvexHull::copy |
( |
Space & |
home, |
|
|
bool |
share |
|
) |
| |
|
virtual |
Post propagator that propagates that y is the convex hull of x.
Definition at line 60 of file hull.hpp.
The documentation for this class was generated from the following files: