Generated on Fri Feb 10 2017 16:50:51 for Gecode by doxygen 1.8.13

Functions

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

Detailed Description

Function Documentation

◆ channel() [1/2]

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

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

Definition at line 218 of file arithmetic.cpp.

◆ channel() [2/2]

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

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

Definition at line 226 of file arithmetic.cpp.