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

Boolean disjunction propagator. More...

#include <bool.hh>

List of all members.

Public Member Functions

 Or (Space &home, bool share, Propagator &p, BVA b0, BVB b1, BVC b2)
 Constructor for rewriting p during cloning.
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 \lor b_1 = b_2 $.

Protected Member Functions

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

Detailed Description

Boolean disjunction propagator.

Requires

 #include <gecode/int/bool.hh> 

Constructor & Destructor Documentation

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

Constructor for posting.

Definition at line 465 of file or.hpp.

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

Constructor for cloning p.

Gecode::Int::Bool::Or::Or ( Space home,
bool  share,
Propagator p,
BVA  b0,
BVB  b1,
BVC  b2 
) [inline]

Constructor for rewriting p during cloning.

Definition at line 475 of file or.hpp.


Member Function Documentation

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

Copy propagator during cloning.

Definition at line 481 of file or.hpp.

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

Perform propagation.

Definition at line 530 of file or.hpp.

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

Post propagator $ b_0 \lor b_1 = b_2 $.

Definition at line 498 of file or.hpp.


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