Gecode::Int::Dom::ReIntSet< View > Class Template Reference
[Integer propagators]
#include <dom.hh>
Inherits Gecode::ReUnaryPropagator< View, PC_INT_DOM, BoolView >.
Detailed Description
template<class View>
class Gecode::Int::Dom::ReIntSet< View >
Reified domain dom-propagator.
Requires
#include "gecode/int/dom.hh"
Definition at line 73 of file dom.hh.
Public Member Functions | |
| virtual Actor * | copy (Space *home, bool share) |
| Copy propagator during cloning. | |
| virtual ExecStatus | propagate (Space *home) |
| Perform propagation. | |
Static Public Member Functions | |
| static ExecStatus | post (Space *home, View x, const IntSet &s, BoolView b) |
Post propagator for . | |
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
|
||||||||||||||||||||
|
Constructor for cloning p.
|
|
||||||||||||||||||||||||
|
Constructor for creation.
|
Member Function Documentation
|
||||||||||||||||
|
Copy propagator during cloning.
Implements Gecode::Actor. |
|
||||||||||
|
Perform propagation.
Implements Gecode::Propagator. |
|
||||||||||||||||||||||||
|
Post propagator for
|
Member Data Documentation
|
|||||
|
Domain
|
The documentation for this class was generated from the following files:
- gecode/int/dom.hh (Revision: 3512)
- gecode/int/dom/spec.icc (Revision: 3413)

.