Gecode::Int::Rel::Le< V0, V1 > Class Template Reference
[Integer propagators]
Less 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. | |
template<> | |
bool | same (IntView x0, IntView x1) |
template<> | |
bool | same (MinusView x0, MinusView x1) |
template<> | |
bool | same (BoolView x0, BoolView x1) |
Static Public Member Functions | |
static ExecStatus | post (Home home, V0 x0, V1 x1) |
Post propagator . | |
Protected Member Functions | |
Le (Space &home, bool share, Le &p) | |
Constructor for cloning p. | |
Le (Home home, V0 x0, V1 x1) | |
Constructor for posting. | |
Static Protected Member Functions | |
static bool | same (V0 x0, V1 x1) |
Whether views refer to same variable. |
Detailed Description
template<class V0, class V1>
class Gecode::Int::Rel::Le< V0, V1 >
Less propagator.
Requires
#include <gecode/int/rel.hh>
Definition at line 523 of file rel.hh.
Constructor & Destructor Documentation
template<class V0 , class V1 >
Gecode::Int::Rel::Le< V0, V1 >::Le | ( | Space & | home, | |
bool | share, | |||
Le< V0, V1 > & | p | |||
) | [inline, protected] |
template<class V0 , class V1 >
Gecode::Int::Rel::Le< V0, V1 >::Le | ( | Home | home, | |
V0 | x0, | |||
V1 | x1 | |||
) | [inline, protected] |
Member Function Documentation
template<class V0 , class V1 >
bool Gecode::Int::Rel::Le< V0, V1 >::same | ( | V0 | x0, | |
V1 | x1 | |||
) | [inline, static, protected] |
template<class V0 , class V1 >
Actor * Gecode::Int::Rel::Le< V0, V1 >::copy | ( | Space & | home, | |
bool | share | |||
) | [inline, virtual] |
template<class V0 , class V1 >
ExecStatus Gecode::Int::Rel::Le< V0, V1 >::propagate | ( | Space & | home, | |
const ModEventDelta & | med | |||
) | [inline, virtual] |
template<class V0 , class V1 >
ExecStatus Gecode::Int::Rel::Le< V0, V1 >::post | ( | Home | home, | |
V0 | x0, | |||
V1 | x1 | |||
) | [inline, static] |
template<>
bool Gecode::Int::Rel::Le< IntView, IntView >::same | ( | IntView | x0, | |
IntView | x1 | |||
) | [inline] |
template<>
bool Gecode::Int::Rel::Le< MinusView, MinusView >::same | ( | MinusView | x0, | |
MinusView | x1 | |||
) | [inline] |
template<>
bool Gecode::Int::Rel::Le< BoolView, BoolView >::same | ( | BoolView | x0, | |
BoolView | x1 | |||
) | [inline] |
The documentation for this class was generated from the following files:
- gecode/int/rel.hh (Revision: 15253)
- gecode/int/rel/lq-le.hpp (Revision: 15468)