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

/barrelfish-master/usr/eclipseclp/Eplex/
H A Deplex_coin.c82 CallN(Get_Best_Objbound(lpd->lpcopy, bestbound));
125 CallN(Get_Best_Objbound(lpd->lpcopy, bestbound));
132 CallN(Get_Best_Objbound(lpd->lpcopy, bestbound));
173 CallN(Get_Best_Objbound(lpd->lpcopy, bestbound));
H A Deplex_gurobi.h133 #define Get_Best_Objbound(A1, A2) GRBgetdblattr(A1,GRB_DBL_ATTR_OBJBOUND,A2) macro
H A Deplex_xpress.c462 CallN(Get_Best_Objbound(lpd->lpcopy, bestbound));
523 CallN(Get_Best_Objbound(lpd->lpcopy, bestbound));
530 CallN(Get_Best_Objbound(lpd->lpcopy, bestbound));
591 CallN(Get_Best_Objbound(lpd->lpcopy, bestbound));
H A Deplex_cplex.c437 CallN(Get_Best_Objbound(lpd->lpcopy, bestbound));
443 CallN(Get_Best_Objbound(lpd->lpcopy, bestbound));
508 CallN(Get_Best_Objbound(lpd->lpcopy, bestbound));
521 CallN(Get_Best_Objbound(lpd->lpcopy, bestbound));
526 CallN(Get_Best_Objbound(lpd->lpcopy, bestbound));
H A Deplex_cplex.h367 # define Get_Best_Objbound(A1, A2) CPXgetbestobjval(cpx_env,A1,A2) macro
H A Deplex_xpress.h108 # define Get_Best_Objbound(A1, A2) XPRSgetdblattrib(A1,XPRS_BESTBOUND,A2) macro
H A Deplex_coin.h62 # define Get_Best_Objbound(A1, A2) coin_get_bestmipbound(A1,A2) macro

Completed in 40 milliseconds