Gecode::Set::Convex::Convex Class Reference
[Set propagators]
Propagator for the convex constraint More...
#include <convex.hh>
Public Member Functions | |
| virtual Actor * | copy (Space &home) |
| 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) |
| Post propagator that propagates that x is convex. | |
Protected Member Functions | |
| Convex (Space &home, Convex &p) | |
| Constructor for cloning p. | |
| Convex (Home home, SetView) | |
| Constructor for posting. | |
Detailed Description
Propagator for the convex constraint
Requires
#include <gecode/set/convex.hh>
Definition at line 58 of file convex.hh.
Constructor & Destructor Documentation
Member Function Documentation
| ExecStatus Gecode::Set::Convex::Convex::propagate | ( | Space & | home, | |
| const ModEventDelta & | med | |||
| ) | [virtual] |
| ExecStatus Gecode::Set::Convex::Convex::post | ( | Home | home, | |
| SetView | x | |||
| ) | [inline, static] |
The documentation for this class was generated from the following files:
