Gecode::Int::Bool::Or< BVA, BVB, BVC > Class Template Reference
[Integer propagators]
#include <bool.hh>
Inherits Gecode::Int::Bool::BoolTernary< BVA, BVB, BVC >< BVA, BVB, BVC >.
Detailed Description
template<class BVA, class BVB, class BVC>
class Gecode::Int::Bool::Or< BVA, BVB, BVC >
Boolean disjunction propagator.
Requires
#include "gecode/int/bool.hh"
Definition at line 144 of file bool.hh.
Public Member Functions | |
Or (Space *home, bool share, Propagator &p, BVA b0, BVB b1, BVC b2) | |
Constructor for rewriting p during cloning. | |
virtual Actor * | copy (Space *home, bool share) |
Copy propagator during cloning. | |
virtual ExecStatus | propagate (Space *home) |
Perform propagation. | |
Static Public Member Functions | |
static ExecStatus | post (Space *home, BVA b0, BVB b1, BVC b2) |
Post propagator ![]() | |
Protected Member Functions | |
Or (Space *home, BVA b0, BVB b1, BVC b2) | |
Constructor for posting. | |
Or (Space *home, bool share, Or &p) | |
Constructor for cloning p. |
Constructor & Destructor Documentation
template<class BVA, class BVB, class BVC>
Gecode::Int::Bool::Or< BVA, BVB, BVC >::Or | ( | Space * | home, | |
BVA | b0, | |||
BVB | b1, | |||
BVC | b2 | |||
) | [inline, protected] |
template<class BVA, class BVB, class BVC>
Gecode::Int::Bool::Or< BVA, BVB, BVC >::Or | ( | Space * | home, | |
bool | share, | |||
Or< BVA, BVB, BVC > & | p | |||
) | [inline, protected] |
template<class BVA, class BVB, class BVC>
Gecode::Int::Bool::Or< BVA, BVB, BVC >::Or | ( | Space * | home, | |
bool | share, | |||
Propagator & | p, | |||
BVA | b0, | |||
BVB | b1, | |||
BVC | b2 | |||
) | [inline] |
Member Function Documentation
template<class BVA, class BVB, class BVC>
Actor * Gecode::Int::Bool::Or< BVA, BVB, BVC >::copy | ( | Space * | home, | |
bool | share | |||
) | [virtual] |
template<class BVA, class BVB, class BVC>
ExecStatus Gecode::Int::Bool::Or< BVA, BVB, BVC >::propagate | ( | Space * | home | ) | [virtual] |
template<class BVA, class BVB, class BVC>
ExecStatus Gecode::Int::Bool::Or< BVA, BVB, BVC >::post | ( | Space * | home, | |
BVA | b0, | |||
BVB | b1, | |||
BVC | b2 | |||
) | [inline, static] |
The documentation for this class was generated from the following files:
- gecode/int/bool.hh (Revision: 3600)
- gecode/int/bool/or.icc (Revision: 3646)