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

Gecode::MixNaryOnePropagator< View0, pc0, View1, pc1 > Class Template Reference
[Propagator patterns]

Inherits Gecode::Propagator.

Inherited by Gecode::Int::Channel::LinkMulti.

List of all members.


Detailed Description

template<class View0, PropCond pc0, class View1, PropCond pc1>
class Gecode::MixNaryOnePropagator< View0, pc0, View1, pc1 >

Mixed (n+1)-ary propagator.

Stores array of views of type View0 with propagation condition pc0 and a single view of type View1 with propagation condition pc1.

If the propagation conditions pc0 or pc1 have the values PC_GEN_NONE, no subscriptions are created.

Definition at line 315 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

 MixNaryOnePropagator (Space *home, bool share, MixNaryOnePropagator &p)
 Constructor for cloning p.
 MixNaryOnePropagator (Space *home, ViewArray< View0 > &x, View1 y)
 Constructor for creation.
 MixNaryOnePropagator (Space *home, bool share, Propagator &p, ViewArray< View0 > &x, View1 y)
 Constructor for rewriting p during cloning.

Protected Attributes

ViewArray< View0 > x
 Array of views.
View1 y
 Single view.

Constructor & Destructor Documentation

template<class View0, PropCond pc0, class View1, PropCond pc1>
Gecode::MixNaryOnePropagator< View0, pc0, View1, pc1 >::MixNaryOnePropagator ( Space home,
bool  share,
MixNaryOnePropagator< View0, pc0, View1, pc1 > &  p 
) [inline, protected]

Constructor for cloning p.

Definition at line 801 of file propagator.icc.

template<class View0, PropCond pc0, class View1, PropCond pc1>
Gecode::MixNaryOnePropagator< View0, pc0, View1, pc1 >::MixNaryOnePropagator ( Space home,
ViewArray< View0 > &  x,
View1  y 
) [inline, protected]

Constructor for creation.

Definition at line 790 of file propagator.icc.

template<class View0, PropCond pc0, class View1, PropCond pc1>
Gecode::MixNaryOnePropagator< View0, pc0, View1, pc1 >::MixNaryOnePropagator ( Space home,
bool  share,
Propagator p,
ViewArray< View0 > &  x,
View1  y 
) [inline, protected]

Constructor for rewriting p during cloning.

Definition at line 810 of file propagator.icc.


Member Function Documentation

template<class View0, PropCond pc0, class View1, PropCond pc1>
PropCost Gecode::MixNaryOnePropagator< View0, pc0, View1, pc1 >::cost ( ModEventDelta  med  )  const [inline, virtual]

template<class View0, PropCond pc0, class View1, PropCond pc1>
size_t Gecode::MixNaryOnePropagator< View0, pc0, View1, pc1 >::dispose ( Space home  )  [inline, virtual]

Delete propagator and return its size.

Reimplemented from Gecode::Actor.

Reimplemented in Gecode::CpltSet::NaryOneCpltSetPropagator< View0, View1 >, and Gecode::Set::Int::ChannelBool< View >.

Definition at line 824 of file propagator.icc.

template<class View0, PropCond pc0, class View1, PropCond pc1>
Reflection::ActorSpec Gecode::MixNaryOnePropagator< View0, pc0, View1, pc1 >::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 836 of file propagator.icc.


Member Data Documentation

template<class View0, PropCond pc0, class View1, PropCond pc1>
ViewArray<View0> Gecode::MixNaryOnePropagator< View0, pc0, View1, pc1 >::x [protected]

Array of views.

Definition at line 318 of file propagator.icc.

template<class View0, PropCond pc0, class View1, PropCond pc1>
View1 Gecode::MixNaryOnePropagator< View0, pc0, View1, pc1 >::y [protected]

Single view.

Definition at line 320 of file propagator.icc.


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