Home
last modified time | relevance | path

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

/dports/math/SCIP/scip-7.0.3/src/scip/
H A Dstruct_heur.h53 int nsolcalls; /**< number of calls with a leaf solution */ member
H A Dheur.c108 divesetstats->nsolcalls = 0; in resetDivesetStats()
160 divesetstats->nsolcalls++; in updateDivesetstats()
487 return divesetstats->nsolcalls; in SCIPdivesetGetNSolutionCalls()
565 …return (divesetstats->nsolcalls == 0 ? 0.0 : divesetstats->totalsoldepth / (SCIP_Real)divesetstats… in SCIPdivesetGetAvgSolutionDepth()