Gecode::Set::Projection::ReNaryProjection Class Reference
#include <propagator.hh>
Inherits Gecode::Propagator.
Detailed Description
Reified Nary projection propagator.
Definition at line 61 of file propagator.hh.
Public Member Functions | |
| virtual PropCost | cost (void) const |
| Cost function. | |
| virtual size_t | dispose (Space *home) |
| Delete propagator. | |
| virtual Actor * | copy (Space *home, bool) |
| Copy propagator during cloning. | |
| virtual ExecStatus | propagate (Space *home) |
| Perform propagation. | |
Static Public Member Functions | |
| static ExecStatus | post (Space *home, ViewArray< SetView > &x, Gecode::Int::BoolView b, ProjectorSet &ps) |
Protected Member Functions | |
| ReNaryProjection (Space *home, bool share, ReNaryProjection &p) | |
| Constructor for cloning p. | |
| ReNaryProjection (Space *home, ViewArray< SetView > &x, Gecode::Int::BoolView, ProjectorSet &ps) | |
| Constructor for creation. | |
Protected Attributes | |
| ViewArray< SetView > | x |
| Array of views. | |
| Gecode::Int::BoolView | b |
| Boolean control view. | |
| ProjectorSet | ps |
| The projector set to propagate. | |
Constructor & Destructor Documentation
| Gecode::Set::Projection::ReNaryProjection::ReNaryProjection | ( | Space * | home, | |
| bool | share, | |||
| ReNaryProjection & | p | |||
| ) | [inline, protected] |
| Gecode::Set::Projection::ReNaryProjection::ReNaryProjection | ( | Space * | home, | |
| ViewArray< SetView > & | x, | |||
| Gecode::Int::BoolView | , | |||
| ProjectorSet & | ps | |||
| ) | [inline, protected] |
Member Function Documentation
| PropCost Gecode::Set::Projection::ReNaryProjection::cost | ( | void | ) | const [inline, virtual] |
| size_t Gecode::Set::Projection::ReNaryProjection::dispose | ( | Space * | home | ) | [virtual] |
| ExecStatus Gecode::Set::Projection::ReNaryProjection::propagate | ( | Space * | home | ) | [virtual] |
| ExecStatus Gecode::Set::Projection::ReNaryProjection::post | ( | Space * | home, | |
| ViewArray< SetView > & | x, | |||
| Gecode::Int::BoolView | b, | |||
| ProjectorSet & | ps | |||
| ) | [static] |
Definition at line 38 of file re-nary.cc.
Member Data Documentation
ViewArray<SetView> Gecode::Set::Projection::ReNaryProjection::x [protected] |
The documentation for this class was generated from the following files:
- gecode/set/projectors/propagator.hh (Revision: 3544)
- gecode/set/projectors/propagator/re-nary.cc (Revision: 3349)
- gecode/set/projectors/propagator/re-nary.icc (Revision: 3349)
