Generated on Thu Jul 25 2019 00:00:00 for Gecode by doxygen 1.8.15

Functions

BoolVar Gecode::channel (Home home, IntVar x, IntPropLevel ipl=IPL_DEF)
 Return Boolean variable equal to $x$. More...
 
IntVar Gecode::channel (Home home, BoolVar b, IntPropLevel ipl=IPL_DEF)
 Return integer variable equal to $b$. More...
 
IntVar Gecode::channel (Home home, FloatVar f)
 Return integer variable equal to $f$. More...
 
SetVar Gecode::channel (Home home, const IntVarArgs &x, IntPropLevel ipl=IPL_DEF)
 Return set variable equal to $\{x_0,\dots,x_{n-1}\}$. More...
 

Detailed Description

Function Documentation

◆ channel() [1/4]

BoolVar Gecode::channel ( Home  home,
IntVar  x,
IntPropLevel  ipl = IPL_DEF 
)
inline

Return Boolean variable equal to $x$.

Definition at line 1615 of file minimodel.hh.

◆ channel() [2/4]

IntVar Gecode::channel ( Home  home,
BoolVar  b,
IntPropLevel  ipl = IPL_DEF 
)
inline

Return integer variable equal to $b$.

Definition at line 1623 of file minimodel.hh.

◆ channel() [3/4]

IntVar Gecode::channel ( Home  home,
FloatVar  f 
)
inline

Return integer variable equal to $f$.

Definition at line 1632 of file minimodel.hh.

◆ channel() [4/4]

SetVar Gecode::channel ( Home  home,
const IntVarArgs x,
IntPropLevel  ipl = IPL_DEF 
)
inline

Return set variable equal to $\{x_0,\dots,x_{n-1}\}$.

Definition at line 1645 of file minimodel.hh.