Propagator for the convex hull constraint
More...
#include <convex.hh>
|
| ConvexHull (Space &home, ConvexHull &) |
| Constructor for cloning p.
|
|
| ConvexHull (Home home, SetView, SetView) |
| Constructor for posting.
|
|
| BinaryPropagator (Space &home, BinaryPropagator &p) |
| Constructor for cloning p.
|
|
| BinaryPropagator (Home home, SetView x0, SetView x1) |
| Constructor for creation.
|
|
| BinaryPropagator (Space &home, Propagator &p, SetView x0, SetView x1) |
| Constructor for rewriting p during cloning.
|
|
| Propagator (Home home) |
| Constructor for posting.
|
|
| Propagator (Space &home, Propagator &p) |
| Constructor for cloning p.
|
|
Propagator * | fwd (void) const |
| Return forwarding pointer during copying.
|
|
Kernel::GPI::Info & | gpi (void) |
| Provide access to global propagator information.
|
|
Propagator for the convex hull constraint
Requires
Definition at line 80 of file convex.hh.
◆ ConvexHull() [1/2]
Gecode::Set::Convex::ConvexHull::ConvexHull |
( |
Space & | home, |
|
|
ConvexHull & | p ) |
|
inlineprotected |
Constructor for cloning p.
Definition at line 52 of file hull.hpp.
◆ ConvexHull() [2/2]
Constructor for posting.
Definition at line 48 of file hull.hpp.
◆ copy()
Actor * Gecode::Set::Convex::ConvexHull::copy |
( |
Space & | home | ) |
|
|
virtual |
◆ propagate()
◆ post()
Post propagator that propagates that y is the convex hull of x.
Definition at line 56 of file hull.hpp.
The documentation for this class was generated from the following files: