Generated on Tue Jan 26 2021 00:00:00 for Gecode by doxygen 1.9.1
channel.hpp File Reference

Go to the source code of this file.

Functions

void Gecode::channel (Home home, IntVar x0, FloatVar x1)
 Post propagator for channeling a float and an integer variable $ x_0 = x_1$. More...
 
void Gecode::channel (Home home, BoolVar x0, FloatVar x1)
 Post propagator for channeling a float and a Boolean variable $ x_0 = x_1$. More...
 

Function Documentation

◆ channel() [1/2]

void Gecode::channel ( Home  home,
IntVar  x0,
FloatVar  x1 
)
inline

Post propagator for channeling a float and an integer variable $ x_0 = x_1$.

Definition at line 39 of file channel.hpp.

◆ channel() [2/2]

void Gecode::channel ( Home  home,
BoolVar  x0,
FloatVar  x1 
)
inline

Post propagator for channeling a float and a Boolean variable $ x_0 = x_1$.

Definition at line 44 of file channel.hpp.