Home
last modified time | relevance | path

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

/dports/math/SCIP/scip-7.0.3/src/scip/
H A Dstruct_stat.h62 …SCIP_Longint nlexdualresolvelpiterations; /**< number of lexicographic dual LP iterations… member
H A Dconcurrent.c692 target->stat->nlexdualresolvelpiterations = source->stat->nlexdualresolvelpiterations; in SCIPcopyConcurrentSolvingStats()
H A Dstat.c224 stat->nlexdualresolvelpiterations = 0; in SCIPstatReset()
H A Dlp.c11170 SCIPstatAdd(stat, set, nlexdualresolvelpiterations, lexIterations); in lpLexDualSimplex()