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

/barrelfish-master/usr/eclipseclp/Eplex/
H A Deplex.h281 double *djs; /* [mac] */ member in struct:lp_sol
311 XPRSgetsol(lp, sol->sols, sol->slacks, sol->pis, sol->djs);
H A Deplex_gurobi.c504 if (sol->djs && GRBgetdblattrarray(lpd->lp, GRB_DBL_ATTR_RC, 0, lpd->mac, sol->djs))
H A Deplex_xpress.c43 XPRSgetsol(lp, sol->sols, sol->slacks, sol->pis, sol->djs);
710 res = XPRSgetsol(lpd->lpcopy, sol->sols, sol->slacks, sol->pis, sol->djs);
H A Deplex_cplex.c684 if (sol->djs && CPXgetdj(cpx_env, lpd->lp, sol->djs, 0, lpd->mac-1))
H A Dcoinplex.cpp1720 if (sol->djs != NULL)
1721 memcpy(sol->djs, lpd->lp->Solver->getReducedCost(), mac*sizeof(double));
H A Deplex.c4681 sol.djs = NULL;
4685 {/* djs, basis, pis are available for non-MIP problems only for CPLEX;
4688 _create_result_darray(vhandle, djspos, lpd->mac, &outdjs, &sol.djs);
4713 sol.djs = (double *) malloc(sizeof(double) * %d);\n\
4958 if (sol.djs != NULL)
4976 if (sol.djs != NULL)

Completed in 115 milliseconds