Reified domain consistent equality with integer propagator. More...
#include <rel.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 c, CtrlView b) |
Post domain consistent propagator ![]() | |
Protected Member Functions | |
ReEqDomInt (Space &home, bool share, ReEqDomInt &p) | |
Constructor for cloning p. | |
ReEqDomInt (Home home, View x, int c, CtrlView b) | |
Constructor for posting. | |
Protected Attributes | |
int | c |
Integer constant to check. |
Reified domain consistent equality with integer propagator.
Requires
#include <gecode/int/rel.hh>
Gecode::Int::Rel::ReEqDomInt< View, CtrlView >::ReEqDomInt | ( | Space & | home, |
bool | share, | ||
ReEqDomInt< View, CtrlView > & | p | ||
) | [inline, protected] |
Gecode::Int::Rel::ReEqDomInt< View, CtrlView >::ReEqDomInt | ( | Home | home, |
View | x, | ||
int | c, | ||
CtrlView | b | ||
) | [inline, protected] |
Actor * Gecode::Int::Rel::ReEqDomInt< View, CtrlView >::copy | ( | Space & | home, |
bool | share | ||
) | [virtual] |
ExecStatus Gecode::Int::Rel::ReEqDomInt< View, CtrlView >::propagate | ( | Space & | home, |
const ModEventDelta & | med | ||
) | [virtual] |
ExecStatus Gecode::Int::Rel::ReEqDomInt< View, CtrlView >::post | ( | Home | home, |
View | x, | ||
int | c, | ||
CtrlView | b | ||
) | [static] |
int Gecode::Int::Rel::ReEqDomInt< View, CtrlView >::c [protected] |