Gecode::Int::Dom::ReRange< View, rm > Class Template Reference
[Integer propagators]
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. |
Detailed Description
template<class View, ReifyMode rm>
class Gecode::Int::Dom::ReRange< View, rm >
Reified range dom-propagator.
Requires
#include <gecode/int/dom.hh>
Definition at line 60 of file dom.hh.
Constructor & Destructor Documentation
template<class View , ReifyMode rm>
Gecode::Int::Dom::ReRange< View, rm >::ReRange | ( | Space & | home, | |
bool | share, | |||
ReRange< View, rm > & | p | |||
) | [inline, protected] |
template<class View , ReifyMode rm>
Gecode::Int::Dom::ReRange< View, rm >::ReRange | ( | Home | home, | |
View | x, | |||
int | min, | |||
int | max, | |||
BoolView | b | |||
) | [inline, protected] |
Member Function Documentation
template<class View , ReifyMode rm>
Actor * Gecode::Int::Dom::ReRange< View, rm >::copy | ( | Space & | home, | |
bool | share | |||
) | [inline, virtual] |
template<class View , ReifyMode rm>
ExecStatus Gecode::Int::Dom::ReRange< View, rm >::propagate | ( | Space & | home, | |
const ModEventDelta & | med | |||
) | [inline, virtual] |
template<class View , ReifyMode rm>
ExecStatus Gecode::Int::Dom::ReRange< View, rm >::post | ( | Home | home, | |
View | x, | |||
int | min, | |||
int | max, | |||
BoolView | b | |||
) | [inline, static] |
Member Data Documentation
template<class View, ReifyMode rm>
int Gecode::Int::Dom::ReRange< View, rm >::min [protected] |
template<class View, ReifyMode rm>
int Gecode::Int::Dom::ReRange< View, rm >::max [protected] |
The documentation for this class was generated from the following files:
- gecode/int/dom.hh (Revision: 15215)
- gecode/int/dom/range.hpp (Revision: 15215)