Home
last modified time | relevance | path

Searched refs:CPXgetintparam (Results 1 – 17 of 17) sorted by relevance

/dports/math/concorde/concorde/LP/
H A Dlpcplex4.c422 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 Dlpcplex5.c445 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 Dlpcplex6.c456 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 Dlpcplex8.c446 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 Ddecomp_lp.c42 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 Dlpcplex.c396 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 DBonSubMipSolver.cpp113 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 Dcplex.h216 int CPXgetintparam(CPXENV *env, int whichparam, int *value);
H A Dcplex.c1325 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 Dcplex.cc743 CPXgetintparam (cplexEnv(),CPX_PARAM_PROBMETHOD,&lpmethod); in statusSwitch()
/dports/math/lemon/lemon-1.3.1/lemon/
H A Dcplex.cc743 CPXgetintparam (cplexEnv(),CPX_PARAM_PROBMETHOD,&lpmethod); in statusSwitch()
/dports/misc/openmvg/openMVG-2.0/src/third_party/lemon/lemon/
H A Dcplex.cc743 CPXgetintparam (cplexEnv(),CPX_PARAM_PROBMETHOD,&lpmethod); in statusSwitch()
/dports/math/SCIP/scip-7.0.3/src/lpi/
H A Dlpi_cpx.c487 …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 DOsiCpxSolverInterface.cpp611 …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 DOsiCpxSolverInterface.cpp611 …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 DOsiCpxSolverInterface.cpp639 …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 Dlp_solver.c1641 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()