Gecode::Int::Bool::OrTrueSubsumed< BV > Class Template Reference
Inherits BoolBinary< BV, BV >.
Detailed Description
template<class BV>
class Gecode::Int::Bool::OrTrueSubsumed< BV >
Binary Boolean disjunction propagator (subsumed).
Definition at line 42 of file or.icc.
Public Member Functions | |
| OrTrueSubsumed (Space *home, BV b0, BV b1) | |
| Constructor. | |
| OrTrueSubsumed (Space *home, bool share, Propagator &p, BV b0, BV b1) | |
| Constructor for rewriting p during cloning. | |
| 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 void | post (Space *home, Reflection::VarMap &vars, const Reflection::ActorSpec &spec) |
| Post using specification. | |
| static Support::Symbol | ati (void) |
| Actor type identifier of this propagator. | |
Protected Member Functions | |
| OrTrueSubsumed (Space *home, bool share, OrTrueSubsumed &p) | |
| Constructor for cloning p. | |
Constructor & Destructor Documentation
template<class BV>
| Gecode::Int::Bool::OrTrueSubsumed< BV >::OrTrueSubsumed | ( | Space * | home, | |
| bool | share, | |||
| OrTrueSubsumed< BV > & | p | |||
| ) | [inline, protected] |
template<class BV>
| Gecode::Int::Bool::OrTrueSubsumed< BV >::OrTrueSubsumed | ( | Space * | home, | |
| BV | b0, | |||
| BV | b1 | |||
| ) | [inline] |
template<class BV>
| Gecode::Int::Bool::OrTrueSubsumed< BV >::OrTrueSubsumed | ( | Space * | home, | |
| bool | share, | |||
| Propagator & | p, | |||
| BV | b0, | |||
| BV | b1 | |||
| ) | [inline] |
Member Function Documentation
template<class BV>
| Actor * Gecode::Int::Bool::OrTrueSubsumed< BV >::copy | ( | Space * | home, | |
| bool | share | |||
| ) | [inline, virtual] |
template<class BV>
| ExecStatus Gecode::Int::Bool::OrTrueSubsumed< BV >::propagate | ( | Space * | home, | |
| ModEventDelta | med | |||
| ) | [inline, virtual] |
template<class BV>
| Reflection::ActorSpec Gecode::Int::Bool::OrTrueSubsumed< BV >::spec | ( | const Space * | home, | |
| Reflection::VarMap & | m | |||
| ) | const [inline, virtual] |
template<class BV>
| void Gecode::Int::Bool::OrTrueSubsumed< BV >::post | ( | Space * | home, | |
| Reflection::VarMap & | vars, | |||
| const Reflection::ActorSpec & | spec | |||
| ) | [inline, static] |
template<class BV>
| Support::Symbol Gecode::Int::Bool::OrTrueSubsumed< BV >::ati | ( | void | ) | [inline, static] |
The documentation for this class was generated from the following file:
- gecode/int/bool/or.icc (Revision: 7665)
