n-ary Boolean equality propagator More...
#include <bool.hh>
Public Member Functions | |
virtual Actor * | copy (Space &home, bool share) |
Copy propagator during cloning. | |
virtual PropCost | cost (const Space &home, const ModEventDelta &med) const |
Cost function (defined as low unary) | |
virtual ExecStatus | propagate (Space &home, const ModEventDelta &med) |
Perform propagation. | |
Static Public Member Functions | |
static ExecStatus | post (Home home, ViewArray< BV > &x) |
Post propagator ![]() | |
Protected Member Functions | |
NaryEq (Home home, ViewArray< BV > &x) | |
Constructor for posting. | |
NaryEq (Space &home, bool share, NaryEq &p) | |
Constructor for cloning p. |
Constructor for cloning p.
PropCost Gecode::Int::Bool::NaryEq::cost | ( | const Space & | home, |
const ModEventDelta & | med | ||
) | const [virtual] |
Cost function (defined as low unary)
Reimplemented from Gecode::NaryPropagator< BV, PC_BOOL_VAL >.
ExecStatus Gecode::Int::Bool::NaryEq::propagate | ( | Space & | home, |
const ModEventDelta & | med | ||
) | [virtual] |
ExecStatus Gecode::Int::Bool::NaryEq::post | ( | Home | home, |
ViewArray< BV > & | x | ||
) | [inline, static] |