Gecode::Float::Rel::ReEqFloat< View, CtrlView, rm > Class Template Reference
[Float propagators]
Reified bounds consistent equality with float propagator. More...
#include <rel.hh>
Public Member Functions | |
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, View x, FloatVal c, CtrlView b) |
Post bounds consistent propagator . | |
Protected Member Functions | |
ReEqFloat (Space &home, bool share, ReEqFloat &p) | |
Constructor for cloning p. | |
ReEqFloat (Home home, View x, FloatVal c, CtrlView b) | |
Constructor for posting. | |
Protected Attributes | |
FloatVal | c |
Float constant to check. |
Detailed Description
template<class View, class CtrlView, ReifyMode rm>
class Gecode::Float::Rel::ReEqFloat< View, CtrlView, rm >
Reified bounds consistent equality with float propagator.
Requires
#include <gecode/float/rel.hh>
Definition at line 155 of file rel.hh.
Constructor & Destructor Documentation
template<class View , class CtrlView , ReifyMode rm>
Gecode::Float::Rel::ReEqFloat< View, CtrlView, rm >::ReEqFloat | ( | Space & | home, | |
bool | share, | |||
ReEqFloat< View, CtrlView, rm > & | p | |||
) | [inline, protected] |
template<class View , class CtrlView , ReifyMode rm>
Gecode::Float::Rel::ReEqFloat< View, CtrlView, rm >::ReEqFloat | ( | Home | home, | |
View | x, | |||
FloatVal | c, | |||
CtrlView | b | |||
) | [inline, protected] |
Member Function Documentation
template<class View , class CtrlView , ReifyMode rm>
Actor * Gecode::Float::Rel::ReEqFloat< View, CtrlView, rm >::copy | ( | Space & | home, | |
bool | share | |||
) | [inline, virtual] |
template<class View , class CtrlView , ReifyMode rm>
ExecStatus Gecode::Float::Rel::ReEqFloat< View, CtrlView, rm >::propagate | ( | Space & | home, | |
const ModEventDelta & | med | |||
) | [inline, virtual] |
template<class View , class CtrlView , ReifyMode rm>
ExecStatus Gecode::Float::Rel::ReEqFloat< View, CtrlView, rm >::post | ( | Home | home, | |
View | x, | |||
FloatVal | c, | |||
CtrlView | b | |||
) | [inline, static] |
Member Data Documentation
template<class View , class CtrlView , ReifyMode rm>
FloatVal Gecode::Float::Rel::ReEqFloat< View, CtrlView, rm >::c [protected] |
The documentation for this class was generated from the following files:
- gecode/float/rel.hh (Revision: 13202)
- gecode/float/rel/eq.hpp (Revision: 14967)