Gecode::Int::Linear::ReEqBoolView< XV, YV, BV > Class Template Reference
[Integer propagators]
#include <linear.hh>
Inherits Gecode::Int::Linear::ReLinBoolView< XV, YV, BV >.
Detailed Description
template<class XV, class YV, class BV>
class Gecode::Int::Linear::ReEqBoolView< XV, YV, BV >
Propagator for reified equality to Boolean sum (cardinality)
Requires
#include "gecode/int/linear.hh"
Definition at line 1302 of file linear.hh.
Public Member Functions | |
| virtual Actor * | copy (Space *home, bool share) |
| Create copy during cloning. | |
| virtual ExecStatus | propagate (Space *home, ModEventDelta med) |
| Perform propagation. | |
| virtual Reflection::ActorSpec | spec (const Space *home, Reflection::VarMap &m) const |
| Return specification for this propagator given a variable map m. | |
Static Public Member Functions | |
| static void | post (Space *home, Reflection::VarMap &vars, const Reflection::ActorSpec &spec) |
| Post propagator according to specification. | |
| static Support::Symbol | ati (void) |
| Mangled propagator name. | |
| static ExecStatus | post (Space *home, ViewArray< XV > &x, YV y, int c, BV b) |
Post propagator for . | |
Protected Member Functions | |
| ReEqBoolView (Space *home, bool share, ReEqBoolView &p) | |
| Constructor for cloning p. | |
| ReEqBoolView (Space *home, ViewArray< XV > &x, YV y, int c, BV b) | |
| Constructor for creation. | |
Constructor & Destructor Documentation
template<class XV, class YV, class BV>
| Gecode::Int::Linear::ReEqBoolView< XV, YV, BV >::ReEqBoolView | ( | Space * | home, | |
| bool | share, | |||
| ReEqBoolView< XV, YV, BV > & | p | |||
| ) | [protected] |
Constructor for cloning p.
template<class XV, class YV, class BV>
| Gecode::Int::Linear::ReEqBoolView< XV, YV, BV >::ReEqBoolView | ( | Space * | home, | |
| ViewArray< XV > & | x, | |||
| YV | y, | |||
| int | c, | |||
| BV | b | |||
| ) | [protected] |
Constructor for creation.
Member Function Documentation
template<class XV, class YV, class BV>
| virtual Actor* Gecode::Int::Linear::ReEqBoolView< XV, YV, BV >::copy | ( | Space * | home, | |
| bool | share | |||
| ) | [virtual] |
template<class XV, class YV, class BV>
| virtual ExecStatus Gecode::Int::Linear::ReEqBoolView< XV, YV, BV >::propagate | ( | Space * | home, | |
| ModEventDelta | med | |||
| ) | [virtual] |
template<class XV, class YV, class BV>
| virtual Reflection::ActorSpec Gecode::Int::Linear::ReEqBoolView< XV, YV, BV >::spec | ( | const Space * | home, | |
| Reflection::VarMap & | m | |||
| ) | const [virtual] |
template<class XV, class YV, class BV>
| static void Gecode::Int::Linear::ReEqBoolView< XV, YV, BV >::post | ( | Space * | home, | |
| Reflection::VarMap & | vars, | |||
| const Reflection::ActorSpec & | spec | |||
| ) | [static] |
Post propagator according to specification.
template<class XV, class YV, class BV>
| static Support::Symbol Gecode::Int::Linear::ReEqBoolView< XV, YV, BV >::ati | ( | void | ) | [static] |
Mangled propagator name.
template<class XV, class YV, class BV>
| static ExecStatus Gecode::Int::Linear::ReEqBoolView< XV, YV, BV >::post | ( | Space * | home, | |
| ViewArray< XV > & | x, | |||
| YV | y, | |||
| int | c, | |||
| BV | b | |||
| ) | [static] |
Post propagator for
.
The documentation for this class was generated from the following file:
- gecode/int/linear.hh (Revision: 7285)
