Generated on Wed Nov 1 15:05:19 2006 for Gecode by doxygen 1.4.5

Gecode::Int::Linear::EqBoolView< XV, YV > Class Template Reference
[Integer propagators]

#include <linear.hh>

Inherits Gecode::Int::Linear::LinBoolView< XV, YV >< XV, YV >.

List of all members.


Detailed Description

template<class XV, class YV>
class Gecode::Int::Linear::EqBoolView< XV, YV >

Propagator for equality to Boolean sum (cardinality)

Requires

Definition at line 895 of file linear.hh.

Public Member Functions

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

Static Public Member Functions

static ExecStatus post (Space *home, ViewArray< XV > &x, YV y, int c)
 Post propagator for $\sum_{i=0}^{|x|-1}x_i+n = y$.

Protected Member Functions

 EqBoolView (Space *home, bool share, EqBoolView &p)
 Constructor for cloning p.
 EqBoolView (Space *home, ViewArray< XV > &x, YV y, int c)
 Constructor for creation.


Constructor & Destructor Documentation

template<class XV, class YV>
Gecode::Int::Linear::EqBoolView< XV, YV >::EqBoolView Space home,
bool  share,
EqBoolView< XV, YV > &  p
[protected]
 

Constructor for cloning p.

template<class XV, class YV>
Gecode::Int::Linear::EqBoolView< XV, YV >::EqBoolView Space home,
ViewArray< XV > &  x,
YV  y,
int  c
[inline, protected]
 

Constructor for creation.

Definition at line 68 of file bool-view.icc.


Member Function Documentation

template<class XV, class YV>
Actor * Gecode::Int::Linear::EqBoolView< XV, YV >::copy Space home,
bool  share
[virtual]
 

Create copy during cloning.

Implements Gecode::Actor.

Definition at line 111 of file bool-view.icc.

template<class XV, class YV>
ExecStatus Gecode::Int::Linear::EqBoolView< XV, YV >::propagate Space home  )  [virtual]
 

Perform propagation.

Implements Gecode::Propagator.

Definition at line 117 of file bool-view.icc.

template<class XV, class YV>
ExecStatus Gecode::Int::Linear::EqBoolView< XV, YV >::post Space home,
ViewArray< XV > &  x,
YV  y,
int  c
[static]
 

Post propagator for $\sum_{i=0}^{|x|-1}x_i+n = y$.

Definition at line 73 of file bool-view.icc.


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