Generated on Tue Sep 25 2012 20:53:31 for Gecode by doxygen 1.7.5
Gecode::Int::Rel::EqBnd Class Reference

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

Binary bounds consistent equality propagator.

Requires

 #include <gecode/int/rel.hh> 

Constructor & Destructor Documentation

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

Constructor for cloning p.

Definition at line 69 of file eq.hpp.

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

Constructor for posting.

Definition at line 47 of file eq.hpp.

Gecode::Int::Rel::EqBnd::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

Actor * Gecode::Int::Rel::EqBnd::copy ( Space home,
bool  share 
) [virtual]

Copy propagator during cloning.

Definition at line 81 of file eq.hpp.

ExecStatus Gecode::Int::Rel::EqBnd::propagate ( Space home,
const ModEventDelta med 
) [virtual]

Perform propagation.

Definition at line 87 of file eq.hpp.

ExecStatus Gecode::Int::Rel::EqBnd::post ( Home  home,
View0  x0,
View1  x1 
) [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: