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 . | |
| IntVar | Gecode::channel (Space *home, BoolVar b, IntConLevel icl=ICL_DEF, PropKind pk=PK_DEF) |
Return integer variable equal to . | |
Function Documentation
| BoolVar Gecode::channel | ( | Space * | home, | |
| IntVar | x, | |||
| IntConLevel | icl = ICL_DEF, |
|||
| PropKind | pk = PK_DEF | |||
| ) | [inline] |
| IntVar Gecode::channel | ( | Space * | home, | |
| BoolVar | b, | |||
| IntConLevel | icl = ICL_DEF, |
|||
| PropKind | pk = PK_DEF | |||
| ) | [inline] |

.
.