Propagator for element with intersection More...
#include <element.hh>
Public Types | |
typedef Gecode::Int::Element::IdxViewArray < View > | IdxViewArray |
Public Member Functions | |
virtual Actor * | copy (Space &home, bool) |
Copy propagator during cloning. | |
virtual PropCost | cost (const Space &home, const ModEventDelta &med) const |
Cost function. | |
virtual size_t | dispose (Space &home) |
Delete propagator and return its size. | |
virtual ExecStatus | propagate (Space &home, const ModEventDelta &med) |
Perform propagation. | |
Static Public Member Functions | |
static ExecStatus | post (Home home, IdxViewArray &x, View0 y, View1 z, const IntSet &u) |
Protected Member Functions | |
ElementIntersection (Space &home, bool share, ElementIntersection &p) | |
Constructor for cloning p. | |
ElementIntersection (Home home, IdxViewArray &, View0, View1, const IntSet &universe) | |
Constructor for posting. | |
Protected Attributes | |
IntSet | universe |
IdxViewArray | iv |
View0 | x0 |
View1 | x1 |
typedef Gecode::Int::Element::IdxViewArray<View> Gecode::Set::Element::ElementIntersection::IdxViewArray |
Definition at line 80 of file element.hh.
Gecode::Set::Element::ElementIntersection::ElementIntersection | ( | Space & | home, |
bool | share, | ||
ElementIntersection & | p | ||
) | [protected] |
Constructor for cloning p.
Gecode::Set::Element::ElementIntersection::ElementIntersection | ( | Home | home, |
IdxViewArray & | iv0, | ||
View0 | y0, | ||
View1 | y1, | ||
const IntSet & | universe | ||
) | [inline, protected] |
PropCost Gecode::Set::Element::ElementIntersection::cost | ( | const Space & | home, |
const ModEventDelta & | med | ||
) | const [virtual] |
size_t Gecode::Set::Element::ElementIntersection::dispose | ( | Space & | home | ) | [inline, virtual] |
Delete propagator and return its size.
Reimplemented from Gecode::Actor.
ExecStatus Gecode::Set::Element::ElementIntersection::propagate | ( | Space & | home, |
const ModEventDelta & | med | ||
) | [virtual] |
ExecStatus Gecode::Set::Element::ElementIntersection::post | ( | Home | home, |
IdxViewArray & | x, | ||
View0 | y, | ||
View1 | z, | ||
const IntSet & | u | ||
) | [static] |
Definition at line 82 of file element.hh.
Definition at line 83 of file element.hh.
View0 Gecode::Set::Element::ElementIntersection::x0 [protected] |
Definition at line 84 of file element.hh.
View1 Gecode::Set::Element::ElementIntersection::x1 [protected] |
Definition at line 85 of file element.hh.