Home
last modified time | relevance | path

Searched refs:CPX_PARAM_OBJLLIM (Results 1 – 8 of 8) sorted by relevance

/dports/math/SCIP/scip-7.0.3/src/lpi/
H A Dlpi_cpx.c108 CPX_PARAM_OBJLLIM,
2483 llim = getDblParam(lpi, CPX_PARAM_OBJLLIM); in SCIPlpiSolveDual()
2498 setDblParam(lpi, CPX_PARAM_OBJLLIM, -CPX_INFBOUND); in SCIPlpiSolveDual()
2519 setDblParam(lpi, CPX_PARAM_OBJLLIM, llim); in SCIPlpiSolveDual()
2685 …wn = objsen == CPX_MIN ? getDblParam(lpi, CPX_PARAM_OBJULIM) : getDblParam(lpi, CPX_PARAM_OBJLLIM); in lpiStrongbranchIntegral()
2703 …wn = objsen == CPX_MIN ? getDblParam(lpi, CPX_PARAM_OBJULIM) : getDblParam(lpi, CPX_PARAM_OBJLLIM); in lpiStrongbranchIntegral()
2712 …up = objsen == CPX_MIN ? getDblParam(lpi, CPX_PARAM_OBJULIM) : getDblParam(lpi, CPX_PARAM_OBJLLIM); in lpiStrongbranchIntegral()
2718 …*up = objsen == CPX_MIN ? getDblParam(lpi, CPX_PARAM_OBJLLIM) : getDblParam(lpi, CPX_PARAM_OBJULIM… in lpiStrongbranchIntegral()
2730 …*up = objsen == CPX_MIN ? getDblParam(lpi, CPX_PARAM_OBJLLIM) : getDblParam(lpi, CPX_PARAM_OBJULIM… in lpiStrongbranchIntegral()
4478 *dval = getDblParam(lpi, CPX_PARAM_OBJLLIM); in SCIPlpiGetRealpar()
[all …]
/dports/math/glpk/glpk-5.0/examples/cplex/
H A Dcplex.h77 #define CPX_PARAM_OBJLLIM 1025 macro
H A Dcplex.c109 {CPX_PARAM_OBJLLIM, -BIGDBL, -BIGDBL, +BIGDBL},
/dports/devel/libfirm/libfirm-1.21.0/ir/lpp/
H A Dlpp_cplex.c215 ? CPX_PARAM_OBJLLIM : CPX_PARAM_OBJULIM), lpp->bound); in cpx_solve()
/dports/math/osi/Osi-0.108.6/Osi/src/OsiCpx/
H A DOsiCpxSolverInterface.cpp283 CPXsetdblparam(env_, CPX_PARAM_OBJLLIM, primalobjlimit + objoffset); in initialSolve()
290 CPXsetdblparam(env_, CPX_PARAM_OBJLLIM, dualobjlimit + objoffset); in initialSolve()
/dports/math/clp/Clp-1.17.3/Osi/src/OsiCpx/
H A DOsiCpxSolverInterface.cpp283 CPXsetdblparam(env_, CPX_PARAM_OBJLLIM, primalobjlimit + objoffset); in initialSolve()
290 CPXsetdblparam(env_, CPX_PARAM_OBJLLIM, dualobjlimit + objoffset); in initialSolve()
/dports/math/ogdf/OGDF/src/coin/Osi/
H A DOsiCpxSolverInterface.cpp306 CPXsetdblparam(env_, CPX_PARAM_OBJLLIM, primalobjlimit + objoffset); in initialSolve()
315 CPXsetdblparam(env_, CPX_PARAM_OBJLLIM, dualobjlimit + objoffset); in initialSolve()
/dports/math/symphony/SYMPHONY-releases-5.6.17/SYMPHONY/src/LP/
H A Dlp_solver.c1775 cpx_status = CPXsetdblparam(lp_data->cpxenv, CPX_PARAM_OBJLLIM, defobj); in dual_simplex()
1780 cpx_status = CPXsetdblparam(lp_data->cpxenv, CPX_PARAM_OBJLLIM, objllim); in dual_simplex()