Home
last modified time | relevance | path

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

/dports/math/SCIP/scip-7.0.3/src/scip/
H A Dlp.c2780 SCIP_RETCODE lpSetBarrierconvtol( in lpSetBarrierconvtol() function
11626 …SCIP_CALL( lpSetBarrierconvtol(lp, (tightprimfeastol || tightdualfeastol) ? FEASTOLTIGHTFAC * SCIP… in lpSolveStable()
11772 … SCIP_CALL( lpSetBarrierconvtol(lp, FEASTOLTIGHTFAC * SCIPsetBarrierconvtol(set), &success3) ); in lpSolveStable()
11805 SCIP_CALL( lpSetBarrierconvtol(lp, SCIPsetBarrierconvtol(set), &success) ); in lpSolveStable()