Generated on Thu Apr 11 13:59:58 2019 for Gecode by doxygen 1.6.3

Gecode::Int::Bool::Eq< BVA, BVB > Class Template Reference
[Integer propagators]

Boolean equality propagator. More...

#include <bool.hh>

List of all members.

Public Member Functions

 Eq (Space &home, Propagator &p, BVA b0, BVB b1)
 Constructor for rewriting p during cloning.
virtual Actorcopy (Space &home)
 Copy propagator during cloning.
virtual ExecStatus propagate (Space &home, const ModEventDelta &med)
 Perform propagation.

Static Public Member Functions

static ExecStatus post (Home home, BVA x0, BVB x1)
 Post propagator $ x_0 = x_1$.

Protected Member Functions

 Eq (Home home, BVA b0, BVB b1)
 Constructor for posting.
 Eq (Space &home, Eq &p)
 Constructor for cloning p.

Detailed Description

template<class BVA, class BVB>
class Gecode::Int::Bool::Eq< BVA, BVB >

Boolean equality propagator.

Requires

 #include <gecode/int/bool.hh> 

Definition at line 105 of file bool.hh.


Constructor & Destructor Documentation

template<class BVA , class BVB >
Gecode::Int::Bool::Eq< BVA, BVB >::Eq ( Home  home,
BVA  b0,
BVB  b1 
) [inline, protected]

Constructor for posting.

Definition at line 38 of file eq.hpp.

template<class BVA , class BVB >
Gecode::Int::Bool::Eq< BVA, BVB >::Eq ( Space home,
Eq< BVA, BVB > &  p 
) [inline, protected]

Constructor for cloning p.

Definition at line 43 of file eq.hpp.

template<class BVA , class BVB >
Gecode::Int::Bool::Eq< BVA, BVB >::Eq ( Space home,
Propagator p,
BVA  b0,
BVB  b1 
) [inline]

Constructor for rewriting p during cloning.

Definition at line 48 of file eq.hpp.


Member Function Documentation

template<class BVA , class BVB >
Actor * Gecode::Int::Bool::Eq< BVA, BVB >::copy ( Space home  )  [inline, virtual]

Copy propagator during cloning.

Implements Gecode::Actor.

Definition at line 54 of file eq.hpp.

template<class BVA , class BVB >
ExecStatus Gecode::Int::Bool::Eq< BVA, BVB >::propagate ( Space home,
const ModEventDelta med 
) [inline, virtual]

Perform propagation.

Implements Gecode::Propagator.

Definition at line 84 of file eq.hpp.

template<class BVA , class BVB >
ExecStatus Gecode::Int::Bool::Eq< BVA, BVB >::post ( Home  home,
BVA  x0,
BVB  x1 
) [inline, static]

Post propagator $ x_0 = x_1$.

Definition at line 60 of file eq.hpp.


The documentation for this class was generated from the following files: