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