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

Gecode::Int::Dom::ReIntSet< View > Class Template Reference
[Integer propagators]

#include <dom.hh>

Inherits Gecode::ReUnaryPropagator< View, PC_INT_DOM, Gecode::Int::BoolView >.

List of all members.


Detailed Description

template<class View>
class Gecode::Int::Dom::ReIntSet< View >

Reified domain dom-propagator.

Requires

 #include "gecode/int/dom.hh" 

Definition at line 96 of file dom.hh.


Public Member Functions

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.
virtual size_t dispose (Space *home)
 Delete propagator and return its size.

Static Public Member Functions

static Support::Symbol ati (void)
 Mangled name.
static void post (Space *home, Reflection::VarMap &vars, const Reflection::ActorSpec &spec)
 Post propagator according to specification.
static ExecStatus post (Space *home, View x, const IntSet &s, BoolView b)
 Post propagator for $ (x \in d) \Leftrightarrow b$.

Protected Member Functions

 ReIntSet (Space *home, bool share, ReIntSet &p)
 Constructor for cloning p.
 ReIntSet (Space *home, View x, const IntSet &s, BoolView b)
 Constructor for creation.

Protected Attributes

IntSet is
 Domain

Constructor & Destructor Documentation

template<class View>
Gecode::Int::Dom::ReIntSet< View >::ReIntSet ( Space home,
bool  share,
ReIntSet< View > &  p 
) [inline, protected]

Constructor for cloning p.

Definition at line 73 of file spec.icc.

template<class View>
Gecode::Int::Dom::ReIntSet< View >::ReIntSet ( Space home,
View  x,
const IntSet s,
BoolView  b 
) [inline, protected]

Constructor for creation.

Definition at line 43 of file spec.icc.


Member Function Documentation

template<class View>
Actor * Gecode::Int::Dom::ReIntSet< View >::copy ( Space home,
bool  share 
) [inline, virtual]

Copy propagator during cloning.

Implements Gecode::Actor.

Definition at line 80 of file spec.icc.

template<class View>
ExecStatus Gecode::Int::Dom::ReIntSet< View >::propagate ( Space home,
ModEventDelta  med 
) [inline, virtual]

Perform propagation.

Implements Gecode::Propagator.

Definition at line 120 of file spec.icc.

template<class View>
Reflection::ActorSpec Gecode::Int::Dom::ReIntSet< View >::spec ( const Space home,
Reflection::VarMap m 
) const [inline, virtual]

Specification for this propagator.

Reimplemented from Gecode::Actor.

Definition at line 92 of file spec.icc.

template<class View>
Support::Symbol Gecode::Int::Dom::ReIntSet< View >::ati ( void   )  [inline, static]

Mangled name.

Definition at line 86 of file spec.icc.

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

Post propagator according to specification.

Definition at line 109 of file spec.icc.

template<class View>
ExecStatus Gecode::Int::Dom::ReIntSet< View >::post ( Space home,
View  x,
const IntSet s,
BoolView  b 
) [inline, static]

Post propagator for $ (x \in d) \Leftrightarrow b$.

Definition at line 59 of file spec.icc.

template<class View>
size_t Gecode::Int::Dom::ReIntSet< View >::dispose ( Space home  )  [inline, virtual]

Delete propagator and return its size.

Reimplemented from Gecode::ReUnaryPropagator< View, pc, CtrlView >.

Definition at line 50 of file spec.icc.


Member Data Documentation

template<class View>
IntSet Gecode::Int::Dom::ReIntSet< View >::is [protected]

Domain

Definition at line 102 of file dom.hh.


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