Gecode::BinaryPropagator< View, pc > Class Template Reference
[Propagator patterns]
Binary propagator. More...
#include <pattern.hpp>
Public Member Functions | |
virtual PropCost | cost (const Space &home, const ModEventDelta &med) const |
Cost function (defined as low binary). | |
virtual void | reschedule (Space &home) |
Schedule function. | |
virtual size_t | dispose (Space &home) |
Delete propagator and return its size. | |
Protected Member Functions | |
BinaryPropagator (Space &home, BinaryPropagator &p) | |
Constructor for cloning p. | |
BinaryPropagator (Home home, View x0, View x1) | |
Constructor for creation. | |
BinaryPropagator (Space &home, Propagator &p, View x0, View x1) | |
Constructor for rewriting p during cloning. | |
Protected Attributes | |
View | x0 |
Two views. | |
View | x1 |
Detailed Description
template<class View, PropCond pc>
class Gecode::BinaryPropagator< View, pc >
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 84 of file pattern.hpp.
Constructor & Destructor Documentation
Gecode::BinaryPropagator< View, pc >::BinaryPropagator | ( | Space & | home, | |
BinaryPropagator< View, pc > & | p | |||
) | [inline, protected] |
Constructor for cloning p.
Definition at line 364 of file pattern.hpp.
Gecode::BinaryPropagator< View, pc >::BinaryPropagator | ( | Home | home, | |
View | x0, | |||
View | x1 | |||
) | [inline, protected] |
Constructor for creation.
Definition at line 353 of file pattern.hpp.
Gecode::BinaryPropagator< View, pc >::BinaryPropagator | ( | Space & | home, | |
Propagator & | p, | |||
View | x0, | |||
View | x1 | |||
) | [inline, protected] |
Constructor for rewriting p during cloning.
Definition at line 373 of file pattern.hpp.
Member Function Documentation
PropCost Gecode::BinaryPropagator< View, pc >::cost | ( | const Space & | home, | |
const ModEventDelta & | med | |||
) | const [inline, virtual] |
Cost function (defined as low binary).
Implements Gecode::Propagator.
Reimplemented in Gecode::Int::Arithmetic::AbsBnd< View >, Gecode::Int::Arithmetic::AbsDom< View >, Gecode::Int::Arithmetic::PowDom< Ops >, Gecode::Int::Arithmetic::NrootPlusDom< Ops, minus >, Gecode::Int::Arithmetic::NrootDom< Ops >, Gecode::Int::Bool::NaryOrTrue< BV >, Gecode::Int::Bool::NaryEqv, Gecode::Int::Distinct::EqIte, and Gecode::Int::Linear::NqBoolInt< VX >.
Definition at line 381 of file pattern.hpp.
void Gecode::BinaryPropagator< View, pc >::reschedule | ( | Space & | home | ) | [inline, virtual] |
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::Bool::NaryOrTrue< BV >, Gecode::Int::Bool::NaryEqv, and Gecode::Int::Linear::NqBoolInt< VX >.
Definition at line 396 of file pattern.hpp.
Member Data Documentation
View Gecode::BinaryPropagator< View, pc >::x0 [protected] |
Two views.
Definition at line 87 of file pattern.hpp.
View Gecode::BinaryPropagator< View, pc >::x1 [protected] |
Definition at line 87 of file pattern.hpp.
The documentation for this class was generated from the following file:
- gecode/kernel/propagator/pattern.hpp