Propagator for the convex constraint More...
#include <convex.hh>
Public Member Functions | |
virtual Actor * | copy (Space &home, bool) |
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, bool share, Convex &p) | |
Constructor for cloning p. | |
Convex (Home home, SetView) | |
Constructor for posting. |
Gecode::Set::Convex::Convex::Convex | ( | Space & | home, |
bool | share, | ||
Convex & | p | ||
) | [inline, protected] |
Gecode::Set::Convex::Convex::Convex | ( | Home | home, |
SetView | x | ||
) | [inline, protected] |
Actor * Gecode::Set::Convex::Convex::copy | ( | Space & | home, |
bool | share | ||
) | [virtual] |
ExecStatus Gecode::Set::Convex::Convex::propagate | ( | Space & | home, |
const ModEventDelta & | med | ||
) | [virtual] |
ExecStatus Gecode::Set::Convex::Convex::post | ( | Home | home, |
SetView | x | ||
) | [inline, static] |