Gecode::NaryOnePropagator< View, pc > Class Template Reference
[Propagator patterns]
Inherits Gecode::Propagator.
Inherited by Gecode::Set::Sequence::SeqU.
Detailed Description
template<class View, PropCond pc>
class Gecode::NaryOnePropagator< View, pc >
(n+1)-ary propagator
Stores array of views and single view of type View with propagation condition pc.
If the propagation condition pc has the value PC_GEN_NONE, no subscriptions are created.
Definition at line 215 of file propagator.icc.
Public Member Functions | |
| virtual PropCost | cost (ModEventDelta med) const |
| Cost function (defined as dynamic PC_LINEAR_LO). | |
| virtual size_t | dispose (Space *home) |
| Delete propagator and return its size. | |
| Reflection::ActorSpec | spec (const Space *home, Reflection::VarMap &m, const Support::Symbol &name) const |
| Return specification given a variable map m and a name. | |
Protected Member Functions | |
| NaryOnePropagator (Space *home, bool share, NaryOnePropagator &p) | |
| Constructor for cloning p. | |
| NaryOnePropagator (Space *home, bool share, Propagator &p, ViewArray< View > &x, View y) | |
| Constructor for rewriting p during cloning. | |
| NaryOnePropagator (Space *home, ViewArray< View > &x, View y) | |
| Constructor for creation. | |
Protected Attributes | |
| ViewArray< View > | x |
| Array of views. | |
| View | y |
| Single view. | |
Constructor & Destructor Documentation
template<class View, PropCond pc>
| Gecode::NaryOnePropagator< View, pc >::NaryOnePropagator | ( | Space * | home, | |
| bool | share, | |||
| NaryOnePropagator< View, pc > & | p | |||
| ) | [inline, protected] |
template<class View, PropCond pc>
| Gecode::NaryOnePropagator< View, pc >::NaryOnePropagator | ( | Space * | home, | |
| bool | share, | |||
| Propagator & | p, | |||
| ViewArray< View > & | x, | |||
| View | y | |||
| ) | [inline, protected] |
template<class View, PropCond pc>
| Gecode::NaryOnePropagator< View, pc >::NaryOnePropagator | ( | Space * | home, | |
| ViewArray< View > & | x, | |||
| View | y | |||
| ) | [inline, protected] |
Member Function Documentation
template<class View, PropCond pc>
| PropCost Gecode::NaryOnePropagator< View, pc >::cost | ( | ModEventDelta | med | ) | const [inline, virtual] |
Cost function (defined as dynamic PC_LINEAR_LO).
Implements Gecode::Propagator.
Definition at line 624 of file propagator.icc.
template<class View, PropCond pc>
| size_t Gecode::NaryOnePropagator< View, pc >::dispose | ( | Space * | home | ) | [inline, virtual] |
Delete propagator and return its size.
Reimplemented from Gecode::Actor.
Definition at line 630 of file propagator.icc.
template<class View, PropCond pc>
| Reflection::ActorSpec Gecode::NaryOnePropagator< View, pc >::spec | ( | const Space * | home, | |
| Reflection::VarMap & | m, | |||
| const Support::Symbol & | name | |||
| ) | const [inline] |
Return specification given a variable map m and a name.
Definition at line 641 of file propagator.icc.
Member Data Documentation
template<class View, PropCond pc>
ViewArray<View> Gecode::NaryOnePropagator< View, pc >::x [protected] |
template<class View, PropCond pc>
View Gecode::NaryOnePropagator< View, pc >::y [protected] |
The documentation for this class was generated from the following file:
- gecode/kernel/propagator.icc (Revision: 5993)
