Gecode::Int::Bool::BinOrTrue< BVA, BVB > Class Template Reference
[Integer propagators]
Binary Boolean disjunction propagator (true). More...
#include <bool.hh>
Public Member Functions | |
BinOrTrue (Space &home, bool share, Propagator &p, BVA b0, BVB 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. | |
Static Public Member Functions | |
static ExecStatus | post (Home home, BVA b0, BVB b1) |
Post propagator . | |
Protected Member Functions | |
BinOrTrue (Home home, BVA b0, BVB b1) | |
Constructor for posting. | |
BinOrTrue (Space &home, bool share, BinOrTrue &p) | |
Constructor for cloning p. |
Detailed Description
template<class BVA, class BVB>
class Gecode::Int::Bool::BinOrTrue< BVA, BVB >
Binary Boolean disjunction propagator (true).
Requires
#include <gecode/int/bool.hh>
Definition at line 241 of file bool.hh.
Constructor & Destructor Documentation
template<class BVA , class BVB >
Gecode::Int::Bool::BinOrTrue< BVA, BVB >::BinOrTrue | ( | Home | home, | |
BVA | b0, | |||
BVB | b1 | |||
) | [inline, protected] |
template<class BVA , class BVB >
Gecode::Int::Bool::BinOrTrue< BVA, BVB >::BinOrTrue | ( | Space & | home, | |
bool | share, | |||
BinOrTrue< BVA, BVB > & | p | |||
) | [inline, protected] |
template<class BVA , class BVB >
Gecode::Int::Bool::BinOrTrue< BVA, BVB >::BinOrTrue | ( | Space & | home, | |
bool | share, | |||
Propagator & | p, | |||
BVA | b0, | |||
BVB | b1 | |||
) | [inline] |
Member Function Documentation
template<class BVA , class BVB >
Actor * Gecode::Int::Bool::BinOrTrue< BVA, BVB >::copy | ( | Space & | home, | |
bool | share | |||
) | [inline, virtual] |
template<class BVA , class BVB >
ExecStatus Gecode::Int::Bool::BinOrTrue< BVA, BVB >::propagate | ( | Space & | home, | |
const ModEventDelta & | med | |||
) | [inline, virtual] |
template<class BVA , class BVB >
ExecStatus Gecode::Int::Bool::BinOrTrue< BVA, BVB >::post | ( | Home | home, | |
BVA | b0, | |||
BVB | b1 | |||
) | [inline, static] |
The documentation for this class was generated from the following files:
- gecode/int/bool.hh (Revision: 15137)
- gecode/int/bool/or.hpp (Revision: 15137)