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

/barrelfish-master/usr/eclipseclp/Eplex/
H A Deplex_gurobi.c103 int nvars, ncstr; local
106 if (GRBgetintattr(lp, GRB_INT_ATTR_NUMCONSTRS, &ncstr))
108 if (GRBsetintattrarray(lp,GRB_INT_ATTR_CBASIS,0,ncstr,cbase))
193 int nvars, ncstr; local
196 if (GRBgetintattr(lp, GRB_INT_ATTR_NUMCONSTRS, &ncstr))
198 if (GRBgetintattrarray(lp,GRB_INT_ATTR_CBASIS,0,ncstr,cbase))

Completed in 27 milliseconds