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

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

#include <bool.hh>

List of all members.

Public Member Functions

 BoolTernary (Space &home, bool share, Propagator &p, BVA b0, BVB b1, BVC b2)
 Constructor for rewriting p during cloning.
virtual PropCost cost (const Space &home, const ModEventDelta &med) const
 Cost function (defined as low binary)
virtual size_t dispose (Space &home)
 Delete propagator and return its size.

Protected Member Functions

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

Protected Attributes

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

Detailed Description

Base-class for ternary Boolean propagators.


Constructor & Destructor Documentation

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

Definition at line 92 of file base.hpp.

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

Constructor for cloning.

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

Constructor for rewriting p during cloning.

Definition at line 111 of file base.hpp.


Member Function Documentation

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

Cost function (defined as low binary)

Implements Gecode::Propagator.

Definition at line 121 of file base.hpp.

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

Delete propagator and return its size.

Reimplemented from Gecode::Actor.

Definition at line 127 of file base.hpp.


Member Data Documentation

Boolean view.

Definition at line 81 of file bool.hh.

Boolean view.

Definition at line 82 of file bool.hh.

Boolean view Constructor for posting.

Definition at line 83 of file bool.hh.


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