Home
last modified time | relevance | path

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

/dports/math/SCIP/scip-7.0.3/src/scip/
H A Ddisp.c424 || (stat->nnodes != stat->lastdispnode in SCIPdispPrintLine()
477 stat->lastdispnode = stat->nnodes; in SCIPdispPrintLine()
H A Dstruct_stat.h101 …SCIP_Longint lastdispnode; /**< last node for which an information line was display… member
H A Dconcurrent.c726 target->stat->lastdispnode = source->stat->lastdispnode; in SCIPcopyConcurrentSolvingStats()
H A Dstat.c669 stat->lastdispnode = 0; in SCIPstatResetDisplay()