Home
last modified time | relevance | path

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

/dports/math/SCIP/scip-7.0.3/src/scip/
H A Dsepastore.c602 …SCIP_CALL( SCIPnodeCutoff(SCIPtreeGetRootNode(tree), set, stat, tree, transprob, origprob, reopt, … in sepastoreApplyLb()
693 …SCIP_CALL( SCIPnodeCutoff(SCIPtreeGetRootNode(tree), set, stat, tree, transprob, origprob, reopt, … in sepastoreApplyUb()
H A Dscip_tree.c431 …SCIP_CALL( SCIPnodeCutoff(node, scip->set, scip->stat, scip->tree, scip->transprob, scip->origprob… in SCIPcutoffNode()
H A Dtree.h124 SCIP_RETCODE SCIPnodeCutoff(
H A Dconflict.c2575 …SCIP_CALL( SCIPnodeCutoff(tree->path[0], set, stat, tree, transprob, origprob, reopt, lp, blkmem) … in tightenSingleVar()
3047 …SCIP_CALL( SCIPnodeCutoff(tree->path[proofset->validdepth], set, stat, tree, transprob, origprob, … in createAndAddProofcons()
3615 …SCIP_CALL( SCIPnodeCutoff(tree->path[conflictset->validdepth], set, stat, tree, transprob, origpro… in SCIPconflictFlushConss()
3648 …SCIP_CALL( SCIPnodeCutoff(tree->path[conflictset->validdepth], set, stat, tree, transprob, origpro… in SCIPconflictFlushConss()
3699 … SCIP_CALL( SCIPnodeCutoff(tree->path[repropconflictset->validdepth], set, stat, tree, transprob, \ in SCIPconflictFlushConss()
7768 …SCIP_CALL( SCIPnodeCutoff(tree->path[validdepth], set, stat, tree, transprob, origprob, reopt, lp,… in conflictAnalyzeDualProof()
7785 …SCIP_CALL( SCIPnodeCutoff(tree->path[0], set, stat, tree, transprob, origprob, reopt, lp, blkmem) … in conflictAnalyzeDualProof()
H A Dtree.c1179 SCIP_RETCODE SCIPnodeCutoff( in SCIPnodeCutoff() function
1450 SCIP_CALL( SCIPnodeCutoff(node, set, stat, tree, transprob, origprob, reopt, lp, blkmem) ); in nodeRepropagate()
1506 SCIP_CALL( SCIPnodeCutoff(node, set, stat, tree, transprob, origprob, reopt, lp, blkmem) ); in nodeActivate()
1965 …SCIP_CALL( SCIPnodeCutoff(tree->path[conflictingdepth], set, stat, tree, transprob, origprob, reop… in SCIPnodeAddBoundinfer()
2297 …SCIP_CALL( SCIPnodeCutoff(tree->pendingbdchgs[i].node, set, stat, tree, transprob, origprob, reopt… in treeApplyPendingBdchgs()
3187 …SCIP_CALL( SCIPnodeCutoff(tree->path[tree->pathlen-1], set, stat, tree, transprob, origprob, reopt… in treeSwitchPath()
4751 …SCIP_CALL( SCIPnodeCutoff(tree->path[d], set, stat, tree, transprob, origprob, reopt, lp, blkmem) … in SCIPnodeFocus()
H A Dscip_prob.c3770 …SCIP_CALL( SCIPnodeCutoff(node, scip->set, scip->stat, scip->tree, scip->transprob, scip->origprob… in SCIPupdateNodeLowerbound()