/dports/math/concorde/concorde/LP/ |
H A D | lpcplex4.c | 422 if (CPXgetintparam (lp->cplex_env, CPX_PARAM_PREIND, &old)) { in primalopt() 430 if (CPXgetintparam (lp->cplex_env, CPX_PARAM_AGGIND, &oldagg)) { in primalopt() 486 if (CPXgetintparam (lp->cplex_env, CPX_PARAM_PREIND, &old)) { in dualopt() 494 if (CPXgetintparam (lp->cplex_env, CPX_PARAM_AGGIND, &oldagg)) { in dualopt() 527 rval = CPXgetintparam (lp->cplex_env, CPX_PARAM_ITLIM, &itlim); in dualopt() 591 rval = CPXgetintparam (lp->cplex_env, CPX_PARAM_PERIND, &old_perind); in CClp_limited_dualopt() 598 rval = CPXgetintparam (lp->cplex_env, CPX_PARAM_ITLIM, &old_iterationlim); in CClp_limited_dualopt() 612 rval = CPXgetintparam (lp->cplex_env, CPX_PARAM_PREIND, &old_presolveind); in CClp_limited_dualopt() 619 rval = CPXgetintparam (lp->cplex_env, CPX_PARAM_AGGIND, &old_aggregateind); in CClp_limited_dualopt() 626 rval = CPXgetintparam (lp->cplex_env, CPX_PARAM_REINV, &old_refactorfreq); in CClp_limited_dualopt() [all …]
|
H A D | lpcplex5.c | 445 if (CPXgetintparam (lp->cplex_env, CPX_PARAM_PREIND, &old)) { in primalopt() 453 if (CPXgetintparam (lp->cplex_env, CPX_PARAM_AGGIND, &oldagg)) { in primalopt() 509 if (CPXgetintparam (lp->cplex_env, CPX_PARAM_PREIND, &old)) { in dualopt() 517 if (CPXgetintparam (lp->cplex_env, CPX_PARAM_AGGIND, &oldagg)) { in dualopt() 550 rval = CPXgetintparam (lp->cplex_env, CPX_PARAM_ITLIM, &itlim); in dualopt() 621 rval = CPXgetintparam (lp->cplex_env, CPX_PARAM_PERIND, &old_perind); in CClp_limited_dualopt() 628 rval = CPXgetintparam (lp->cplex_env, CPX_PARAM_ITLIM, &old_iterationlim); in CClp_limited_dualopt() 642 rval = CPXgetintparam (lp->cplex_env, CPX_PARAM_PREIND, &old_presolveind); in CClp_limited_dualopt() 649 rval = CPXgetintparam (lp->cplex_env, CPX_PARAM_AGGIND, &old_aggregateind); in CClp_limited_dualopt() 656 rval = CPXgetintparam (lp->cplex_env, CPX_PARAM_REINV, &old_refactorfreq); in CClp_limited_dualopt() [all …]
|
H A D | lpcplex6.c | 456 if (CPXgetintparam (lp->cplex_env, CPX_PARAM_PREIND, &old)) { in primalopt() 464 if (CPXgetintparam (lp->cplex_env, CPX_PARAM_AGGIND, &oldagg)) { in primalopt() 540 if (CPXgetintparam (lp->cplex_env, CPX_PARAM_PREIND, &old)) { in dualopt() 548 if (CPXgetintparam (lp->cplex_env, CPX_PARAM_AGGIND, &oldagg)) { in dualopt() 581 rval = CPXgetintparam (lp->cplex_env, CPX_PARAM_ITLIM, &itlim); in dualopt() 652 rval = CPXgetintparam (lp->cplex_env, CPX_PARAM_PERIND, &old_perind); in CClp_limited_dualopt() 659 rval = CPXgetintparam (lp->cplex_env, CPX_PARAM_ITLIM, &old_iterationlim); in CClp_limited_dualopt() 673 rval = CPXgetintparam (lp->cplex_env, CPX_PARAM_PREIND, &old_presolveind); in CClp_limited_dualopt() 680 rval = CPXgetintparam (lp->cplex_env, CPX_PARAM_AGGIND, &old_aggregateind); in CClp_limited_dualopt() 687 rval = CPXgetintparam (lp->cplex_env, CPX_PARAM_REINV, &old_refactorfreq); in CClp_limited_dualopt() [all …]
|
H A D | lpcplex8.c | 446 if (CPXgetintparam (lp->cplex_env, CPX_PARAM_PREIND, &old)) { in primalopt() 454 if (CPXgetintparam (lp->cplex_env, CPX_PARAM_AGGIND, &oldagg)) { in primalopt() 511 if (CPXgetintparam (lp->cplex_env, CPX_PARAM_PREIND, &old)) { in dualopt() 519 if (CPXgetintparam (lp->cplex_env, CPX_PARAM_AGGIND, &oldagg)) { in dualopt() 553 rval = CPXgetintparam (lp->cplex_env, CPX_PARAM_ITLIM, &itlim); in dualopt() 625 rval = CPXgetintparam (lp->cplex_env, CPX_PARAM_PERIND, &old_perind); in CClp_limited_dualopt() 632 rval = CPXgetintparam (lp->cplex_env, CPX_PARAM_ITLIM, &old_iterationlim); in CClp_limited_dualopt() 646 rval = CPXgetintparam (lp->cplex_env, CPX_PARAM_PREIND, &old_presolveind); in CClp_limited_dualopt() 653 rval = CPXgetintparam (lp->cplex_env, CPX_PARAM_AGGIND, &old_aggregateind); in CClp_limited_dualopt() 660 rval = CPXgetintparam (lp->cplex_env, CPX_PARAM_REINV, &old_refactorfreq); in CClp_limited_dualopt() [all …]
|
/dports/math/symphony/SYMPHONY-releases-5.6.17/SYMPHONY/src/CutGen/Decomp/ |
H A D | decomp_lp.c | 42 cpx_status = CPXgetintparam(lp_data->cpxenv, CPX_PARAM_ITLIM, &itlim); in load_decomp_lp()
|
/dports/cad/gmsh/gmsh-4.9.2-source/contrib/blossom/concorde97/LP/ |
H A D | lpcplex.c | 396 if (CPXgetintparam (lp->cplex_env, CPX_PARAM_PREIND, &old)) { 426 rval = CPXgetintparam (lp->cplex_env, CPX_PARAM_ITLIM, &itlim); 464 rval = CPXgetintparam (lp->cplex_env, CPX_PARAM_ITLIM, &old_iterationlim); 476 rval = CPXgetintparam (lp->cplex_env, CPX_PARAM_PREIND, &old_presolveind); 482 rval = CPXgetintparam (lp->cplex_env, CPX_PARAM_REINV, &old_refactorfreq);
|
/dports/math/bonmin/Bonmin-releases-1.8.8/Bonmin/src/Algorithms/ |
H A D | BonSubMipSolver.cpp | 113 CPXgetintparam(copy.cpx_->getEnvironmentPtr(), CPX_PARAM_THREADS, &ival); in SubMipSolver() 115 CPXgetintparam(copy.cpx_->getEnvironmentPtr(), CPX_PARAM_PARALLELMODE, &ival); in SubMipSolver()
|
/dports/math/glpk/glpk-5.0/examples/cplex/ |
H A D | cplex.h | 216 int CPXgetintparam(CPXENV *env, int whichparam, int *value);
|
H A D | cplex.c | 1325 int CPXgetintparam(CPXENV *env, int whichparam, int *value) in CPXgetintparam() function
|
/dports/graphics/blender/blender-2.91.0/extern/quadriflow/3rd/lemon-1.3.1/lemon/ |
H A D | cplex.cc | 743 CPXgetintparam (cplexEnv(),CPX_PARAM_PROBMETHOD,&lpmethod); in statusSwitch()
|
/dports/math/lemon/lemon-1.3.1/lemon/ |
H A D | cplex.cc | 743 CPXgetintparam (cplexEnv(),CPX_PARAM_PROBMETHOD,&lpmethod); in statusSwitch()
|
/dports/misc/openmvg/openMVG-2.0/src/third_party/lemon/lemon/ |
H A D | cplex.cc | 743 CPXgetintparam (cplexEnv(),CPX_PARAM_PROBMETHOD,&lpmethod); in statusSwitch()
|
/dports/math/SCIP/scip-7.0.3/src/lpi/ |
H A D | lpi_cpx.c | 487 …CHECK_ZERO( lpi->messagehdlr, CPXgetintparam(lpi->cpxenv, intparam[i], &(cpxparam->intparval[i])) … in getParameterValues() 2237 CHECK_ZERO( lpi->messagehdlr, CPXgetintparam(lpi->cpxenv, CPX_PARAM_SCAIND, &scaling) ); in SCIPlpiSolvePrimal() 2251 CHECK_ZERO( lpi->messagehdlr, CPXgetintparam(lpi->cpxenv, CPX_PARAM_PREIND, &presolving) ); in SCIPlpiSolvePrimal() 2385 CHECK_ZERO( lpi->messagehdlr, CPXgetintparam(lpi->cpxenv, CPX_PARAM_SCAIND, &scaling) ); in SCIPlpiSolveDual()
|
/dports/math/osi/Osi-0.108.6/Osi/src/OsiCpx/ |
H A D | OsiCpxSolverInterface.cpp | 611 …retval = (CPXgetintparam(env_, CPX_PARAM_ITLIM, &value) == 0); // ??? OsiMaxNumIteration == #Simpl… in getIntParam() 997 err = CPXgetintparam(env_, CPX_PARAM_ITLIM, &maxiter); in solveFromHotStart()
|
/dports/math/clp/Clp-1.17.3/Osi/src/OsiCpx/ |
H A D | OsiCpxSolverInterface.cpp | 611 …retval = (CPXgetintparam(env_, CPX_PARAM_ITLIM, &value) == 0); // ??? OsiMaxNumIteration == #Simpl… in getIntParam() 997 err = CPXgetintparam(env_, CPX_PARAM_ITLIM, &maxiter); in solveFromHotStart()
|
/dports/math/ogdf/OGDF/src/coin/Osi/ |
H A D | OsiCpxSolverInterface.cpp | 639 …retval = ( CPXgetintparam( env_, CPX_PARAM_ITLIM, &value ) == 0 ); // ??? OsiMaxNumIteration == #… in getIntParam() 1052 err = CPXgetintparam( env_, CPX_PARAM_ITLIM, &maxiter ); in solveFromHotStart()
|
/dports/math/symphony/SYMPHONY-releases-5.6.17/SYMPHONY/src/LP/ |
H A D | lp_solver.c | 1641 cpx_status = CPXgetintparam(lp_data->cpxenv, CPX_PARAM_ITLIM, &itlim); in refactorize() 1760 cpx_status = CPXgetintparam(lp_data->cpxenv, CPX_PARAM_ITLIM, &itlim); in dual_simplex()
|