Generated on Tue Sep 25 2012 20:53:29 for Gecode by doxygen 1.7.5
Gecode::Int::Bool::BoolBinary Class Reference

Base-class for binary Boolean propagators. More...

#include <bool.hh>

List of all members.

Public Member Functions

virtual PropCost cost (const Space &home, const ModEventDelta &med) const
 Cost function (defined as low unary)
virtual size_t dispose (Space &home)
 Delete propagator and return its size.

Protected Member Functions

 BoolBinary (Home home, BVA b0, BVB b1)
 BoolBinary (Space &home, bool share, BoolBinary &p)
 Constructor for cloning.
 BoolBinary (Space &home, bool share, Propagator &p, BVA b0, BVB b1)
 Constructor for rewriting p during cloning.

Protected Attributes

BVA x0
 Boolean view.
BVB x1
 Boolean view Constructor for posting.

Detailed Description

Base-class for binary Boolean propagators.


Constructor & Destructor Documentation

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

Definition at line 46 of file base.hpp.

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

Constructor for cloning.

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

Constructor for rewriting p during cloning.

Definition at line 63 of file base.hpp.


Member Function Documentation

PropCost Gecode::Int::Bool::BoolBinary::cost ( const Space home,
const ModEventDelta med 
) const [virtual]

Cost function (defined as low unary)

Implements Gecode::Propagator.

Definition at line 72 of file base.hpp.

size_t Gecode::Int::Bool::BoolBinary::dispose ( Space home) [inline, virtual]

Delete propagator and return its size.

Reimplemented from Gecode::Actor.

Reimplemented in Gecode::Int::Bool::QuadOrTrue, and Gecode::Int::Bool::TerOrTrue.

Definition at line 78 of file base.hpp.


Member Data Documentation

Boolean view.

Definition at line 61 of file bool.hh.

Boolean view Constructor for posting.

Definition at line 62 of file bool.hh.


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