Generated on Tue Oct 22 2013 00:49:11 for Gecode by doxygen 1.8.4
Channel functions

Functions

BoolVar Gecode::channel (Home home, IntVar x, IntConLevel icl=ICL_DEF)
 Return Boolean variable equal to $x$. More...
 
IntVar Gecode::channel (Home home, BoolVar b, IntConLevel icl=ICL_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, IntConLevel icl=ICL_DEF)
 Return set variable equal to $\{x_0,\dots,x_{n-1}\}$. More...
 

Detailed Description

Function Documentation

BoolVar Gecode::channel ( Home  home,
IntVar  x,
IntConLevel  icl = ICL_DEF 
)
inline

Return Boolean variable equal to $x$.

Definition at line 1613 of file minimodel.hh.

IntVar Gecode::channel ( Home  home,
BoolVar  b,
IntConLevel  icl = ICL_DEF 
)
inline

Return integer variable equal to $b$.

Definition at line 1621 of file minimodel.hh.

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

Return integer variable equal to $f$.

Definition at line 1630 of file minimodel.hh.

SetVar Gecode::channel ( Home  home,
const IntVarArgs &  x,
IntConLevel  icl = ICL_DEF 
)
inline

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

Definition at line 1643 of file minimodel.hh.