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 |
| | Union (Space &home, bool share, Union &p) |
| | Constructor for cloning p.
|
| | Union (Home home, View0, View1, View2) |
| | Constructor for posting.
|
template<class View0, class View1, class View2>
class Gecode::Set::RelOp::Union< View0, View1, View2 >
Propagator for ternary union
Requires
Definition at line 156 of file rel-op.hh.