Generated on Thu Apr 11 14:00:00 2019 for Gecode by doxygen 1.6.3

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

Reified domain dom-propagator. More...

#include <dom.hh>

List of all members.

Public Member Functions

virtual Actorcopy (Space &home)
 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.

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, ReIntSet &p)
 Constructor for cloning p.
 ReIntSet (Home home, View x, const IntSet &s, BoolView b)
 Constructor for creation.

Protected Attributes

IntSet is
 Domain

Detailed Description

template<class View, ReifyMode rm>
class Gecode::Int::Dom::ReIntSet< View, rm >

Reified domain dom-propagator.

Requires

 #include <gecode/int/dom.hh> 

Definition at line 84 of file dom.hh.


Constructor & Destructor Documentation

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

Constructor for cloning p.

Definition at line 81 of file set.hpp.

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

Constructor for creation.

Definition at line 39 of file set.hpp.


Member Function Documentation

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

Copy propagator during cloning.

Implements Gecode::Actor.

Definition at line 87 of file set.hpp.

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

Perform propagation.

Implements Gecode::Propagator.

Definition at line 93 of file set.hpp.

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

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

Definition at line 55 of file set.hpp.

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

Delete propagator and return its size.

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

Definition at line 46 of file set.hpp.


Member Data Documentation

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

Domain

Definition at line 90 of file dom.hh.


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