Home
last modified time | relevance | path

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

/dports/math/SCIP/scip-7.0.3/src/scip/
H A Dstruct_stat.h112 …SCIP_Longint nsbtimesiterlimhit; /**< total number of times that the strong branching ite… member
H A Dconcurrent.c737 target->stat->nsbtimesiterlimhit = source->stat->nsbtimesiterlimhit; in SCIPcopyConcurrentSolvingStats()
H A Dstat.c230 stat->nsbtimesiterlimhit = 0L; in SCIPstatReset()
H A Dscip_solvingstats.c3283 …hdlr, file, " - - %10" SCIP_LONGINT_FORMAT "\n", scip->stat->nsbtimesiterlimhit); in SCIPprintLPStatistics()
H A Dscip_var.c3216 ++scip->stat->nsbtimesiterlimhit; in performStrongbranchWithPropagation()