Generated on Thu Mar 22 10:39:58 2012 for Gecode by doxygen 1.6.3

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

Binary bounds consistent equality propagator. More...

#include <rel.hh>

List of all members.

Public Member Functions

 EqBnd (Home home, View0 x0, View1 x1)
 Constructor for posting.
 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, const ModEventDelta &med)
 Perform propagation.

Static Public Member Functions

static ExecStatus post (Home 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.

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 107 of file rel.hh.


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 69 of file eq.hpp.

template<class View0 , class View1 >
Gecode::Int::Rel::EqBnd< View0, View1 >::EqBnd ( Home  home,
View0  x0,
View1  x1 
) [inline]

Constructor for posting.

Definition at line 47 of file eq.hpp.

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 74 of file eq.hpp.


Member Function Documentation

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

Copy propagator during cloning.

Implements Gecode::Actor.

Definition at line 81 of file eq.hpp.

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

Perform propagation.

Implements Gecode::Propagator.

Definition at line 87 of file eq.hpp.

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

Post bounds consistent propagator $ x_0 = x_1$.

Definition at line 52 of file eq.hpp.


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