Generated on Mon Aug 25 11:35:50 2008 for Gecode by doxygen 1.5.6

Gecode::Int::Bool::TerOrTrue< BV > Class Template Reference
[Integer propagators]

#include <bool.hh>

Inherits BoolBinary< BV, BV >.

List of all members.


Detailed Description

template<class BV>
class Gecode::Int::Bool::TerOrTrue< BV >

Ternary Boolean disjunction propagator (true).

Requires

 #include "gecode/int/bool.hh" 

Definition at line 263 of file bool.hh.


Public Member Functions

 TerOrTrue (Space *home, bool share, Propagator &p, BV b0, BV b1, BV b2)
 Constructor for rewriting p during cloning.
virtual Actorcopy (Space *home, bool share)
 Copy propagator during cloning.
virtual ExecStatus propagate (Space *home, ModEventDelta med)
 Perform propagation.
virtual size_t dispose (Space *home)
 Delete propagator and return its size.
virtual Reflection::ActorSpec spec (const Space *home, Reflection::VarMap &m) const
 Specification for this propagator.

Static Public Member Functions

static ExecStatus post (Space *home, BV b0, BV b1, BV b2)
 Post propagator $ b_0 \lor b_1 \lor b_2 = 1 $.
static void post (Space *home, Reflection::VarMap &vars, const Reflection::ActorSpec &spec)
 Post using specification.
static Support::Symbol ati (void)
 Name of this propagator.

Protected Member Functions

 TerOrTrue (Space *home, BV b0, BV b1, BV b2)
 Constructor for posting.
 TerOrTrue (Space *home, bool share, TerOrTrue &p)
 Constructor for cloning p.

Protected Attributes

BV x2
 Boolean view without subscription.

Constructor & Destructor Documentation

template<class BV>
Gecode::Int::Bool::TerOrTrue< BV >::TerOrTrue ( Space home,
BV  b0,
BV  b1,
BV  b2 
) [inline, protected]

Constructor for posting.

Definition at line 231 of file or.icc.

template<class BV>
Gecode::Int::Bool::TerOrTrue< BV >::TerOrTrue ( Space home,
bool  share,
TerOrTrue< BV > &  p 
) [inline, protected]

Constructor for cloning p.

Definition at line 243 of file or.icc.

template<class BV>
Gecode::Int::Bool::TerOrTrue< BV >::TerOrTrue ( Space home,
bool  share,
Propagator p,
BV  b0,
BV  b1,
BV  b2 
) [inline]

Constructor for rewriting p during cloning.

Definition at line 250 of file or.icc.


Member Function Documentation

template<class BV>
Actor * Gecode::Int::Bool::TerOrTrue< BV >::copy ( Space home,
bool  share 
) [inline, virtual]

Copy propagator during cloning.

Implements Gecode::Actor.

Definition at line 258 of file or.icc.

template<class BV>
ExecStatus Gecode::Int::Bool::TerOrTrue< BV >::propagate ( Space home,
ModEventDelta  med 
) [inline, virtual]

Perform propagation.

Implements Gecode::Propagator.

Definition at line 277 of file or.icc.

template<class BV>
ExecStatus Gecode::Int::Bool::TerOrTrue< BV >::post ( Space home,
BV  b0,
BV  b1,
BV  b2 
) [inline, static]

Post propagator $ b_0 \lor b_1 \lor b_2 = 1 $.

Definition at line 270 of file or.icc.

template<class BV>
size_t Gecode::Int::Bool::TerOrTrue< BV >::dispose ( Space home  )  [inline, virtual]

Delete propagator and return its size.

Reimplemented from Gecode::Int::Bool::BoolBinary< BV, BV >.

Definition at line 236 of file or.icc.

template<class BV>
Reflection::ActorSpec Gecode::Int::Bool::TerOrTrue< BV >::spec ( const Space home,
Reflection::VarMap m 
) const [inline, virtual]

Specification for this propagator.

Reimplemented from Gecode::Actor.

Definition at line 338 of file or.icc.

template<class BV>
void Gecode::Int::Bool::TerOrTrue< BV >::post ( Space home,
Reflection::VarMap vars,
const Reflection::ActorSpec spec 
) [inline, static]

Post using specification.

Definition at line 345 of file or.icc.

template<class BV>
Support::Symbol Gecode::Int::Bool::TerOrTrue< BV >::ati ( void   )  [inline, static]

Name of this propagator.

Definition at line 332 of file or.icc.


Member Data Documentation

template<class BV>
BV Gecode::Int::Bool::TerOrTrue< BV >::x2 [protected]

Boolean view without subscription.

Definition at line 268 of file bool.hh.


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