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

Gecode::Int::Bool::NaryAnd< View > Class Template Reference
[Integer propagators]

#include <bool.hh>

Inherits Gecode::NaryOnePropagator< View, PC_INT_VAL >.

List of all members.


Detailed Description

template<class View>
class Gecode::Int::Bool::NaryAnd< View >

Boolean n-ary conjunction propagator.

Requires

 #include "int/bool.hh" 

Definition at line 133 of file bool.hh.

Public Member Functions

virtual Actorcopy (Space *home, bool share)
 Copy propagator during cloning.
virtual ExecStatus propagate (Space *home)
 Perform propagation.

Static Public Member Functions

static ExecStatus post (Space *home, ViewArray< View > &b, View c)
 Post propagator $ \bigwedge_{i=0}^{|b|-1} b_i = c$.

Protected Member Functions

 NaryAnd (Space *home, ViewArray< View > &b, View c)
 Constructor for posting.
 NaryAnd (Space *home, bool share, NaryAnd< View > &p)
 Constructor for cloning p.


Constructor & Destructor Documentation

template<class View>
Gecode::Int::Bool::NaryAnd< View >::NaryAnd Space home,
ViewArray< View > &  b,
View  c
[inline, protected]
 

Constructor for posting.

Definition at line 94 of file and.icc.

template<class View>
Gecode::Int::Bool::NaryAnd< View >::NaryAnd Space home,
bool  share,
NaryAnd< View > &  p
[inline, protected]
 

Constructor for cloning p.

Definition at line 99 of file and.icc.


Member Function Documentation

template<class View>
Actor * Gecode::Int::Bool::NaryAnd< View >::copy Space home,
bool  share
[virtual]
 

Copy propagator during cloning.

Implements Gecode::Actor.

Definition at line 118 of file and.icc.

template<class View>
ExecStatus Gecode::Int::Bool::NaryAnd< View >::propagate Space home  )  [virtual]
 

Perform propagation.

Implements Gecode::Propagator.

Definition at line 124 of file and.icc.

template<class View>
ExecStatus Gecode::Int::Bool::NaryAnd< View >::post Space home,
ViewArray< View > &  b,
View  c
[inline, static]
 

Post propagator $ \bigwedge_{i=0}^{|b|-1} b_i = c$.

Definition at line 104 of file and.icc.


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