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

Gecode::Int::Rel::EqBnd< View > Class Template Reference
[Integer propagators]

#include <rel.hh>

Inherits Gecode::BinaryPropagator< View, PC_INT_BND >.

List of all members.


Detailed Description

template<class View>
class Gecode::Int::Rel::EqBnd< View >

Binary bounds-consistent equality propagator.

Requires

 #include "int/rel.hh" 

Definition at line 90 of file rel.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, View x0, View x1)
 Post bounds-consistent propagator $ x_0 = x_1$.

Protected Member Functions

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


Constructor & Destructor Documentation

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

Constructor for cloning p.

Definition at line 49 of file eq.icc.

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

Constructor for posting.

Definition at line 31 of file eq.icc.


Member Function Documentation

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

Copy propagator during cloning.

Implements Gecode::Actor.

Definition at line 54 of file eq.icc.

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

Perform propagation.

Implements Gecode::Propagator.

Definition at line 60 of file eq.icc.

template<class View>
ExecStatus Gecode::Int::Rel::EqBnd< View >::post Space home,
View  x0,
View  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: