Generated on Tue Jul 27 2010 21:59:22 for Gecode by doxygen 1.7.1

Channel functions
[Direct modeling support]

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 1252 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 1260 of file minimodel.hh.