TaskModelMiniModelPost Posting of expressions and relations GECODE_MINIMODEL_EXPORT IntVar GECODE_MINIMODEL_EXPORT IntVar Gecode::expr (Home home, const LinIntExpr &e, IntConLevel icl=ICL_DEF) expr Home home const LinIntExpr & e IntConLevel icl ICL_DEF Post linear expression and return its value. GECODE_MINIMODEL_EXPORT BoolVar GECODE_MINIMODEL_EXPORT BoolVar Gecode::expr (Home home, const BoolExpr &e, IntConLevel icl=ICL_DEF) expr Home home const BoolExpr & e IntConLevel icl ICL_DEF Post Boolean expression and return its value. GECODE_MINIMODEL_EXPORT void GECODE_MINIMODEL_EXPORT void Gecode::rel (Home home, const BoolExpr &e, IntConLevel icl=ICL_DEF) rel Home home const BoolExpr & e IntConLevel icl ICL_DEF Post Boolean relation.