Gecode::Set::Convex::ConvexHull Class Reference
[Set propagators]
#include <convex.hh>
Inherits Gecode::BinaryPropagator< Gecode::Set::SetView, PC_SET_ANY >.
Detailed Description
Propagator for the convex hull constraintRequires
#include "gecode/set/convex.hh"
Definition at line 94 of file convex.hh.
Public Member Functions | |
| virtual Actor * | copy (Space *home, bool) |
| Copy propagator during cloning. | |
| virtual ExecStatus | propagate (Space *home, ModEventDelta med) |
| Perform propagation. | |
| virtual Reflection::ActorSpec | spec (const Space *home, Reflection::VarMap &m) const |
| Specification for this propagator. | |
Static Public Member Functions | |
| static ExecStatus | post (Space *home, SetView x, SetView y) |
| Post propagator that propagates that y is the convex hull of x. | |
| static void | post (Space *home, Reflection::VarMap &vars, const Reflection::ActorSpec &spec) |
| Post using specification. | |
| static Support::Symbol | ati (void) |
| Name of this propagator. | |
Protected Member Functions | |
| ConvexHull (Space *home, bool share, ConvexHull &) | |
| Constructor for cloning p. | |
| ConvexHull (Space *home, SetView, SetView) | |
| Constructor for posting. | |
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, | |
| ModEventDelta | med | |||
| ) | [virtual] |
| ExecStatus Gecode::Set::Convex::ConvexHull::post | ( | Space * | home, | |
| SetView | x, | |||
| SetView | y | |||
| ) | [inline, static] |
| Reflection::ActorSpec Gecode::Set::Convex::ConvexHull::spec | ( | const Space * | home, | |
| Reflection::VarMap & | m | |||
| ) | const [virtual] |
| void Gecode::Set::Convex::ConvexHull::post | ( | Space * | home, | |
| Reflection::VarMap & | vars, | |||
| const Reflection::ActorSpec & | spec | |||
| ) | [static] |
| Support::Symbol Gecode::Set::Convex::ConvexHull::ati | ( | void | ) | [static] |
The documentation for this class was generated from the following files:
- gecode/set/convex.hh (Revision: 5993)
- gecode/set/convex/hull.cc (Revision: 6102)
- gecode/set/convex/hull.icc (Revision: 4790)
