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

Gecode::Int::Rel::EqBnd< View0, View1 > Class Template Reference
[Integer propagators]

#include <rel.hh>

Inherits Gecode::InhomBinaryPropagator< View0, PC_INT_BND, View1, PC_INT_BND >.

List of all members.


Detailed Description

template<class View0, class View1>
class Gecode::Int::Rel::EqBnd< View0, View1 >

Binary bounds-consistent equality propagator.

Requires

 #include "gecode/int/rel.hh" 

Definition at line 91 of file rel.hh.

Public Member Functions

 EqBnd (Space *home, bool share, Propagator &p, View0 x0, View1 x1)
 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, View0 x0, View1 x1)
 Post bounds-consistent propagator $ x_0 = x_1$.

Protected Member Functions

 EqBnd (Space *home, bool share, EqBnd< View0, View1 > &p)
 Constructor for cloning p.
 EqBnd (Space *home, View0 x0, View1 x1)
 Constructor for posting.


Constructor & Destructor Documentation

template<class View0, class View1>
Gecode::Int::Rel::EqBnd< View0, View1 >::EqBnd Space home,
bool  share,
EqBnd< View0, View1 > &  p
[inline, protected]
 

Constructor for cloning p.

Definition at line 49 of file eq.icc.

template<class View0, class View1>
Gecode::Int::Rel::EqBnd< View0, View1 >::EqBnd Space home,
View0  x0,
View1  x1
[inline, protected]
 

Constructor for posting.

Definition at line 31 of file eq.icc.

template<class View0, class View1>
Gecode::Int::Rel::EqBnd< View0, View1 >::EqBnd Space home,
bool  share,
Propagator p,
View0  x0,
View1  x1
[inline]
 

Constructor for rewriting p during cloning.

Definition at line 54 of file eq.icc.


Member Function Documentation

template<class View0, class View1>
Actor * Gecode::Int::Rel::EqBnd< View0, View1 >::copy Space home,
bool  share
[virtual]
 

Copy propagator during cloning.

Implements Gecode::Actor.

Definition at line 61 of file eq.icc.

template<class View0, class View1>
ExecStatus Gecode::Int::Rel::EqBnd< View0, View1 >::propagate Space home  )  [virtual]
 

Perform propagation.

Implements Gecode::Propagator.

Definition at line 67 of file eq.icc.

template<class View0, class View1>
ExecStatus Gecode::Int::Rel::EqBnd< View0, View1 >::post Space home,
View0  x0,
View1  x1
[static]
 

Post bounds-consistent propagator $ x_0 = x_1$.

Definition at line 36 of file eq.icc.


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