Home
last modified time | relevance | path

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

/dports/math/SCIP/scip-7.0.3/src/scip/
H A Dheur_alns.c322 SCIP_CLOCK* submipclock; /**< clock for the sub-SCIP solve */ member
759 SCIP_CALL( SCIPresetClock(scip, stats->submipclock) ); in neighborhoodStatsReset()
797 SCIP_CALL( SCIPcreateClock(scip, &(*neighborhood)->stats.submipclock) ); in alnsIncludeNeighborhood()
850 SCIP_CALL( SCIPfreeClock(scip, &nhptr->stats.submipclock) ); in alnsFreeNeighborhood()
1088 … SCIPinfoMessage(scip, file, " %10.2f", SCIPgetClockTime(scip, neighborhood->stats.submipclock) ); in printNeighborhoodStatistics()
2542 SCIP_CALL( SCIPstartClock(scip, neighborhood->stats.submipclock) ); in SCIP_DECL_HEUREXEC()
2549 SCIP_CALL( SCIPstopClock(scip, neighborhood->stats.submipclock) ); in SCIP_DECL_HEUREXEC()
2575 SCIP_CALL( SCIPstopClock(scip, neighborhood->stats.submipclock) ); in SCIP_DECL_HEUREXEC()