Searched refs:Get_LP_Objval (Results 1 - 7 of 7) sorted by relevance

/barrelfish-master/usr/eclipseclp/Eplex/
H A Deplex_coin.c85 CallN(Get_LP_Objval(lpd, &lpd->objval));
92 CallN(Get_LP_Objval(lpd, bestbound));
183 Get_LP_Objval(lpd, bestbound);
197 Get_LP_Objval(lpd, bestbound);
220 Get_LP_Objval(lpd, worstbound);
H A Deplex_xpress.c465 CallN(Get_LP_Objval(lpd, &lpd->objval));
472 CallN(Get_LP_Objval(lpd, bestbound));
601 Get_LP_Objval(lpd, bestbound);
615 Get_LP_Objval(lpd, bestbound);
663 Get_LP_Objval(lpd, worstbound);
H A Deplex_cplex.c447 CallN(Get_LP_Objval(lpd, &lpd->objval));
454 CallN(Get_LP_Objval(lpd, bestbound));
605 Get_LP_Objval(lpd, worstbound);
617 Get_LP_Objval(lpd, bestbound);
638 Get_LP_Objval(lpd, bestbound);
644 Get_LP_Objval(lpd, worstbound);
H A Deplex_gurobi.h132 #define Get_LP_Objval(A1,A2) GRBgetdblattr((A1)->lp,GRB_DBL_ATTR_OBJVAL,A2) macro
H A Deplex_cplex.h366 # define Get_LP_Objval(A1,A2) CPXgetobjval(cpx_env,(A1)->lp,A2) macro
H A Deplex_xpress.h107 # define Get_LP_Objval(A1,A2) XPRSgetdblattrib((A1)->lpcopy,XPRS_LPOBJVAL,A2) macro
H A Deplex_coin.h61 # define Get_LP_Objval(A1,A2) coin_get_lpobjval(A1,A2) macro

Completed in 45 milliseconds