Gecode::Set::RelOp::Intersection< View0, View1, View2 > Class Template Reference
[Set propagators]
Propagator for ternary intersection More...
#include <rel-op.hh>
Public Member Functions | |
| virtual Actor * | copy (Space &home) |
| 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, Intersection &p) | |
| Constructor for cloning p. | |
| Intersection (Home home, View0, View1, View2) | |
| Constructor for posting. | |
Detailed Description
template<class View0, class View1, class View2>
class Gecode::Set::RelOp::Intersection< View0, View1, View2 >
Propagator for ternary intersection
Requires
#include <gecode/set/rel-op.hh>
Definition at line 122 of file rel-op.hh.
Constructor & Destructor Documentation
template<class View0 , class View1 , class View2 >
| Gecode::Set::RelOp::Intersection< View0, View1, View2 >::Intersection | ( | Space & | home, | |
| Intersection< View0, View1, View2 > & | p | |||
| ) | [inline, protected] |
template<class View0 , class View1 , class View2 >
| Gecode::Set::RelOp::Intersection< View0, View1, View2 >::Intersection | ( | Home | home, | |
| View0 | y0, | |||
| View1 | y1, | |||
| View2 | y2 | |||
| ) | [inline, protected] |
Member Function Documentation
template<class View0 , class View1 , class View2 >
| Actor * Gecode::Set::RelOp::Intersection< View0, View1, View2 >::copy | ( | Space & | home | ) | [inline, virtual] |
template<class View0 , class View1 , class View2 >
| ExecStatus Gecode::Set::RelOp::Intersection< View0, View1, View2 >::propagate | ( | Space & | home, | |
| const ModEventDelta & | med | |||
| ) | [inline, virtual] |
template<class View0 , class View1 , class View2 >
| ExecStatus Gecode::Set::RelOp::Intersection< View0, View1, View2 >::post | ( | Home | home, | |
| View0 | x, | |||
| View1 | y, | |||
| View2 | z | |||
| ) | [inline, static] |
The documentation for this class was generated from the following files:

.