Functions | |
void | Gecode::distinct (Home home, const IntVarArgs &x, IntPropLevel ipl=IPL_DEF) |
Post propagator for ![]() ![]() | |
void | Gecode::distinct (Home home, const IntArgs &n, const IntVarArgs &x, IntPropLevel ipl=IPL_DEF) |
Post propagator for ![]() ![]() | |
void | Gecode::distinct (Home home, const BoolVarArgs &b, const IntVarArgs &x, IntPropLevel ipl=IPL_DEF) |
Post propagator for ![]() ![]() | |
void | Gecode::distinct (Home home, const IntVarArgs &x, int c, IntPropLevel ipl=IPL_DEF) |
Post propagator for ![]() ![]() | |
void Gecode::distinct | ( | Home | home, |
const IntVarArgs & | x, | ||
IntPropLevel | ipl = IPL_DEF |
||
) |
Post propagator for for all
.
Supports value (ipl = IPL_VAL, default), bounds (ipl = IPL_BND), and domain consistency (ipl = IPL_DOM).
Throws an exception of type Int::ArgumentSame, if x contains the same unassigned variable multiply.
Definition at line 46 of file distinct.cpp.
void Gecode::distinct | ( | Home | home, |
const IntArgs & | n, | ||
const IntVarArgs & | x, | ||
IntPropLevel | ipl = IPL_DEF |
||
) |
Post propagator for for all
.
Definition at line 65 of file distinct.cpp.
void Gecode::distinct | ( | Home | home, |
const BoolVarArgs & | b, | ||
const IntVarArgs & | x, | ||
IntPropLevel | ipl = IPL_DEF |
||
) |
Post propagator for for all
.
Definition at line 97 of file distinct.cpp.
void Gecode::distinct | ( | Home | home, |
const IntVarArgs & | x, | ||
int | c, | ||
IntPropLevel | ipl = IPL_DEF |
||
) |
Post propagator for for all
.
Definition at line 154 of file distinct.cpp.