
Go to the source code of this file.
Functions | |
| BoolVar | Gecode::channel (Home home, IntVar x, IntPropLevel ipl=IPL_DEF) |
Return Boolean variable equal to . More... | |
| IntVar | Gecode::channel (Home home, BoolVar b, IntPropLevel ipl=IPL_DEF) |
Return integer variable equal to . More... | |
| IntVar | Gecode::channel (Home home, FloatVar f) |
Return integer variable equal to . More... | |
| SetVar | Gecode::channel (Home home, const IntVarArgs &x, IntPropLevel ipl=IPL_DEF) |
Return set variable equal to . More... | |
|
inline |
Return Boolean variable equal to
.
Definition at line 39 of file channel.hpp.
|
inline |
Return integer variable equal to
.
Definition at line 46 of file channel.hpp.
Return integer variable equal to
.
Definition at line 54 of file channel.hpp.
|
inline |
Return set variable equal to
.
Definition at line 67 of file channel.hpp.