Generated on Thu Apr 11 13:59:58 2019 for Gecode by doxygen 1.6.3

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

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

#include <bool.hh>

List of all members.

Public Member Functions

 BoolTernary (Space &home, 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 void reschedule (Space &home)
 Schedule function.
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, BoolTernary &p)
 Constructor for cloning.

Protected Attributes

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

Detailed Description

template<class BVA, class BVB, class BVC>
class Gecode::Int::Bool::BoolTernary< BVA, BVB, BVC >

Base-class for ternary Boolean propagators.

Definition at line 77 of file bool.hh.


Constructor & Destructor Documentation

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

Definition at line 94 of file base.hpp.

template<class BVA , class BVB , class BVC >
Gecode::Int::Bool::BoolTernary< BVA, BVB, BVC >::BoolTernary ( Space home,
BoolTernary< BVA, BVB, BVC > &  p 
) [inline, protected]

Constructor for cloning.

Definition at line 103 of file base.hpp.

template<class BVA , class BVB , class BVC >
Gecode::Int::Bool::BoolTernary< BVA, BVB, BVC >::BoolTernary ( Space home,
Propagator p,
BVA  b0,
BVB  b1,
BVC  b2 
) [inline]

Constructor for rewriting p during cloning.

Definition at line 113 of file base.hpp.


Member Function Documentation

template<class BVA , class BVB , class BVC >
PropCost Gecode::Int::Bool::BoolTernary< BVA, BVB, BVC >::cost ( const Space home,
const ModEventDelta med 
) const [inline, virtual]

Cost function (defined as low binary).

Implements Gecode::Propagator.

Definition at line 123 of file base.hpp.

template<class BVA , class BVB , class BVC >
void Gecode::Int::Bool::BoolTernary< BVA, BVB, BVC >::reschedule ( Space home  )  [inline, virtual]

Schedule function.

Implements Gecode::Propagator.

Definition at line 129 of file base.hpp.

template<class BVA , class BVB , class BVC >
size_t Gecode::Int::Bool::BoolTernary< BVA, BVB, BVC >::dispose ( Space home  )  [inline, virtual]

Delete propagator and return its size.

Reimplemented from Gecode::Actor.

Definition at line 137 of file base.hpp.


Member Data Documentation

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

Boolean view.

Definition at line 79 of file bool.hh.

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

Boolean view.

Definition at line 80 of file bool.hh.

template<class BVA, class BVB, class BVC>
BVC Gecode::Int::Bool::BoolTernary< BVA, BVB, BVC >::x2 [protected]

Boolean view Constructor for posting.

Definition at line 81 of file bool.hh.


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