Home
last modified time | relevance | path

Searched defs:NH_Stats (Results 1 – 1 of 1) sorted by relevance

/dports/math/SCIP/scip-7.0.3/src/scip/
H A Dheur_alns.c319 struct NH_Stats struct
321 SCIP_CLOCK* setupclock; /**< clock for sub-SCIP setup time */
322 SCIP_CLOCK* submipclock; /**< clock for the sub-SCIP solve */
323 SCIP_Longint usednodes; /**< total number of used nodes */
324 SCIP_Real oldupperbound; /**< upper bound before the sub-SCIP started */
326 int nruns; /**< number of runs of a neighborhood */
327 int nrunsbestsol; /**< number of runs that produced a new incumbent */
328 SCIP_Longint nsolsfound; /**< the total number of solutions found */
329 SCIP_Longint nbestsolsfound; /**< the total number of improving solutions found */
330 int nfixings; /**< the number of fixings in one run */
[all …]