Home
last modified time | relevance | path

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

/dports/math/SCIP/scip-7.0.3/src/scip/
H A Dlp.c10651 int lexIterations; in lpLexDualSimplex() local
10751 lexIterations = 0; in lpLexDualSimplex()
11065 lexIterations += iterations; in lpLexDualSimplex()
11156 lexIterations += iterations; in lpLexDualSimplex()
11161 if( totalIterations == 0 && lexIterations > 0 && !lp->strongbranchprobing ) in lpLexDualSimplex()
11164 if( lexIterations > 0 ) /* don't count the resolves after removing unused columns/rows */ in lpLexDualSimplex()
11166 SCIPstatAdd(stat, set, nlpiterations, lexIterations); in lpLexDualSimplex()
11170 SCIPstatAdd(stat, set, nlexdualresolvelpiterations, lexIterations); in lpLexDualSimplex()
11173 SCIPstatAdd(stat, set, nlexduallpiterations, lexIterations); in lpLexDualSimplex()
11175 totalIterations += lexIterations; in lpLexDualSimplex()