Home
last modified time | relevance | path

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

/dports/math/SCIP/scip-7.0.3/src/scip/
H A Dstruct_heur.h42 …SCIP_Longint totalsoldepth; /**< the sum of depths at which this dive set found solu… member
H A Dheur.c96 divesetstats->totalsoldepth = 0L; in resetDivesetStats()
157 divesetstats->totalsoldepth += depth; in updateDivesetstats()
565 …return (divesetstats->nsolcalls == 0 ? 0.0 : divesetstats->totalsoldepth / (SCIP_Real)divesetstats… in SCIPdivesetGetAvgSolutionDepth()