
Propagator for the subset constraint More...
#include <rel.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, View0 x, View1 y) |
Post propagator . | |
Protected Member Functions | |
| Subset (Space &home, bool share, Subset &p) | |
| Constructor for cloning p. | |
| Subset (Home home, View0, View1) | |
| Constructor for posting. | |
Constructor for cloning p.
Definition at line 54 of file subset.hpp.
| Gecode::Set::Rel::Subset::Subset | ( | Home | home, |
| View0 | y0, | ||
| View1 | y1 | ||
| ) | [inline, protected] |
Constructor for posting.
Definition at line 48 of file subset.hpp.
Copy propagator during cloning.
Definition at line 66 of file subset.hpp.
| ExecStatus Gecode::Set::Rel::Subset::propagate | ( | Space & | home, |
| const ModEventDelta & | med | ||
| ) | [virtual] |
Perform propagation.
Definition at line 72 of file subset.hpp.
| ExecStatus Gecode::Set::Rel::Subset::post | ( | Home | home, |
| View0 | x, | ||
| View1 | y | ||
| ) | [static] |
Post propagator
.
Definition at line 59 of file subset.hpp.