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

/barrelfish-2018-10-04/usr/eclipseclp/Eplex/
H A Deplex.h277 double *oldsols; /* [oldmac] */
284 int oldmac; member in struct:lp_sol
H A Deplex.c393 int oldmar, oldmac, oldsos, oldidc; member in struct:__anon1612
2509 reset_rowcols(lp_desc * lpd, int oldmar, int oldmac) argument
2523 if (lpd->macadded > oldmac)
2525 Log2(CPXdelcols(cpx_env, lpd->lp, %d, %d), oldmac, lpd->macadded-1);
2526 if (CPXdelcols(cpx_env, lpd->lp, oldmac, lpd->macadded-1))
2529 oldmac, lpd->macadded-1);
2532 lpd->macadded = oldmac;
2536 int ndc = lpd->macadded - oldmac;
2554 Log2(XPRSdelcols(lpd->lp,%d, &lpd->numbers[%d]), ndc,oldmac);
2555 if (XPRSdelcols(lpd->lp, ndc, &lpd->numbers[oldmac]))
2574 oldmac = ((untrail_data*) udata)->oldmac, local
[all...]
H A Deplex_gurobi.c356 if (cpx_loadstart(lpd, meth->option_mipstart, sol->oldsols, sol->oldmac))

Completed in 94 milliseconds