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

Gecode::Int::Bool::OrTrueSubsumed< BV > Class Template Reference

Inherits BoolBinary< BV, BV >.

List of all members.


Detailed Description

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

Binary Boolean disjunction propagator (subsumed).

Definition at line 42 of file or.icc.


Public Member Functions

 OrTrueSubsumed (Space *home, BV b0, BV b1)
 Constructor.
 OrTrueSubsumed (Space *home, bool share, Propagator &p, BV b0, BV b1)
 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 Reflection::ActorSpec spec (const Space *home, Reflection::VarMap &m) const
 Specification for this propagator.

Static Public Member Functions

static void post (Space *home, Reflection::VarMap &vars, const Reflection::ActorSpec &spec)
 Post using specification.
static Support::Symbol ati (void)
 Actor type identifier of this propagator.

Protected Member Functions

 OrTrueSubsumed (Space *home, bool share, OrTrueSubsumed &p)
 Constructor for cloning p.

Constructor & Destructor Documentation

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

Constructor for cloning p.

Definition at line 77 of file or.icc.

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

Constructor.

Definition at line 71 of file or.icc.

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

Constructor for rewriting p during cloning.

Definition at line 82 of file or.icc.


Member Function Documentation

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

Copy propagator during cloning.

Implements Gecode::Actor.

Definition at line 88 of file or.icc.

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

Perform propagation.

Implements Gecode::Propagator.

Definition at line 94 of file or.icc.

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

Specification for this propagator.

Reimplemented from Gecode::Actor.

Definition at line 106 of file or.icc.

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

Post using specification.

Definition at line 112 of file or.icc.

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

Actor type identifier of this propagator.

Definition at line 100 of file or.icc.


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