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

/barrelfish-master/usr/eclipseclp/Eplex/
H A Deplex_gurobi.h128 #define Set_Int_Param(E,L,A1,A2) GRBsetintparam((L)?GRBgetenv((L)->lp):(E),A1,A2) macro
H A Deplex_cplex.h362 #define Set_Int_Param(E,L,A1,A2) CPXsetintparam(E,A1,A2) macro
H A Deplex_xpress.h149 # define Set_Int_Param(E,L,A1,A2) \ macro
H A Deplex_coin.h125 # define Set_Int_Param(E,L,A1,A2) \ macro
H A Deplex.c1293 /* Log4 because Set_Int_Param expands into 4 arg for Xpress */
1294 Log4(Set_Int_Param(cpx_env, lpd, %d, %d), params[i].num, vval.nint,
1296 err = Set_Int_Param(cpx_env, lpd, params[i].num, vval.nint);

Completed in 43 milliseconds