
#include <gecode/float/channel.hh>Go to the source code of this file.
Functions | |
| void | Gecode::channel (Home home, FloatVar x0, IntVar x1) |
Post propagator for channeling a float and an integer variable . More... | |
| void | Gecode::channel (Home home, FloatVar x0, BoolVar x1) |
Post propagator for channeling a float and a Boolean variable . More... | |
Post propagator for channeling a float and an integer variable
.
Definition at line 41 of file channel.cpp.
Post propagator for channeling a float and a Boolean variable
.
Definition at line 49 of file channel.cpp.