Generated on Wed Jan 4 17:49:20 2006 for Gecode by doxygen 1.4.6

Gecode::Int::Bool::BoolBinary< BVA, BVB > Class Template Reference

#include <bool.hh>

Inherits Gecode::Propagator.

Inherited by Gecode::Int::Bool::Eq< BVA, BVB >.

List of all members.


Detailed Description

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

Base-class for binary Boolean propagators.

Definition at line 43 of file bool.hh.

Public Member Functions

virtual PropCost cost (void) const
 Cost function (defined as PC_UNARY_LO).
virtual ~BoolBinary (void)
 Destructor.

Protected Member Functions

 BoolBinary (Space *home, BVA b0, BVB b1)
 Constructor for posting.
 BoolBinary (Space *home, bool share, BoolBinary &p)
 Constructor for cloning.

Protected Attributes

BVA x0
 Boolean view.
BVB x1
 Boolean view.


Constructor & Destructor Documentation

template<class BVA, class BVB>
Gecode::Int::Bool::BoolBinary< BVA, BVB >::BoolBinary Space home,
BVA  b0,
BVB  b1
[inline, protected]
 

Constructor for posting.

Definition at line 30 of file base.icc.

template<class BVA, class BVB>
Gecode::Int::Bool::BoolBinary< BVA, BVB >::BoolBinary Space home,
bool  share,
BoolBinary< BVA, BVB > &  p
[protected]
 

Constructor for cloning.

template<class BVA, class BVB>
Gecode::Int::Bool::BoolBinary< BVA, BVB >::~BoolBinary void   )  [virtual]
 

Destructor.

Definition at line 52 of file base.icc.


Member Function Documentation

template<class BVA, class BVB>
PropCost Gecode::Int::Bool::BoolBinary< BVA, BVB >::cost void   )  const [virtual]
 

Cost function (defined as PC_UNARY_LO).

Implements Gecode::Propagator.

Definition at line 47 of file base.icc.


Member Data Documentation

template<class BVA, class BVB>
BVA Gecode::Int::Bool::BoolBinary< BVA, BVB >::x0 [protected]
 

Boolean view.

Definition at line 45 of file bool.hh.

template<class BVA, class BVB>
BVB Gecode::Int::Bool::BoolBinary< BVA, BVB >::x1 [protected]
 

Boolean view.

Definition at line 46 of file bool.hh.


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