Functions | |
void | Gecode::channel (Home home, const IntVarArgs &x, const IntVarArgs &y, IntConLevel icl=ICL_DEF) |
Post propagator for ![]() ![]() | |
void | Gecode::channel (Home home, const IntVarArgs &x, int xoff, const IntVarArgs &y, int yoff, IntConLevel icl=ICL_DEF) |
Post propagator for ![]() ![]() | |
void | Gecode::channel (Home home, BoolVar x0, IntVar x1, IntConLevel icl=ICL_DEF) |
Post propagator for channeling a Boolean and an integer variable ![]() | |
void | Gecode::channel (Home home, IntVar x0, BoolVar x1, IntConLevel icl=ICL_DEF) |
Post propagator for channeling an integer and a Boolean variable ![]() | |
void | Gecode::channel (Home home, const BoolVarArgs &x, IntVar y, int o=0, IntConLevel icl=ICL_DEF) |
Post propagator for channeling Boolean and integer variables ![]() |
void Gecode::channel | ( | Home | home, |
const IntVarArgs & | x, | ||
const IntVarArgs & | y, | ||
IntConLevel | icl = ICL_DEF |
||
) |
Post propagator for for all
.
Definition at line 134 of file channel.cpp.
void Gecode::channel | ( | Home | home, |
const IntVarArgs & | x, | ||
int | xoff, | ||
const IntVarArgs & | y, | ||
int | yoff, | ||
IntConLevel | icl = ICL_DEF |
||
) |
Post propagator for for all
.
Definition at line 43 of file channel.cpp.
void Gecode::channel | ( | Home | home, |
BoolVar | x0, | ||
IntVar | x1, | ||
IntConLevel | |||
) |
Post propagator for channeling a Boolean and an integer variable .
Definition at line 139 of file channel.cpp.
void Gecode::channel | ( | Home | home, |
IntVar | x0, | ||
BoolVar | x1, | ||
IntConLevel | icl = ICL_DEF |
||
) | [inline] |
void Gecode::channel | ( | Home | home, |
const BoolVarArgs & | x, | ||
IntVar | y, | ||
int | o = 0 , |
||
IntConLevel | icl = ICL_DEF |
||
) |
Post propagator for channeling Boolean and integer variables .
Throws an exception of type Int::ArgumentSame, if x contains the same unassigned variable multiply.
Definition at line 146 of file channel.cpp.