Searched refs:Get_MIPCutOff (Results 1 - 5 of 5) sorted by relevance

/barrelfish-master/usr/eclipseclp/Eplex/
H A Deplex_cplex.h369 #define Get_MIPCutOff(d, v) \ macro
H A Deplex_xpress.h155 # define Get_MIPCutOff(d, v) XPRSgetdblcontrol((d)->lpcopy, XPRS_MIPABSCUTOFF, v) macro
H A Deplex_coin.h109 # define Get_MIPCutOff(d, v) coin_get_mipcutoff(d, v) macro
H A Deplex_cplex.c473 Get_MIPCutOff(lpd, bestbound);
490 Get_MIPCutOff(lpd, bestbound);
H A Deplex_xpress.c510 Get_MIPCutOff(lpd, bestbound);

Completed in 38 milliseconds