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