Go to the source code of this file.
Functions | |
void | Gecode::channelSorted (Home home, const IntVarArgs &x, SetVar y) |
void | Gecode::channel (Home home, const IntVarArgs &x, const SetVarArgs &y) |
void | Gecode::channel (Home home, const BoolVarArgs &x, SetVar y) |
void | Gecode::channel (Home home, const SetVarArgs &x, const SetVarArgs &y) |
void Gecode::channelSorted | ( | Home | home, |
const IntVarArgs & | x, | ||
SetVar | y | ||
) |
Definition at line 45 of file channel.cpp.
void Gecode::channel | ( | Home | home, |
const IntVarArgs & | x, | ||
const SetVarArgs & | y | ||
) |
Definition at line 52 of file channel.cpp.
void Gecode::channel | ( | Home | home, |
const BoolVarArgs & | x, | ||
SetVar | y | ||
) |
Definition at line 64 of file channel.cpp.
void Gecode::channel | ( | Home | home, |
const SetVarArgs & | x, | ||
const SetVarArgs & | y | ||
) |
Definition at line 72 of file channel.cpp.