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

/barrelfish-master/usr/eclipseclp/Eplex/
H A Deplex_cplex.h108 # define Find_Conflict(Res, L, NRows, NCols) Res = CPXrefineconflict(cpx_env, L, &(NRows), &(NCols))
111 CPXgetconflict(cpx_env, L, &(Status), RowIdxs, RowStat, NRows_p, ColIdxs, ColStat, NCols_p)
118 # define Find_Conflict(Res, L, NRows, NCols) Res = CPXfindiis(cpx_env, L, &(NRows), &(NCols))
121 CPXgetiis(cpx_env, L, &(Status), RowIdxs, RowStat, NRows_p, ColIdxs, ColStat, NCols_p)
149 # define SetCPXAlg(cpx_env, method) { \
150 CPXsetintparam(cpx_env, CPX_PARAM_LPMETHOD, method);\
151 CPXsetintparam(cpx_env, CPX_PARAM_STARTALG, method);\
153 CPXsetintparam(cpx_env, CPX_PARAM_QPMETHOD, method);\
155 CPXsetintparam(cpx_env, CPX_PARAM_QPMETHOD, CPX_ALG_AUTOMATIC);\
158 # define SetSiftAlg(cpx_env, met
[all...]
H A Deplex_cplex.c44 Log1(CPXsetdblparam(cpx_env, CPX_PARAM_TILIM, %f), timeout);
45 CPXsetdblparam(cpx_env, CPX_PARAM_TILIM, timeout);
48 CallN(CPXsetdblparam(cpx_env, CPX_PARAM_TILIM, 1e75));
55 SetCPXAlg(cpx_env, CPX_ALG_AUTOMATIC);
60 SetCPXAlg(cpx_env, CPX_ALG_CONCURRENT);
64 SetCPXAlg(cpx_env, CPX_ALG_PRIMAL);
67 SetCPXAlg(cpx_env, CPX_ALG_DUAL);
70 SetCPXAlg(cpx_env, CPX_ALG_NET);
73 SetCPXAlg(cpx_env, CPX_ALG_BARRIER);
78 CPXsetintparam(cpx_env, CPX_PARAM_BARCROSSAL
[all...]
H A Deplex_gurobi.c94 Report_Solver_Error(cpx_env);
114 Report_Solver_Error(cpx_env);
184 Report_Solver_Error(cpx_env);
204 Report_Solver_Error(cpx_env);
227 Report_Solver_Error(cpx_env);
345 Report_Solver_Error(cpx_env);
492 Report_Solver_Error(cpx_env);
520 Report_Solver_Error(cpx_env);
562 if (GRBloadmodel(cpx_env, &lpd->lp, "eclipse",
577 /* Switch presolve off if requested, otherwise leave cpx_env'
[all...]
H A Deplex.c422 static CPXENVptr cpx_env = (CPXENVptr) 0; variable
551 CallN(CPXfreeprob(cpx_env, &lpd->lp));
647 CPXflushchannel (cpx_env, cpxresults);
648 CPXflushchannel (cpx_env, cpxlog);
649 CPXflushchannel (cpx_env, cpxerror);
650 CPXflushchannel (cpx_env, cpxwarning);
669 * cpx_env is set not non-NULL, even for XPRESS.
671 * the system is initialised by checking whether cpx_env is non-NULL!
691 if (!cpx_env)
694 CallN(coin_create_prob(&cpx_env, NUL
[all...]
H A Deplex_coin.c79 CallN(CPXgetmipobjval(cpx_env, lpd->lpcopy, worstbound));
126 CallN(CPXgetmipobjval(cpx_env, lpd->lpcopy, worstbound));
270 if (coin_create_prob(&(lpd->lp), cpx_env))
H A Deplex.h318 XPRSprob cpx_env; variable
H A Deplex_xpress.c459 CallN(CPXgetmipobjval(cpx_env, lpd->lpcopy, worstbound));
524 CallN(CPXgetmipobjval(cpx_env, lpd->lpcopy, worstbound));
806 CallN(XPRScopycontrols(lpd->lp, cpx_env));
H A Deplex_coin.h154 # define CPX_INFBOUND coin_infinity(cpx_env) /* use the default cpx_env */

Completed in 91 milliseconds