Home
last modified time | relevance | path

Searched refs:SCIPnodeGetDepth (Results 1 – 25 of 36) sorted by relevance

12

/dports/math/SCIP/scip-7.0.3/src/scip/
H A Dnodesel_breadthfirst.c80 … %" SCIP_LONGINT_FORMAT " at depth %d\n", SCIPnodeGetNumber(*selnode), SCIPnodeGetDepth(*selnode)); in SCIP_DECL_NODESELSELECT()
99 depth1 = SCIPnodeGetDepth(node1); in SCIP_DECL_NODESELCOMP()
100 depth2 = SCIPnodeGetDepth(node2); in SCIP_DECL_NODESELCOMP()
H A Dnodesel_uct.c152 assert(SCIPnodeGetParent(node) == NULL || SCIPnodeGetDepth(node) >= 1); in updateVisits()
263 if( SCIPnodeGetDepth(node1) == SCIPnodeGetDepth(node2) ) in compareNodes()
268 else if( SCIPnodeGetDepth(node1) > SCIPnodeGetDepth(node2) ) in compareNodes()
270 else if( SCIPnodeGetDepth(node1) < SCIPnodeGetDepth(node2) ) in compareNodes()
H A Dnodesel_dfs.c95 depth1 = SCIPnodeGetDepth(node1); in SCIP_DECL_NODESELCOMP()
96 depth2 = SCIPnodeGetDepth(node2); in SCIP_DECL_NODESELCOMP()
H A Dvisual.c315 nodenum, nodenum, (void*)node, SCIPnodeGetDepth(node), in SCIPvisualNewChild()
322 nodenum, nodenum, (void*)node, SCIPnodeGetDepth(node), lowerbound); in SCIPvisualNewChild()
376 nodenum, nodenum, (void*)node, SCIPnodeGetDepth(node), in SCIPvisualUpdateChild()
383 nodenum, nodenum, (void*)node, SCIPnodeGetDepth(node), lowerbound); in SCIPvisualUpdateChild()
508 nodenum, nodenum, (void*)node, SCIPnodeGetDepth(node), in SCIPvisualSolvedNode()
515 nodenum, nodenum, (void*)node, SCIPnodeGetDepth(node), lowerbound, stat->nnodes); in SCIPvisualSolvedNode()
569 nodenum, nodenum, (void*)node, SCIPnodeGetDepth(node), in SCIPvisualCutoffNode()
576 nodenum, nodenum, (void*)node, SCIPnodeGetDepth(node), lowerbound, stat->nnodes); in SCIPvisualCutoffNode()
H A Dtree.c1096 assert(SCIPnodeGetDepth(tree->probingroot) <= SCIPnodeGetDepth(*node)); in SCIPnodeFree()
6396 assert(SCIPnodeGetDepth(tree->probingroot) < SCIPnodeGetDepth(node)); in treeCreateProbingNode()
6399 …SCIPnodeGetNumber(node), SCIPnodeGetDepth(node), SCIPnodeGetDepth(node) - SCIPnodeGetDepth(tree->p… in treeCreateProbingNode()
7397 #undef SCIPnodeGetDepth
7448 int SCIPnodeGetDepth( in SCIPnodeGetDepth() function
8149 while( SCIPnodeGetDepth(node1) < SCIPnodeGetDepth(node2) ) in SCIPnodesSharePath()
8153 while( SCIPnodeGetDepth(node2) < SCIPnodeGetDepth(node1) ) in SCIPnodesSharePath()
8156 assert(SCIPnodeGetDepth(node2) == SCIPnodeGetDepth(node1)); in SCIPnodesSharePath()
8173 while( SCIPnodeGetDepth(node1) < SCIPnodeGetDepth(node2) ) in SCIPnodesGetCommonAncestor()
8177 while( SCIPnodeGetDepth(node2) < SCIPnodeGetDepth(node1) ) in SCIPnodesGetCommonAncestor()
[all …]
H A Dpub_tree.h151 int SCIPnodeGetDepth(
261 #define SCIPnodeGetDepth(node) ((int) (node)->depth) macro
H A Dbranch_nodereopt.c284 …assert((SCIPnodeGetReoptID(SCIPgetCurrentNode(scip)) == 0 && SCIPnodeGetDepth(SCIPgetCurrentNode(s… in SCIP_DECL_BRANCHEXECLP()
304 …assert((SCIPnodeGetReoptID(SCIPgetCurrentNode(scip)) == 0 && SCIPnodeGetDepth(SCIPgetCurrentNode(s… in SCIP_DECL_BRANCHEXECEXT()
323 …assert((SCIPnodeGetReoptID(SCIPgetCurrentNode(scip)) == 0 && SCIPnodeGetDepth(SCIPgetCurrentNode(s… in SCIP_DECL_BRANCHEXECPS()
H A Dnodesel_bfs.c280 depth1 = SCIPnodeGetDepth(node1); in SCIP_DECL_NODESELCOMP()
281 depth2 = SCIPnodeGetDepth(node2); in SCIP_DECL_NODESELCOMP()
H A Dnodesel_hybridestim.c297 depth1 = SCIPnodeGetDepth(node1); in SCIP_DECL_NODESELCOMP()
298 depth2 = SCIPnodeGetDepth(node2); in SCIP_DECL_NODESELCOMP()
H A Dnodesel_estimate.c330 depth1 = SCIPnodeGetDepth(node1); in SCIP_DECL_NODESELCOMP()
331 depth2 = SCIPnodeGetDepth(node2); in SCIP_DECL_NODESELCOMP()
H A Devent_solvingphase.c218 DEPTHINFO* depthinfo = eventhdlrdata->depthinfos[SCIPnodeGetDepth(node)]; in addNodesInformation()
271 depthinfo = eventhdlrdata->depthinfos[SCIPnodeGetDepth(node)]; in removeNode()
432 depthinfo = eventhdlrdata->depthinfos[SCIPnodeGetDepth(node)]; in releaseNodeFromDepthInfo()
443 …if( SCIPisLT(scip, SCIPnodeGetEstimate(node), SCIPgetUpperbound(scip)) && SCIPnodeGetDepth(node) >… in releaseNodeFromDepthInfo()
472 nodedepth = SCIPnodeGetDepth(node); in ensureDepthInfoArraySize()
H A Dprop_probing.c490 … if( SCIPgetStage(scip) != SCIP_STAGE_SOLVING || SCIPnodeGetDepth(SCIPgetCurrentNode(scip)) == 0 ) in applyProbing()
542 … if( SCIPgetStage(scip) != SCIP_STAGE_SOLVING || SCIPnodeGetDepth(SCIPgetCurrentNode(scip)) == 0 ) in applyProbing()
1428 … if( SCIPgetStage(scip) != SCIP_STAGE_SOLVING || SCIPnodeGetDepth(SCIPgetCurrentNode(scip)) == 0 ) in SCIPanalyzeDeductionsProbing()
1576 else if( probingvarisinteger && SCIPnodeGetDepth(SCIPgetCurrentNode(scip)) == 0 ) in SCIPanalyzeDeductionsProbing()
1617 …else if( probingvarisbinary && (SCIPgetStage(scip) != SCIP_STAGE_SOLVING || SCIPnodeGetDepth(SCIPg… in SCIPanalyzeDeductionsProbing()
H A Dsolve.c303 …lpstateforkdepth = (tree->focuslpstatefork != NULL ? SCIPnodeGetDepth(tree->focuslpstatefork) : -1… in SCIPprimalHeuristics()
596 (void*)node, SCIPnodeGetDepth(node), depth, maxproprounds, timingmask); in propagateDomains()
754 actdepth = SCIPnodeGetDepth(focusnode); in updatePseudocost()
1323 assert(initroot || SCIPnodeGetDepth(SCIPtreeGetFocusNode(tree)) > 0); in SCIPconstructCurrentLP()
2320 actdepth = SCIPnodeGetDepth(focusnode); in priceAndCutLoop()
3145 if( SCIPnodeGetDepth(tree->focusnode) == 0 ) in solveNodeLP()
4098 actdepth = SCIPnodeGetDepth(focusnode); in solveNode()
4420 SCIPnodeGetDepth(focusnode), nlpcands); in solveNode()
4433 SCIPnodeGetDepth(focusnode), SCIPbranchcandGetNExternCands(branchcand)); in solveNode()
4444 SCIPnodeGetDepth(focusnode), SCIPbranchcandGetNPseudoCands(branchcand)); in solveNode()
[all …]
H A Dreopt.c1699 while( SCIPnodeGetDepth(*parent) != 0 ) in getLastSavedNode()
1713 if( SCIPnodeGetDepth(*parent) == 0) in getLastSavedNode()
2068 if( SCIPnodeGetDepth(node) > 0 && id == 0 ) in reoptCheckLocalRestart()
3038 …assert((SCIPnodeGetDepth(parent) == 0 && parentid == 0) || (SCIPnodeGetDepth(parent) >= 1 && paren… in addNode()
3483 allocmem = SCIPnodeGetDepth(node); in saveGlobalCons()
5318 if( SCIPnodeGetDepth(node) > 0 && id == 0 ) in SCIPreoptGetNAddedConss()
5829 if( SCIPnodeGetDepth(node) > 0 && id == 0 ) in SCIPreoptGetNNodes()
6426 assert(id >= 1 || SCIPnodeGetDepth(node) == 0); in SCIPreoptGetChildIDs()
7257 if( SCIPnodeGetDepth(node) > 0 && id == 0 ) in SCIPreoptResetDualBndchgs()
7818 if( id == 0 && SCIPnodeGetDepth(node) > 0 ) in SCIPreoptApplyCuts()
[all …]
H A Dscip_prob.c3333 validdepth = SCIPnodeGetDepth(validnode); in SCIPaddConsNode()
3334 if( validdepth > SCIPnodeGetDepth(node) ) in SCIPaddConsNode()
3337 SCIPconsGetName(cons), validdepth, SCIPnodeGetDepth(node)); in SCIPaddConsNode()
3352 if( SCIPnodeGetDepth(node) <= SCIPtreeGetEffectiveRootDepth(scip->tree) ) in SCIPaddConsNode()
3434 if( SCIPnodeGetDepth(node) <= SCIPtreeGetEffectiveRootDepth(scip->tree) ) in SCIPdelConsNode()
3498 if( SCIPnodeGetDepth(node) <= SCIPtreeGetEffectiveRootDepth(scip->tree) ) in SCIPdelConsLocal()
H A Dnodesel.c660 pos, nodepq->len, SCIPnodeGetDepth(node), SCIPnodeGetLowerbound(node)); in SCIPnodepqBound()
687 … SCIPlpGetSolstat(lp), SCIPnodeGetDepth(node) == 0, SCIPtreeGetFocusNode(tree) == node, in SCIPnodepqBound()
H A Dcompr_weakcompr.c168 nleaveids, SCIPgetStage(scip) <= SCIP_STAGE_PRESOLVED ? 0 : SCIPnodeGetDepth(currentnode)); in constructCompression()
H A Dscip_tree.c515 branchvarssize = SCIPnodeGetDepth(node); in SCIPprintNodeRootPath()
H A Dtree.h890 #define SCIPtreeGetProbingDepth(tree) (SCIPtreeGetCurrentDepth(tree) - SCIPnodeGetDepth((tree)->p…
H A Ddebug.c650 node, SCIPnodeGetDepth(node), SCIPvarGetName(boundchgs[i].var), varsol, in isSolutionInNode()
1112 node->number, node, SCIPnodeGetDepth(node)); in SCIPdebugRemoveNode()
1234 … localbound, node->number, SCIPnodeGetDepth(node), SCIPsolGetOrigObj(debugsoldata->debugsol)); in SCIPdebugCheckLocalLowerbound()
H A Dbranch_pscost.c705 …if( branchruledata->nchildren > 2 && SCIPnodeGetDepth(SCIPgetCurrentNode(scip)) <= branchruledata-… in SCIP_DECL_BRANCHEXECEXT()
H A Dsepastore.c913 depth = SCIPnodeGetDepth(node); in SCIPsepastoreApplyCuts()
/dports/math/SCIP/scip-7.0.3/examples/Eventhdlr/src/
H A Devent_boundwriting.c244 …nd: %g, nodesubmiprootdualbound: %g %s\n", SCIPnodeGetNumber(node), SCIPnodeGetDepth(node), SCIPge… in writeBoundsFocusNode()
246 …e, "%"SCIP_LONGINT_FORMAT" %d %g %g %s\n", SCIPnodeGetNumber(node), SCIPnodeGetDepth(node), SCIPge… in writeBoundsFocusNode()
254 …GINT_FORMAT" (depth %d): dualbound: %g\n", SCIPnodeGetNumber(node), SCIPnodeGetDepth(node), SCIPge… in writeBoundsFocusNode()
256 …p, file, "%"SCIP_LONGINT_FORMAT" %d %g\n", SCIPnodeGetNumber(node), SCIPnodeGetDepth(node), SCIPge… in writeBoundsFocusNode()
352 size = SCIPnodeGetDepth(node); in writeBounds()
399 …nd: %g, nodesubmiprootdualbound: %g %s\n", SCIPnodeGetNumber(node), SCIPnodeGetDepth(node), SCIPge… in writeBounds()
401 …e, "%"SCIP_LONGINT_FORMAT" %d %g %g %s\n", SCIPnodeGetNumber(node), SCIPnodeGetDepth(node), SCIPge… in writeBounds()
412 …GINT_FORMAT" (depth %d): dualbound: %g\n", SCIPnodeGetNumber(node), SCIPnodeGetDepth(node), SCIPge… in writeBounds()
414 …p, file, "%"SCIP_LONGINT_FORMAT" %d %g\n", SCIPnodeGetNumber(node), SCIPnodeGetDepth(node), SCIPge… in writeBounds()
/dports/math/SCIP/scip-7.0.3/applications/STP/src/
H A Dbranch_stp.c181 if( SCIPnodeGetDepth(SCIPgetCurrentNode(scip)) != 0 ) in selectBranchingVertexBySol()
327 if( SCIPnodeGetDepth(SCIPgetCurrentNode(scip)) != 0 ) in selectBranchingVertexByLp2Flow()
727 …for( SCIP_NODE* node = SCIPgetCurrentNode(scip); SCIPnodeGetDepth(node) > 0; node = SCIPnodeGetPar… in SCIPStpBranchruleApplyVertexChgs()
/dports/math/SCIP/scip-7.0.3/examples/Binpacking/src/
H A Dcons_samediff.c461 SCIPconsGetName(cons), SCIPnodeGetNumber(consdata->node), SCIPnodeGetDepth(consdata->node)); in SCIP_DECL_CONSACTIVE()
493 SCIPconsGetName(cons), SCIPnodeGetNumber(consdata->node), SCIPnodeGetDepth(consdata->node)); in SCIP_DECL_CONSDEACTIVE()

12