Home
last modified time | relevance | path

Searched refs:CPX_ALG_NONE (Results 1 – 4 of 4) sorted by relevance

/dports/math/glpk/glpk-5.0/examples/cplex/
H A Dcplex.h130 #define CPX_ALG_NONE 0 macro
H A Dcplex.c229 lp->meth = CPX_ALG_NONE; in invalidate()
1354 method = CPX_ALG_NONE; in CPXgetmethod()
/dports/math/py-or-tools/or-tools-9.2/ortools/linear_solver/
H A Dcplex_interface.cc1037 int alg = CPX_ALG_NONE; in SetLpAlgorithm()
1051 if (alg == CPX_ALG_NONE) in SetLpAlgorithm()
/dports/math/SCIP/scip-7.0.3/src/lpi/
H A Dlpi_cpx.c2571 retval = CPXhybbaropt(lpi->cpxenv, lpi->cpxlp, crossover ? 0 : CPX_ALG_NONE); in SCIPlpiSolveBarrier()
2604 retval = CPXhybbaropt(lpi->cpxenv, lpi->cpxlp, crossover ? 0 : CPX_ALG_NONE); in SCIPlpiSolveBarrier()