/dports/math/glpk/glpk-5.0/examples/cplex/ |
H A D | cplex.h | 73 #define CPX_PARAM_EPRHS 1016 macro
|
H A D | cplex.c | 108 {CPX_PARAM_EPRHS, 1e-6, 1e-9, 1e-1},
|
/dports/math/concorde/concorde/LP/ |
H A D | lpcplex5.c | 214 rval = CPXsetdblparam ((*lp)->cplex_env, CPX_PARAM_EPRHS, 1.0E-9); in CClp_init() 1930 rval = CPXsetdblparam (cplex_env, CPX_PARAM_EPRHS, params->eprhs); in set_parameters()
|
H A D | lpcplex6.c | 214 rval = CPXsetdblparam ((*lp)->cplex_env, CPX_PARAM_EPRHS, 1.0E-9); in CClp_init() 1961 rval = CPXsetdblparam (cplex_env, CPX_PARAM_EPRHS, params->eprhs); in set_parameters()
|
H A D | lpcplex8.c | 214 rval = CPXsetdblparam ((*lp)->cplex_env, CPX_PARAM_EPRHS, 1.0E-9); in CClp_init() 1952 rval = CPXsetdblparam (cplex_env, CPX_PARAM_EPRHS, params->eprhs); in set_parameters()
|
H A D | lpcplex4.c | 171 rval = CPXsetdblparam ((*lp)->cplex_env, CPX_PARAM_EPRHS, 1.0E-9); in CClp_init()
|
/dports/math/casadi/casadi-3.5.5/casadi/interfaces/cplex/ |
H A D | cplex_interface.cpp | 212 if (CPXXsetdblparam(m->env, CPX_PARAM_EPRHS, tol_)) { in init_mem()
|
/dports/math/py-or-tools/or-tools-9.2/ortools/linear_solver/ |
H A D | cplex_interface.cc | 992 CHECK_STATUS(CPXXsetdblparam(mEnv, CPX_PARAM_EPRHS, value)); in SetPrimalTolerance()
|
/dports/math/SCIP/scip-7.0.3/src/lpi/ |
H A D | lpi_cpx.c | 105 CPX_PARAM_EPRHS, 4466 *dval = getDblParam(lpi, CPX_PARAM_EPRHS); in SCIPlpiGetRealpar() 4518 setDblParam(lpi, CPX_PARAM_EPRHS, dval); in SCIPlpiSetRealpar()
|
H A D | lpi_spx2.cpp | 555 CPX_CALL( CPXsetdblparam(_cpxenv, CPX_PARAM_EPRHS, MAX(feastol(), 1e-9)) ); in doSolve()
|
H A D | lpi_spx1.cpp | 782 CPX_CALL( CPXsetdblparam(m_cpxenv, CPX_PARAM_EPRHS, MAX(feastol(), 1e-9)) ); in doSolve()
|
/dports/math/osi/Osi-0.108.6/Osi/src/OsiCpx/ |
H A D | OsiCpxSolverInterface.cpp | 564 …retval = (CPXsetdblparam(env_, CPX_PARAM_EPRHS, value) == 0); // ??? OsiPrimalTolerance == CPLEX F… in setDblParam() 642 …retval = (CPXgetdblparam(env_, CPX_PARAM_EPRHS, &value) == 0); // ??? OsiPrimalTolerance == CPLEX … in getDblParam()
|
/dports/math/clp/Clp-1.17.3/Osi/src/OsiCpx/ |
H A D | OsiCpxSolverInterface.cpp | 564 …retval = (CPXsetdblparam(env_, CPX_PARAM_EPRHS, value) == 0); // ??? OsiPrimalTolerance == CPLEX F… in setDblParam() 642 …retval = (CPXgetdblparam(env_, CPX_PARAM_EPRHS, &value) == 0); // ??? OsiPrimalTolerance == CPLEX … in getDblParam()
|
/dports/math/ogdf/OGDF/src/coin/Osi/ |
H A D | OsiCpxSolverInterface.cpp | 588 …retval = ( CPXsetdblparam( env_, CPX_PARAM_EPRHS, value ) == 0 ); // ??? OsiPrimalTolerance == CPL… in setDblParam() 672 …retval = ( CPXgetdblparam( env_, CPX_PARAM_EPRHS, &value ) == 0 ); // ??? OsiPrimalTolerance == CP… in getDblParam()
|
/dports/math/symphony/SYMPHONY-releases-5.6.17/SYMPHONY/src/LP/ |
H A D | lp_solver.c | 1539 cpx_status = CPXsetdblparam(lp_data->cpxenv, CPX_PARAM_EPRHS, in open_lp_solver() 1543 cpx_status = CPXgetdblparam(lp_data->cpxenv, CPX_PARAM_EPRHS, in open_lp_solver()
|