Gecode::Int::Rel::EqBnd< View0, View1 > Class Template Reference
Binary bounds consistent equality propagator. More...
#include <rel.hh>
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 Actor * | copy (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 ![]() | |
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>
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] |
template<class View0 , class View1 >
Gecode::Int::Rel::EqBnd< View0, View1 >::EqBnd | ( | Home | home, |
View0 | x0, | ||
View1 | x1 | ||
) | [inline] |
template<class View0 , class View1 >
Gecode::Int::Rel::EqBnd< View0, View1 >::EqBnd | ( | Space & | home, |
bool | share, | ||
Propagator & | p, | ||
View0 | x0, | ||
View1 | x1 | ||
) | [inline] |
Member Function Documentation
template<class View0 , class View1 >
Actor * Gecode::Int::Rel::EqBnd< View0, View1 >::copy | ( | Space & | home, |
bool | share | ||
) | [virtual] |
template<class View0 , class View1 >
ExecStatus Gecode::Int::Rel::EqBnd< View0, View1 >::propagate | ( | Space & | home, |
const ModEventDelta & | med | ||
) | [virtual] |
template<class View0 , class View1 >
ExecStatus Gecode::Int::Rel::EqBnd< View0, View1 >::post | ( | Home | home, |
View0 | x0, | ||
View1 | x1 | ||
) | [static] |
The documentation for this class was generated from the following files:
- gecode/int/rel.hh (Revision: 9878)
- gecode/int/rel/eq.hpp (Revision: 11292)