Generated on Wed Jul 27 2011 15:09:00 for Gecode by doxygen 1.7.4
Channel functions

Functions

BoolVar Gecode::channel (Home home, IntVar x, IntConLevel icl=ICL_DEF)
 Return Boolean variable equal to $x$.
IntVar Gecode::channel (Home home, BoolVar b, IntConLevel icl=ICL_DEF)
 Return integer variable equal to $b$.

Function Documentation

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

Return Boolean variable equal to $x$.

Definition at line 1303 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 1311 of file minimodel.hh.