Gecode::Int::Bool::Lq< BV > Class Template Reference
[Integer propagators]
#include <bool.hh>
Inherits BoolBinary< BV, BV >.
Detailed Description
template<class BV>
class Gecode::Int::Bool::Lq< BV >
Boolean less or equal propagator.
Requires
#include "gecode/int/bool.hh"
Definition at line 181 of file bool.hh.
Public Member Functions | |
virtual Actor * | copy (Space *home, bool share) |
Copy propagator during cloning. | |
virtual ExecStatus | propagate (Space *home, ModEventDelta med) |
Perform propagation. | |
virtual Reflection::ActorSpec | spec (const Space *home, Reflection::VarMap &m) const |
Specification for this propagator. | |
Static Public Member Functions | |
static ExecStatus | post (Space *home, BV b0, BV b1) |
Post propagator . | |
static void | post (Space *home, Reflection::VarMap &vars, const Reflection::ActorSpec &spec) |
Post using specification. | |
static Support::Symbol | ati (void) |
Name of this propagator. | |
Protected Member Functions | |
Lq (Space *home, BV b0, BV b1) | |
Constructor for posting. | |
Lq (Space *home, bool share, Lq &p) | |
Constructor for cloning p. |
Constructor & Destructor Documentation
template<class BV>
Gecode::Int::Bool::Lq< BV >::Lq | ( | Space * | home, | |
BV | b0, | |||
BV | b1 | |||
) | [inline, protected] |
template<class BV>
Gecode::Int::Bool::Lq< BV >::Lq | ( | Space * | home, | |
bool | share, | |||
Lq< BV > & | p | |||
) | [inline, protected] |
Member Function Documentation
template<class BV>
Actor * Gecode::Int::Bool::Lq< BV >::copy | ( | Space * | home, | |
bool | share | |||
) | [inline, virtual] |
template<class BV>
ExecStatus Gecode::Int::Bool::Lq< BV >::propagate | ( | Space * | home, | |
ModEventDelta | med | |||
) | [inline, virtual] |
template<class BV>
ExecStatus Gecode::Int::Bool::Lq< BV >::post | ( | Space * | home, | |
BV | b0, | |||
BV | b1 | |||
) | [inline, static] |
template<class BV>
Reflection::ActorSpec Gecode::Int::Bool::Lq< BV >::spec | ( | const Space * | home, | |
Reflection::VarMap & | m | |||
) | const [inline, virtual] |
template<class BV>
void Gecode::Int::Bool::Lq< BV >::post | ( | Space * | home, | |
Reflection::VarMap & | vars, | |||
const Reflection::ActorSpec & | spec | |||
) | [inline, static] |
template<class BV>
Support::Symbol Gecode::Int::Bool::Lq< BV >::ati | ( | void | ) | [inline, static] |
The documentation for this class was generated from the following files:
- gecode/int/bool.hh (Revision: 5993)
- gecode/int/bool/lq.icc (Revision: 6017)