Generated on Fri Aug 31 2012 16:23:01 for Gecode by doxygen 1.8.1.2
Gecode::Int::Dom::ReIntSet< View > Class Template Reference

Reified domain dom-propagator. More...

#include <dom.hh>

Public Member Functions

virtual Actorcopy (Space &home, bool share)
 Copy propagator during cloning.
virtual ExecStatus propagate (Space &home, const ModEventDelta &med)
 Perform propagation.
virtual size_t dispose (Space &home)
 Delete propagator and return its size.
- Public Member Functions inherited from Gecode::Int::ReUnaryPropagator< View, PC_INT_DOM, BoolView >
virtual PropCost cost (const Space &home, const ModEventDelta &med) const
 Cost function (defined as low unary)
- Public Member Functions inherited from Gecode::Propagator
ModEventDelta modeventdelta (void) const
 Return the modification event delta.
virtual ExecStatus advise (Space &home, Advisor &a, const Delta &d)
 Advise function.
double afc (void) const
 Return the accumlated failure count.

Static Public Member Functions

static ExecStatus post (Home 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 (Home home, View x, const IntSet &s, BoolView b)
 Constructor for creation.
- Protected Member Functions inherited from Gecode::Int::ReUnaryPropagator< View, PC_INT_DOM, BoolView >
 ReUnaryPropagator (Space &home, bool share, ReUnaryPropagator &p)
 Constructor for cloning p.
 ReUnaryPropagator (Space &home, bool share, Propagator &p, View x0, BoolViewb)
 Constructor for rewriting p during cloning.
 ReUnaryPropagator (Space &home, View x0, BoolViewb)
 Constructor for creation.
- Protected Member Functions inherited from Gecode::Propagator
 Propagator (Home home)
 Constructor for posting.
 Propagator (Space &home, bool share, Propagator &p)
 Constructor for cloning p.

Protected Attributes

IntSet is
 Domain
- Protected Attributes inherited from Gecode::Int::ReUnaryPropagator< View, PC_INT_DOM, BoolView >
View x0
 Single view.
BoolView b
 Boolean control view.

Detailed Description

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

Reified domain dom-propagator.

Requires

#include <gecode/int/dom.hh>

Definition at line 88 of file dom.hh.

Constructor & Destructor Documentation

template<class View >
Gecode::Int::Dom::ReIntSet< View >::ReIntSet ( Space home,
bool  share,
ReIntSet< View > &  p 
)
inlineprotected

Constructor for cloning p.

Definition at line 79 of file spec.hpp.

template<class View >
Gecode::Int::Dom::ReIntSet< View >::ReIntSet ( Home  home,
View  x,
const IntSet s,
BoolView  b 
)
inlineprotected

Constructor for creation.

Definition at line 43 of file spec.hpp.

Member Function Documentation

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

Copy propagator during cloning.

Implements Gecode::Actor.

Definition at line 86 of file spec.hpp.

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

Perform propagation.

Implements Gecode::Propagator.

Definition at line 92 of file spec.hpp.

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

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

Definition at line 59 of file spec.hpp.

template<class View >
size_t Gecode::Int::Dom::ReIntSet< View >::dispose ( Space home)
inlinevirtual

Delete propagator and return its size.

Reimplemented from Gecode::Int::ReUnaryPropagator< View, PC_INT_DOM, BoolView >.

Definition at line 50 of file spec.hpp.

Member Data Documentation

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

Domain

Definition at line 94 of file dom.hh.


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