Generated on Tue May 22 09:41:12 2018 for Gecode by doxygen 1.6.3

Gecode::Float::Rel::Eq< View0, View1 > Class Template Reference
[Float propagators]

Binary bounds consistent equality propagator. More...

#include <rel.hh>

List of all members.

Public Member Functions

 Eq (Home home, View0 x0, View1 x1)
 Constructor for posting.
 Eq (Space &home, Propagator &p, View0 x0, View1 x1)
 Constructor for rewriting p during cloning.
virtual Actorcopy (Space &home)
 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

 Eq (Space &home, Eq< View0, View1 > &p)
 Constructor for cloning p.

Detailed Description

template<class View0, class View1>
class Gecode::Float::Rel::Eq< View0, View1 >

Binary bounds consistent equality propagator.

Requires

 #include <gecode/float/rel.hh> 

Definition at line 66 of file rel.hh.


Constructor & Destructor Documentation

template<class View0 , class View1 >
Gecode::Float::Rel::Eq< View0, View1 >::Eq ( Space home,
Eq< View0, View1 > &  p 
) [inline, protected]

Constructor for cloning p.

Definition at line 67 of file eq.hpp.

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

Constructor for posting.

Definition at line 45 of file eq.hpp.

template<class View0 , class View1 >
Gecode::Float::Rel::Eq< View0, View1 >::Eq ( Space home,
Propagator p,
View0  x0,
View1  x1 
) [inline]

Constructor for rewriting p during cloning.

Definition at line 72 of file eq.hpp.


Member Function Documentation

template<class View0 , class View1 >
Actor * Gecode::Float::Rel::Eq< View0, View1 >::copy ( Space home  )  [inline, virtual]

Copy propagator during cloning.

Implements Gecode::Actor.

Definition at line 79 of file eq.hpp.

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

Perform propagation.

Implements Gecode::Propagator.

Definition at line 85 of file eq.hpp.

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

Post bounds consistent propagator $ x_0 = x_1$.

Definition at line 50 of file eq.hpp.


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