Generated on Tue May 22 09:41:02 2018 for Gecode by doxygen 1.6.3

Gecode::BinaryPropagator< View, pc > Class Template Reference
[Propagator patterns]

Binary propagator. More...

#include <pattern.hpp>

List of all members.

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

template<class View , PropCond pc>
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.

template<class View, PropCond pc>
Gecode::BinaryPropagator< View, pc >::BinaryPropagator ( Home  home,
View  x0,
View  x1 
) [inline, protected]

Constructor for creation.

Definition at line 353 of file pattern.hpp.

template<class View, PropCond pc>
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

template<class View , PropCond pc>
void Gecode::BinaryPropagator< View, pc >::reschedule ( Space home  )  [inline, virtual]

Schedule function.

Implements Gecode::Propagator.

Definition at line 387 of file pattern.hpp.

template<class View , PropCond pc>
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

template<class View, PropCond pc>
View Gecode::BinaryPropagator< View, pc >::x0 [protected]

Two views.

Definition at line 87 of file pattern.hpp.

template<class View, PropCond pc>
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: