Generated on Mon Jul 6 18:09:24 2009 for Gecode by doxygen 1.5.9

Channel functions
[Direct modeling support]


Functions

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

Function Documentation

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

Return Boolean variable equal to $x$.

Definition at line 1054 of file minimodel.hh.

IntVar Gecode::channel ( Space &  home,
BoolVar  b,
IntConLevel  icl = ICL_DEF 
) [inline]

Return integer variable equal to $b$.

Definition at line 1062 of file minimodel.hh.