
Functions | |
| BoolVar | Gecode::channel (Home home, IntVar x, IntConLevel icl=ICL_DEF) |
Return Boolean variable equal to . | |
| IntVar | Gecode::channel (Home home, BoolVar b, IntConLevel icl=ICL_DEF) |
Return integer variable equal to . | |
| BoolVar Gecode::channel | ( | Home | home, |
| IntVar | x, | ||
| IntConLevel | icl = ICL_DEF |
||
| ) | [inline] |
Return Boolean variable equal to
.
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
.
Definition at line 1311 of file minimodel.hh.