Searched refs:CPXupdatemodel (Results 1 - 6 of 6) sorted by relevance

/barrelfish-master/usr/eclipseclp/Eplex/
H A Deplex_gurobi.h118 #define CPXupdatemodel(LP) GRBupdatemodel(LP) macro
H A Deplex_cplex.h355 #define CPXupdatemodel(LP) macro
H A Deplex_xpress.h125 # define CPXupdatemodel(LP) macro
H A Deplex.c1095 case 12: CPXupdatemodel(lpd->lp);
1097 case 13: CPXupdatemodel(lpd->lp);
1101 case 14: CPXupdatemodel(lpd->lp);
1498 CPXupdatemodel(lpd->lp); /* before CPXget... */
2098 CPXupdatemodel(lpd->lp); /* before CPXget... */
2737 CPXupdatemodel(lpd->lp); /* columns must be added before type can be set */
2746 CPXupdatemodel(lpd->lp); /* columns must be added before rows can be created */
2875 CPXupdatemodel(lpd->lp); /* make sure bounds are up-to-date */
2920 CPXupdatemodel(lpd->lp); /* make sure bounds are up-to-date */
2966 CPXupdatemodel(lp
[all...]
H A Deplex_coin.h89 # define CPXupdatemodel(LP) macro
H A Deplex_gurobi.c606 CPXupdatemodel(lpd->lp);

Completed in 36 milliseconds