
Propagator for element with disjointness More...
#include <element.hh>
Public Types | |
| typedef Gecode::Int::Element::IdxViewArray < SView > | 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, RView y) |
Post propagator for . | |
Protected Member Functions | |
| ElementDisjoint (Space &home, bool share, ElementDisjoint &p) | |
| Constructor for cloning p. | |
| ElementDisjoint (Home home, IdxViewArray &, RView) | |
| Constructor for posting. | |
Protected Attributes | |
| IdxViewArray | iv |
| RView | x1 |
| typedef Gecode::Int::Element::IdxViewArray<SView> Gecode::Set::Element::ElementDisjoint::IdxViewArray |
Definition at line 187 of file element.hh.
| Gecode::Set::Element::ElementDisjoint::ElementDisjoint | ( | Space & | home, |
| bool | share, | ||
| ElementDisjoint & | p | ||
| ) | [inline, protected] |
Constructor for cloning p.
Definition at line 55 of file disjoint.hpp.
| Gecode::Set::Element::ElementDisjoint::ElementDisjoint | ( | Home | home, |
| IdxViewArray & | iv0, | ||
| RView | y1 | ||
| ) | [inline, protected] |
Constructor for posting.
Definition at line 44 of file disjoint.hpp.
Copy propagator during cloning.
Implements Gecode::Actor.
Definition at line 93 of file disjoint.hpp.
| PropCost Gecode::Set::Element::ElementDisjoint::cost | ( | const Space & | home, |
| const ModEventDelta & | med | ||
| ) | const [virtual] |
| size_t Gecode::Set::Element::ElementDisjoint::dispose | ( | Space & | home | ) | [inline, virtual] |
Delete propagator and return its size.
Reimplemented from Gecode::Actor.
Definition at line 84 of file disjoint.hpp.
| ExecStatus Gecode::Set::Element::ElementDisjoint::propagate | ( | Space & | home, |
| const ModEventDelta & | med | ||
| ) | [virtual] |
| ExecStatus Gecode::Set::Element::ElementDisjoint::post | ( | Home | home, |
| IdxViewArray & | x, | ||
| RView | y | ||
| ) | [inline, static] |
Post propagator for
.
Definition at line 64 of file disjoint.hpp.
Definition at line 189 of file element.hh.
RView Gecode::Set::Element::ElementDisjoint::x1 [protected] |
Definition at line 190 of file element.hh.