Propagator for the convex constraint
More...
#include <convex.hh>
|
| | Convex (Space &home, bool share, Convex &p) |
| | Constructor for cloning p. More...
|
| |
| | Convex (Home home, SetView) |
| | Constructor for posting. More...
|
| |
| | UnaryPropagator (Space &home, bool share, UnaryPropagator &p) |
| | Constructor for cloning p. More...
|
| |
| | UnaryPropagator (Space &home, bool share, Propagator &p, SetViewx0) |
| | Constructor for rewriting p during cloning. More...
|
| |
| | UnaryPropagator (Home home, SetViewx0) |
| | Constructor for creation. More...
|
| |
| | Propagator (Home home) |
| | Constructor for posting. More...
|
| |
| | Propagator (Space &home, bool share, Propagator &p) |
| | Constructor for cloning p. More...
|
| |
| Propagator * | fwd (void) const |
| | Return forwarding pointer during copying. More...
|
| |
Propagator for the convex constraint
Requires
Definition at line 62 of file convex.hh.
| Gecode::Set::Convex::Convex::Convex |
( |
Space & |
home, |
|
|
bool |
share, |
|
|
Convex & |
p |
|
) |
| |
|
inlineprotected |
Constructor for cloning p.
Definition at line 56 of file conv.hpp.
| Gecode::Set::Convex::Convex::Convex |
( |
Home |
home, |
|
|
SetView |
x |
|
) |
| |
|
inlineprotected |
Constructor for posting.
Definition at line 52 of file conv.hpp.
| Actor * Gecode::Set::Convex::Convex::copy |
( |
Space & |
home, |
|
|
bool |
share |
|
) |
| |
|
virtual |
Post propagator that propagates that x is convex.
Definition at line 60 of file conv.hpp.
The documentation for this class was generated from the following files: