Functions | |
void | Gecode::channel (Home home, FloatVar x0, IntVar x1) |
Post propagator for channeling a float and an integer variable ![]() | |
void | Gecode::channel (Home home, IntVar x0, FloatVar x1) |
Post propagator for channeling a float and an integer variable ![]() | |
void | Gecode::channel (Home home, FloatVar x0, BoolVar x1) |
Post propagator for channeling a float and a Boolean variable ![]() | |
void | Gecode::channel (Home home, BoolVar x0, FloatVar x1) |
Post propagator for channeling a float and a Boolean variable ![]() | |
Post propagator for channeling a float and an integer variable .
Definition at line 218 of file arithmetic.cpp.
Post propagator for channeling a float and an integer variable .
Definition at line 226 of file arithmetic.cpp.
Post propagator for channeling a float and a Boolean variable .
Definition at line 234 of file arithmetic.cpp.
Post propagator for channeling a float and a Boolean variable .
Definition at line 242 of file arithmetic.cpp.