Home
last modified time | relevance | path

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

/dports/math/SCIP/scip-7.0.3/src/scip/
H A Dstruct_heur.h51 …int maxsoldepth; /**< the maximum depth at which this dive set found a so… member
H A Dheur.c100 divesetstats->maxsoldepth = -1; in resetDivesetStats()
159 divesetstats->maxsoldepth = MAX(divesetstats->maxsoldepth, depth); in updateDivesetstats()
552 return divesetstats->maxsoldepth; in SCIPdivesetGetMaxSolutionDepth()