Boolean disjunction propagator. More...
#include <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, const ModEventDelta &med) |
Perform propagation. | |
Static Public Member Functions | |
static ExecStatus | post (Home home, BVA b0, BVB b1, BVC b2) |
Post propagator ![]() | |
Protected Member Functions | |
Or (Home home, BVA b0, BVB b1, BVC b2) | |
Constructor for posting. | |
Or (Space &home, bool share, Or &p) | |
Constructor for cloning p. |
Boolean disjunction propagator.
Requires
#include <gecode/int/bool.hh>
Gecode::Int::Bool::Or< BVA, BVB, BVC >::Or | ( | Home | home, |
BVA | b0, | ||
BVB | b1, | ||
BVC | b2 | ||
) | [inline, protected] |
Gecode::Int::Bool::Or< BVA, BVB, BVC >::Or | ( | Space & | home, |
bool | share, | ||
Or< BVA, BVB, BVC > & | p | ||
) | [inline, protected] |
Gecode::Int::Bool::Or< BVA, BVB, BVC >::Or | ( | Space & | home, |
bool | share, | ||
Propagator & | p, | ||
BVA | b0, | ||
BVB | b1, | ||
BVC | b2 | ||
) | [inline] |
Actor * Gecode::Int::Bool::Or< BVA, BVB, BVC >::copy | ( | Space & | home, |
bool | share | ||
) | [virtual] |
ExecStatus Gecode::Int::Bool::Or< BVA, BVB, BVC >::propagate | ( | Space & | home, |
const ModEventDelta & | med | ||
) | [virtual] |
ExecStatus Gecode::Int::Bool::Or< BVA, BVB, BVC >::post | ( | Home | home, |
BVA | b0, | ||
BVB | b1, | ||
BVC | b2 | ||
) | [inline, static] |