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

Gecode::Int::Bool::Eq< BVA, BVB > Class Template Reference
[Integer propagators]

#include <bool.hh>

Inherits Gecode::Int::Bool::BoolBinary< BVA, BVB >< BVA, BVB >.

List of all members.


Detailed Description

template<class BVA, class BVB>
class Gecode::Int::Bool::Eq< BVA, BVB >

Boolean equality propagator.

Requires

 #include "gecode/int/bool.hh" 

Definition at line 89 of file bool.hh.

Public Member Functions

 Eq (Space *home, bool share, Propagator &p, BVA b0, BVB b1)
 Constructor for rewriting p during cloning.
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, BVA b0, BVB b1)
 Post propagator $ b_0 = b_1$.

Protected Member Functions

 Eq (Space *home, BVA b0, BVB b1)
 Constructor for posting.
 Eq (Space *home, bool share, Eq &p)
 Constructor for cloning p.


Constructor & Destructor Documentation

template<class BVA, class BVB>
Gecode::Int::Bool::Eq< BVA, BVB >::Eq Space home,
BVA  b0,
BVB  b1
[inline, protected]
 

Constructor for posting.

Definition at line 26 of file eq.icc.

template<class BVA, class BVB>
Gecode::Int::Bool::Eq< BVA, BVB >::Eq Space home,
bool  share,
Eq< BVA, BVB > &  p
[protected]
 

Constructor for cloning p.

template<class BVA, class BVB>
Gecode::Int::Bool::Eq< BVA, BVB >::Eq Space home,
bool  share,
Propagator p,
BVA  b0,
BVB  b1
[inline]
 

Constructor for rewriting p during cloning.

Definition at line 60 of file eq.icc.


Member Function Documentation

template<class BVA, class BVB>
Actor * Gecode::Int::Bool::Eq< BVA, BVB >::copy Space home,
bool  share
[virtual]
 

Copy propagator during cloning.

Implements Gecode::Actor.

Definition at line 66 of file eq.icc.

template<class BVA, class BVB>
ExecStatus Gecode::Int::Bool::Eq< BVA, BVB >::propagate Space home  )  [virtual]
 

Perform propagation.

Implements Gecode::Propagator.

Definition at line 72 of file eq.icc.

template<class BVA, class BVB>
ExecStatus Gecode::Int::Bool::Eq< BVA, BVB >::post Space home,
BVA  b0,
BVB  b1
[inline, static]
 

Post propagator $ b_0 = b_1$.

Definition at line 31 of file eq.icc.


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