Generated on Mon Aug 25 11:35:47 2008 for Gecode by doxygen 1.5.6

Channel functions
[Direct modelling]


Functions

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


Function Documentation

BoolVar Gecode::channel ( Space *  home,
IntVar  x,
IntConLevel  icl = ICL_DEF,
PropKind  pk = PK_DEF 
) [inline]

Return Boolean variable equal to $x$.

Definition at line 837 of file minimodel.hh.

IntVar Gecode::channel ( Space *  home,
BoolVar  b,
IntConLevel  icl = ICL_DEF,
PropKind  pk = PK_DEF 
) [inline]

Return integer variable equal to $b$.

Definition at line 845 of file minimodel.hh.