Generated on Sat Aug 25 2012 15:53:11 for Gecode by doxygen 1.7.5
Gecode::Int::Bool::Eqv Class Reference

Boolean equivalence propagator. More...

#include <bool.hh>

List of all members.

Public Member Functions

virtual Actorcopy (Space &home, bool share)
 Copy propagator during cloning.
virtual ExecStatus propagate (Space &home, const ModEventDelta &med)
 Perform propagation.

Static Public Member Functions

static ExecStatus post (Home home, BVA b0, BVB b1, BVC b2)
 Post propagator $ b_0 \Leftrightarrow b_1 = b_2 $ (equivalence)

Protected Member Functions

 Eqv (Space &home, bool share, Eqv &p)
 Constructor for cloning p.
 Eqv (Home home, BVA b0, BVB b1, BVC b2)
 Constructor for posting.

Detailed Description

Boolean equivalence propagator.

Requires

 #include <gecode/int/bool.hh> 

Constructor & Destructor Documentation

Gecode::Int::Bool::Eqv::Eqv ( Space home,
bool  share,
Eqv p 
) [protected]

Constructor for cloning p.

Gecode::Int::Bool::Eqv::Eqv ( Home  home,
BVA  b0,
BVB  b1,
BVC  b2 
) [inline, protected]

Constructor for posting.

Definition at line 42 of file eqv.hpp.


Member Function Documentation

Actor * Gecode::Int::Bool::Eqv::copy ( Space home,
bool  share 
) [virtual]

Copy propagator during cloning.

Definition at line 85 of file eqv.hpp.

ExecStatus Gecode::Int::Bool::Eqv::propagate ( Space home,
const ModEventDelta med 
) [virtual]

Perform propagation.

Definition at line 91 of file eqv.hpp.

ExecStatus Gecode::Int::Bool::Eqv::post ( Home  home,
BVA  b0,
BVB  b1,
BVC  b2 
) [inline, static]

Post propagator $ b_0 \Leftrightarrow b_1 = b_2 $ (equivalence)

Definition at line 52 of file eqv.hpp.


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