Gecode::Int::Bool::OrTrueSubsumed< BV > Class Template Reference
Binary Boolean disjunction propagator (subsumed). More...
#include <or.hpp>
Public Member Functions | |
OrTrueSubsumed (Home 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, const ModEventDelta &med) |
Perform propagation. | |
Protected Member Functions | |
OrTrueSubsumed (Space &home, bool share, OrTrueSubsumed &p) | |
Constructor for cloning p. | |
Static Protected Member Functions | |
static ExecStatus | post (Home home, BV b0, BV b1) |
Post propagator. |
Detailed Description
template<class BV>
class Gecode::Int::Bool::OrTrueSubsumed< BV >
Binary Boolean disjunction propagator (subsumed).
Definition at line 42 of file or.hpp.
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 | ( | Home | 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 >
ExecStatus Gecode::Int::Bool::OrTrueSubsumed< BV >::post | ( | Home | home, | |
BV | b0, | |||
BV | b1 | |||
) | [inline, static, protected] |
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, | |
const ModEventDelta & | med | |||
) | [inline, virtual] |
The documentation for this class was generated from the following file:
- gecode/int/bool/or.hpp (Revision: 15137)