Generated on Mon Aug 25 11:35:49 2008 for Gecode by doxygen 1.5.6

Gecode::NaryPropagator< View, pc > Class Template Reference
[Propagator patterns]

Inherits Gecode::Propagator.

Inherited by Gecode::Set::Distinct::AtmostOne, and Gecode::Set::Sequence::Seq.

List of all members.


Detailed Description

template<class View, PropCond pc>
class Gecode::NaryPropagator< View, pc >

n-ary propagator

Stores array of views 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 183 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

 NaryPropagator (Space *home, bool share, NaryPropagator &p)
 Constructor for cloning p.
 NaryPropagator (Space *home, bool share, Propagator &p, ViewArray< View > &x)
 Constructor for rewriting p during cloning.
 NaryPropagator (Space *home, ViewArray< View > &x)
 Constructor for creation.

Protected Attributes

ViewArray< View > x
 Array of views.

Constructor & Destructor Documentation

template<class View, PropCond pc>
Gecode::NaryPropagator< View, pc >::NaryPropagator ( Space home,
bool  share,
NaryPropagator< View, pc > &  p 
) [inline, protected]

Constructor for cloning p.

Definition at line 553 of file propagator.icc.

template<class View, PropCond pc>
Gecode::NaryPropagator< View, pc >::NaryPropagator ( Space home,
bool  share,
Propagator p,
ViewArray< View > &  x 
) [inline, protected]

Constructor for rewriting p during cloning.

Definition at line 561 of file propagator.icc.

template<class View, PropCond pc>
Gecode::NaryPropagator< View, pc >::NaryPropagator ( Space home,
ViewArray< View > &  x 
) [inline, protected]

Constructor for creation.

Definition at line 544 of file propagator.icc.


Member Function Documentation

template<class View, PropCond pc>
PropCost Gecode::NaryPropagator< View, pc >::cost ( ModEventDelta  med  )  const [inline, virtual]

template<class View, PropCond pc>
size_t Gecode::NaryPropagator< View, pc >::dispose ( Space home  )  [inline, virtual]

Delete propagator and return its size.

Reimplemented from Gecode::Actor.

Reimplemented in Gecode::Int::Circuit::Base< View >.

Definition at line 574 of file propagator.icc.

template<class View, PropCond pc>
Reflection::ActorSpec Gecode::NaryPropagator< 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.

Reimplemented in Gecode::Int::Circuit::Base< View >.

Definition at line 583 of file propagator.icc.


Member Data Documentation

template<class View, PropCond pc>
ViewArray<View> Gecode::NaryPropagator< View, pc >::x [protected]

Array of views.

Definition at line 186 of file propagator.icc.


The documentation for this class was generated from the following file: