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

/barrelfish-master/usr/eclipseclp/Eplex/
H A Deplex_gurobi.h134 #define Get_Feasibility_Tolerance(E,L,T) GRBgetdblparam(E,GRB_DBL_PAR_FEASIBILITYTOL,T) macro
H A Deplex_cplex.h357 #define Get_Feasibility_Tolerance(E,L,T) CPXgetdblparam(E,CPX_PARAM_EPRHS,T) macro
H A Deplex_xpress.h141 # define Get_Feasibility_Tolerance(E,L,T) XPRSgetdblcontrol((L)->lp, XPRS_FEASTOL, T) macro
H A Deplex_coin.h117 # define Get_Feasibility_Tolerance(E,L,T) coin_getdblparam((L)->lp, OsiPrimalTolerance, T) macro
H A Deplex.c2881 Get_Feasibility_Tolerance(cpx_env, lpd, &ftol);
2926 Get_Feasibility_Tolerance(cpx_env, lpd, &ftol);
3003 Get_Feasibility_Tolerance(cpx_env, lpd, &ftol);
3019 Get_Feasibility_Tolerance(cpx_env, lpd, &ftol);
4878 Get_Feasibility_Tolerance(cpx_env, lpd, &ftol);

Completed in 97 milliseconds