Home
last modified time | relevance | path

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

/dports/math/SCIP/scip-7.0.3/src/scip/
H A Dlp.c12004 SCIP_Bool needdualray, /**< if the LP is infeasible, do we need a dual ray? */ in lpSolve() argument
12096 …if( needdualray && !SCIPlpiHasDualRay(lp->lpi) && !solveddual && lpalgo != SCIP_LPALGO_DUALSIMPLEX… in lpSolve()
12184 SCIP_Bool needdualray, /**< if the LP is infeasible, do we need a dual ray? */ in lpFlushAndSolve() argument
12216needdualray, resolve, fastmip, tightprimfeastol, tightdualfeastol, fromscratch, keepsol, lperror) … in lpFlushAndSolve()
12229needdualray, resolve, fastmip, tightprimfeastol, tightdualfeastol, fromscratch, keepsol, lperror) … in lpFlushAndSolve()
12235needdualray, resolve, fastmip, tightprimfeastol, tightdualfeastol, fromscratch, keepsol, lperror) … in lpFlushAndSolve()
12241needdualray, resolve, fastmip, tightprimfeastol, tightdualfeastol, fromscratch, keepsol, lperror) … in lpFlushAndSolve()
12247needdualray, resolve, fastmip, tightprimfeastol, tightdualfeastol, fromscratch, keepsol, lperror) … in lpFlushAndSolve()
12390 SCIP_Bool needdualray; in SCIPlpSolveAndEval() local
12407 needdualray = (!SCIPprobAllColsInLP(prob, set, lp) || set->misc_exactsolve in SCIPlpSolveAndEval()
[all …]