
#include <gecode/int/channel.hh>Go to the source code of this file.
Functions | |
| void | Gecode::channel (Home home, const IntVarArgs &x, int xoff, const IntVarArgs &y, int yoff, IntPropLevel ipl=IPL_DEF) |
Post propagator for for all . More... | |
| void | Gecode::channel (Home home, const IntVarArgs &x, const IntVarArgs &y, IntPropLevel ipl=IPL_DEF) |
Post propagator for for all . More... | |
| void | Gecode::channel (Home home, BoolVar x0, IntVar x1, IntPropLevel ipl=IPL_DEF) |
Post domain consistent propagator for channeling a Boolean and an integer variable . More... | |
| void | Gecode::channel (Home home, const BoolVarArgs &x, IntVar y, int o=0, IntPropLevel ipl=IPL_DEF) |
Post domain consistent propagator for channeling Boolean and integer variables . More... | |
| void Gecode::channel | ( | Home | home, |
| const IntVarArgs & | x, | ||
| int | xoff, | ||
| const IntVarArgs & | y, | ||
| int | yoff, | ||
| IntPropLevel | ipl = IPL_DEF |
||
| ) |
Post propagator for
for all
.
Definition at line 41 of file channel.cpp.
| void Gecode::channel | ( | Home | home, |
| const IntVarArgs & | x, | ||
| const IntVarArgs & | y, | ||
| IntPropLevel | ipl = IPL_DEF |
||
| ) |
Post propagator for
for all
.
Definition at line 143 of file channel.cpp.
| void Gecode::channel | ( | Home | home, |
| BoolVar | x0, | ||
| IntVar | x1, | ||
| IntPropLevel | |||
| ) |
Post domain consistent propagator for channeling a Boolean and an integer variable
.
Definition at line 148 of file channel.cpp.
| void Gecode::channel | ( | Home | home, |
| const BoolVarArgs & | x, | ||
| IntVar | y, | ||
| int | o = 0, |
||
| IntPropLevel | ipl = IPL_DEF |
||
| ) |
Post domain consistent 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 155 of file channel.cpp.