Gecode::Int::Rel::Lq< V0, V1 > Class Template Reference
[Integer propagators]
Less or equal propagator. More...
#include <rel.hh>
Public Member Functions | |
| virtual Actor * | copy (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, V0 x0, V1 x1) |
Post propagator . | |
Protected Member Functions | |
| Lq (Space &home, Lq &p) | |
| Constructor for cloning p. | |
| Lq (Home home, V0 x0, V1 x1) | |
| Constructor for posting. | |
Detailed Description
template<class V0, class V1>
class Gecode::Int::Rel::Lq< V0, V1 >
Less or equal propagator.
Requires
#include <gecode/int/rel.hh>
Definition at line 493 of file rel.hh.
Constructor & Destructor Documentation
template<class V0 , class V1 >
| Gecode::Int::Rel::Lq< V0, V1 >::Lq | ( | Space & | home, | |
| Lq< V0, V1 > & | p | |||
| ) | [inline, protected] |
template<class V0 , class V1 >
| Gecode::Int::Rel::Lq< V0, V1 >::Lq | ( | Home | home, | |
| V0 | x0, | |||
| V1 | x1 | |||
| ) | [inline, protected] |
Member Function Documentation
template<class V0 , class V1 >
| Actor * Gecode::Int::Rel::Lq< V0, V1 >::copy | ( | Space & | home | ) | [inline, virtual] |
template<class V0 , class V1 >
| ExecStatus Gecode::Int::Rel::Lq< V0, V1 >::propagate | ( | Space & | home, | |
| const ModEventDelta & | med | |||
| ) | [inline, virtual] |
template<class V0 , class V1 >
| ExecStatus Gecode::Int::Rel::Lq< V0, V1 >::post | ( | Home | home, | |
| V0 | x0, | |||
| V1 | x1 | |||
| ) | [inline, static] |
The documentation for this class was generated from the following files:

.