Generated on Wed Jan 4 17:49:19 2006 for Gecode by doxygen 1.4.6

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

Inherits Gecode::Propagator.

List of all members.


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.

Definition at line 142 of file propagator.icc.

Public Member Functions

virtual PropCost cost (void) const
 Cost function (defined as dynamic PC_LINEAR_LO).
virtual ~NaryOnePropagator (void)
 Destructor.

Protected Member Functions

 NaryOnePropagator (Space *home, bool share, NaryOnePropagator &p)
 Constructor for cloning p.
 NaryOnePropagator (Space *home, ViewArray< View > &x, View y, bool fd=false)
 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
[protected]
 

Constructor for cloning p.

template<class View, PropCond pc>
Gecode::NaryOnePropagator< View, pc >::NaryOnePropagator Space home,
ViewArray< View > &  x,
View  y,
bool  fd = false
[protected]
 

Constructor for creation.

Definition at line 328 of file propagator.icc.

template<class View, PropCond pc>
Gecode::NaryOnePropagator< View, pc >::~NaryOnePropagator void   )  [virtual]
 

Destructor.

Definition at line 350 of file propagator.icc.


Member Function Documentation

template<class View, PropCond pc>
PropCost Gecode::NaryOnePropagator< View, pc >::cost void   )  const [virtual]
 

Cost function (defined as dynamic PC_LINEAR_LO).

Implements Gecode::Propagator.

Definition at line 345 of file propagator.icc.


Member Data Documentation

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

Array of views.

Definition at line 145 of file propagator.icc.

template<class View, PropCond pc>
View Gecode::NaryOnePropagator< View, pc >::y [protected]
 

Single view.

Definition at line 147 of file propagator.icc.


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