Home
last modified time | relevance | path

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

/dports/math/SCIP/scip-7.0.3/src/scip/
H A Dnodesel_bfs.c113 int plungedepth; in SCIP_DECL_NODESELSELECT() local
144 plungedepth = SCIPgetPlungeDepth(scip); in SCIP_DECL_NODESELSELECT()
145 if( plungedepth >= maxplungedepth ) in SCIP_DECL_NODESELSELECT()
148 … "plungedepth: [%d,%d], cur: %d -> abort plunging\n", minplungedepth, maxplungedepth, plungedepth); in SCIP_DECL_NODESELSELECT()
159 if( plungedepth < minplungedepth ) in SCIP_DECL_NODESELSELECT()
163 minplungedepth, maxplungedepth, plungedepth); in SCIP_DECL_NODESELSELECT()
182 … minplungedepth, maxplungedepth, plungedepth, lowerbound, cutoffbound, maxbound); in SCIP_DECL_NODESELSELECT()
H A Dnodesel_hybridestim.c132 int plungedepth; in SCIP_DECL_NODESELSELECT() local
165 plungedepth = SCIPgetPlungeDepth(scip); in SCIP_DECL_NODESELSELECT()
166 if( plungedepth > maxplungedepth ) in SCIP_DECL_NODESELSELECT()
169 … "plungedepth: [%d,%d], cur: %d -> abort plunging\n", minplungedepth, maxplungedepth, plungedepth); in SCIP_DECL_NODESELSELECT()
195 if( plungedepth < minplungedepth ) in SCIP_DECL_NODESELSELECT()
204 minplungedepth, maxplungedepth, plungedepth, lowerbound, cutoffbound, maxbound); in SCIP_DECL_NODESELSELECT()
H A Dnodesel_estimate.c117 int plungedepth; in SCIP_DECL_NODESELSELECT() local
191 plungedepth = SCIPgetPlungeDepth(scip); in SCIP_DECL_NODESELSELECT()
192 if( plungedepth > maxplungedepth ) in SCIP_DECL_NODESELSELECT()
195 … "plungedepth: [%d,%d], cur: %d -> abort plunging\n", minplungedepth, maxplungedepth, plungedepth); in SCIP_DECL_NODESELSELECT()
221 if( plungedepth < minplungedepth ) in SCIP_DECL_NODESELSELECT()
230 minplungedepth, maxplungedepth, plungedepth, lowerbound, cutoffbound, maxbound); in SCIP_DECL_NODESELSELECT()
H A Dstruct_stat.h226 …int plungedepth; /**< current plunging depth (successive times, a child w… member
H A Dscip_tree.c687 return scip->stat->plungedepth; in SCIPgetPlungeDepth()
H A Dconcurrent.c887 target->stat->plungedepth = source->stat->plungedepth; in SCIPcopyConcurrentSolvingStats()
H A Dstat.c635 stat->plungedepth = 0; in SCIPstatResetCurrentRun()
H A Dtree.c4626 stat->plungedepth = 0; in SCIPnodeFocus()
4635 … "selected sibling node, lowerbound=%g, plungedepth=%d\n", (*node)->lowerbound, stat->plungedepth); in SCIPnodeFocus()
4642 stat->plungedepth = 0; in SCIPnodeFocus()
4644 stat->plungedepth++; in SCIPnodeFocus()
4656 …t, "selected child node, lowerbound=%g, plungedepth=%d\n", (*node)->lowerbound, stat->plungedepth); in SCIPnodeFocus()
4686 stat->plungedepth = 0; in SCIPnodeFocus()
4689 …et, "selected leaf node, lowerbound=%g, plungedepth=%d\n", (*node)->lowerbound, stat->plungedepth); in SCIPnodeFocus()
/dports/math/SCIP/scip-7.0.3/check/coverage/settings/
H A Dalldisp.set15 # display activation status of display column <plungedepth> (0: off, 1: auto, 2:on)
17 display/plungedepth/active = 2