Home
last modified time | relevance | path

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

/dports/math/SCIP/scip-7.0.3/src/scip/
H A Dstruct_stat.h71 …SCIP_Longint nresolveinstablelps; /**< number of simplex resolves of instable LPs */ member
H A Dstat.c233 stat->nresolveinstablelps = 0; in SCIPstatReset()
H A Dscip_solvingstats.c3256 scip->stat->nresolveinstablelps, in SCIPprintLPStatistics()
3258 …scip->stat->nresolveinstablelps > 0 ? (SCIP_Real)scip->stat->nresolveinstablelpiters/(SCIP_Real)sc… in SCIPprintLPStatistics()
H A Dlp.c10399 SCIPstatIncrement(stat, set, nresolveinstablelps); in lpPrimalSimplex()
10557 SCIPstatIncrement(stat, set, nresolveinstablelps); in lpDualSimplex()