Home
last modified time | relevance | path

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

/dports/math/SCIP/scip-7.0.3/src/scip/
H A Dlp.c12446 SCIP_Longint oldnlps; in SCIPlpSolveAndEval() local
12460 oldnlps = stat->nlps; in SCIPlpSolveAndEval()
12508 if( primalfeasible && dualfeasible && aging && !lp->diving && stat->nlps > oldnlps ) in SCIPlpSolveAndEval()