Home
last modified time | relevance | path

Searched refs:CPX_NO_SOLN (Results 1 – 6 of 6) sorted by relevance

/dports/math/osi/Osi-0.108.6/Osi/src/OsiCpx/
H A DOsiCpxSolverInterface.cpp1342 if (solntype != CPX_NO_SOLN) { in getColSolution()
1358 if (solntype != CPX_NO_SOLN) { in getColSolution()
1388 if (solntype != CPX_NO_SOLN) { in getRowPrice()
1416 if (solntype != CPX_NO_SOLN) { in getReducedCost()
1441 if (solntype != CPX_NO_SOLN) { in getRowActivity()
1465 if (solntype != CPX_NO_SOLN) { in getRowActivity()
1491 if (solntype != CPX_NO_SOLN) { in getObjValue()
1508 if (solntype != CPX_NO_SOLN) { in getObjValue()
1535 if (solntype == CPX_NO_SOLN) in getIterationCount()
/dports/math/clp/Clp-1.17.3/Osi/src/OsiCpx/
H A DOsiCpxSolverInterface.cpp1342 if (solntype != CPX_NO_SOLN) { in getColSolution()
1358 if (solntype != CPX_NO_SOLN) { in getColSolution()
1388 if (solntype != CPX_NO_SOLN) { in getRowPrice()
1416 if (solntype != CPX_NO_SOLN) { in getReducedCost()
1441 if (solntype != CPX_NO_SOLN) { in getRowActivity()
1465 if (solntype != CPX_NO_SOLN) { in getRowActivity()
1491 if (solntype != CPX_NO_SOLN) { in getObjValue()
1508 if (solntype != CPX_NO_SOLN) { in getObjValue()
1535 if (solntype == CPX_NO_SOLN) in getIterationCount()
/dports/math/glpk/glpk-5.0/examples/cplex/
H A Dcplex.h136 #define CPX_NO_SOLN 0 macro
H A Dcplex.c1886 type = CPX_NO_SOLN, pfeas = dfeas = 0; in CPXsolninfo()
/dports/math/ogdf/OGDF/src/coin/Osi/
H A DOsiCpxSolverInterface.cpp1421 if( solntype != CPX_NO_SOLN ) in getColSolution()
1458 if( solntype != CPX_NO_SOLN ) in getRowPrice()
1487 if( solntype != CPX_NO_SOLN ) in getReducedCost()
1516 if( solntype != CPX_NO_SOLN ) in getRowActivity()
1560 if( solntype != CPX_NO_SOLN ) in getObjValue()
1593 if( solntype == CPX_NO_SOLN ) in getIterationCount()
/dports/math/bonmin/Bonmin-releases-1.8.8/Bonmin/src/Algorithms/
H A DBonSubMipSolver.cpp274 …while(!optimal_ && type == CPX_NO_SOLN && stat != CPXMIP_SOL_LIM && stat != CPXMIP_TIME_LIM_INFEAS in find_good_sol()