Home
last modified time | relevance | path

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

/dports/math/SCIP/scip-7.0.3/src/scip/
H A Dstruct_lp.h354 …SCIP_Bool flushaddedrows; /**< have LPI-rows been added in the last lpFlush() call… member
H A Dlp.c8350 lp->flushaddedrows = TRUE; in lpFlushAddRows()
8677 lp->flushaddedrows = FALSE; in SCIPlpFlush()
9144 (*lp)->flushaddedrows = FALSE; in SCIPlpCreate()