Home
last modified time | relevance | path

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

/dports/math/SCIP/scip-7.0.3/src/scip/
H A Dstruct_lp.h305 …SCIP_Longint divenolddomchgs; /**< number of domain changes before diving has started … member
H A Dlp.c9176 (*lp)->divenolddomchgs = 0; in SCIPlpCreate()
15969 lp->divenolddomchgs = stat->domchgcount; in SCIPlpStartDive()
16069 …ore || lp->storedsolvals->lpsolstat != SCIP_LPSOLSTAT_OPTIMAL || lp->divenolddomchgs < stat->domch… in SCIPlpEndDive()