Reified domain dom-propagator. More...
#include <dom.hh>
Public Member Functions | |
virtual Actor * | copy (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. | |
Static Public Member Functions | |
static ExecStatus | post (Home 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 (Home home, View x, const IntSet &s, BoolView b) | |
Constructor for creation. | |
Protected Attributes | |
IntSet | is |
Domain |
Reified domain dom-propagator.
Requires
#include <gecode/int/dom.hh>
Gecode::Int::Dom::ReIntSet< View >::ReIntSet | ( | Space & | home, |
bool | share, | ||
ReIntSet< View > & | p | ||
) | [inline, protected] |
Gecode::Int::Dom::ReIntSet< View >::ReIntSet | ( | Home | home, |
View | x, | ||
const IntSet & | s, | ||
BoolView | b | ||
) | [inline, protected] |
Actor * Gecode::Int::Dom::ReIntSet< View >::copy | ( | Space & | home, |
bool | share | ||
) | [virtual] |
ExecStatus Gecode::Int::Dom::ReIntSet< View >::propagate | ( | Space & | home, |
const ModEventDelta & | med | ||
) | [virtual] |
ExecStatus Gecode::Int::Dom::ReIntSet< View >::post | ( | Home | home, |
View | x, | ||
const IntSet & | s, | ||
BoolView | b | ||
) | [static] |
size_t Gecode::Int::Dom::ReIntSet< View >::dispose | ( | Space & | home | ) | [inline, virtual] |
Delete propagator and return its size.
Reimplemented from Gecode::Int::ReUnaryPropagator< View, PC_INT_DOM, BoolView >.
IntSet Gecode::Int::Dom::ReIntSet< View >::is [protected] |