Binary propagator. More...
#include <propagator.hpp>
Public Member Functions | |
virtual PropCost | cost (const Space &home, const ModEventDelta &med) const |
Cost function (defined as low binary) | |
virtual size_t | dispose (Space &home) |
Delete propagator and return its size. | |
Protected Member Functions | |
BinaryPropagator (Space &home, bool share, BinaryPropagator &p) | |
Constructor for cloning p. | |
BinaryPropagator (Home home, View x0, View x1) | |
Constructor for creation. | |
BinaryPropagator (Space &home, bool share, Propagator &p, View x0, View x1) | |
Constructor for rewriting p during cloning. | |
Protected Attributes | |
View | x0 |
Two views. | |
View | x1 |
Binary propagator.
Stores two views of type View with propagation condition pc.
If the propagation condition pc has the value PC_GEN_NONE, no subscriptions are created.
Definition at line 87 of file propagator.hpp.
Gecode::BinaryPropagator< View, pc >::BinaryPropagator | ( | Space & | home, |
bool | share, | ||
BinaryPropagator< View, pc > & | p | ||
) | [inline, protected] |
Constructor for cloning p.
Definition at line 351 of file propagator.hpp.
Gecode::BinaryPropagator< View, pc >::BinaryPropagator | ( | Home | home, |
View | x0, | ||
View | x1 | ||
) | [protected] |
Constructor for creation.
Definition at line 340 of file propagator.hpp.
Gecode::BinaryPropagator< View, pc >::BinaryPropagator | ( | Space & | home, |
bool | share, | ||
Propagator & | p, | ||
View | x0, | ||
View | x1 | ||
) | [inline, protected] |
Constructor for rewriting p during cloning.
Definition at line 360 of file propagator.hpp.
PropCost Gecode::BinaryPropagator< View, pc >::cost | ( | const Space & | home, |
const ModEventDelta & | med | ||
) | const [virtual] |
Cost function (defined as low binary)
Implements Gecode::Propagator.
Reimplemented in Gecode::Int::Linear::NqBoolInt< VX >, Gecode::Int::Bool::NaryEqv, Gecode::Int::Rel::Nq< View >, Gecode::Int::Arithmetic::SqrtDom< View >, Gecode::Int::Bool::NaryOrTrue< BV >, Gecode::Int::Arithmetic::SqrDom< View >, Gecode::Int::Arithmetic::AbsDom< View >, and Gecode::Int::Arithmetic::AbsBnd< View >.
Definition at line 368 of file propagator.hpp.
size_t Gecode::BinaryPropagator< View, pc >::dispose | ( | Space & | home | ) | [inline, virtual] |
Delete propagator and return its size.
Reimplemented from Gecode::Actor.
Reimplemented in Gecode::Int::Linear::NqBoolInt< VX >, Gecode::Int::Bool::NaryEqv, and Gecode::Int::Bool::NaryOrTrue< BV >.
Definition at line 374 of file propagator.hpp.
View Gecode::BinaryPropagator< View, pc >::x0 [protected] |
Two views.
Definition at line 90 of file propagator.hpp.
View Gecode::BinaryPropagator< View, pc >::x1 [protected] |
Definition at line 90 of file propagator.hpp.