Gecode::Set::Convex::Convex Class Reference
[Set propagators]
#include <convex.hh>
Inherits Gecode::UnaryPropagator< Gecode::Set::SetView, PC_SET_ANY >.
Detailed Description
Propagator for the convex constraintRequires
#include "gecode/set/convex.hh"
Definition at line 63 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) |
| Post propagator that propagates that x is convex. | |
| 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 | |
| Convex (Space *home, bool share, Convex &p) | |
| Constructor for cloning p. | |
| Convex (Space *home, SetView) | |
| Constructor for posting. | |
Constructor & Destructor Documentation
Member Function Documentation
| ExecStatus Gecode::Set::Convex::Convex::propagate | ( | Space * | home, | |
| ModEventDelta | med | |||
| ) | [virtual] |
| ExecStatus Gecode::Set::Convex::Convex::post | ( | Space * | home, | |
| SetView | x | |||
| ) | [inline, static] |
| Reflection::ActorSpec Gecode::Set::Convex::Convex::spec | ( | const Space * | home, | |
| Reflection::VarMap & | m | |||
| ) | const [virtual] |
| void Gecode::Set::Convex::Convex::post | ( | Space * | home, | |
| Reflection::VarMap & | vars, | |||
| const Reflection::ActorSpec & | spec | |||
| ) | [static] |
| Support::Symbol Gecode::Set::Convex::Convex::ati | ( | void | ) | [static] |
The documentation for this class was generated from the following files:
- gecode/set/convex.hh (Revision: 5993)
- gecode/set/convex/conv.cc (Revision: 6017)
- gecode/set/convex/conv.icc (Revision: 4790)
