Reified range 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. | |
Static Public Member Functions | |
static ExecStatus | post (Home home, View x, int min, int max, BoolView b) |
Post propagator for ![]() | |
Protected Member Functions | |
ReRange (Space &home, bool share, ReRange &p) | |
Constructor for cloning p. | |
ReRange (Home home, View x, int min, int max, BoolView b) | |
Constructor for creation. | |
Protected Attributes | |
int | min |
Minimum of range. | |
int | max |
Maximum of range. |
Reified range dom-propagator.
Requires
#include <gecode/int/dom.hh>
Gecode::Int::Dom::ReRange< View >::ReRange | ( | Space & | home, |
bool | share, | ||
ReRange< View > & | p | ||
) | [inline, protected] |
Gecode::Int::Dom::ReRange< View >::ReRange | ( | Home | home, |
View | x, | ||
int | min, | ||
int | max, | ||
BoolView | b | ||
) | [inline, protected] |
Actor * Gecode::Int::Dom::ReRange< View >::copy | ( | Space & | home, |
bool | share | ||
) | [virtual] |
ExecStatus Gecode::Int::Dom::ReRange< View >::propagate | ( | Space & | home, |
const ModEventDelta & | med | ||
) | [virtual] |
ExecStatus Gecode::Int::Dom::ReRange< View >::post | ( | Home | home, |
View | x, | ||
int | min, | ||
int | max, | ||
BoolView | b | ||
) | [static] |
int Gecode::Int::Dom::ReRange< View >::min [protected] |
int Gecode::Int::Dom::ReRange< View >::max [protected] |