Home
last modified time | relevance | path

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

/dports/math/SCIP/scip-7.0.3/src/scip/
H A Dsepastore.c596 …SCIP_CALL( SCIPnodeAddBoundchg(SCIPtreeGetRootNode(tree), blkmem, set, stat, transprob, origprob, … in sepastoreApplyLb()
602 …SCIP_CALL( SCIPnodeCutoff(SCIPtreeGetRootNode(tree), set, stat, tree, transprob, origprob, reopt, … in sepastoreApplyLb()
687 …SCIP_CALL( SCIPnodeAddBoundchg(SCIPtreeGetRootNode(tree), blkmem, set, stat, transprob, origprob, … in sepastoreApplyUb()
693 …SCIP_CALL( SCIPnodeCutoff(SCIPtreeGetRootNode(tree), set, stat, tree, transprob, origprob, reopt, … in sepastoreApplyUb()
H A Dtree.h862 SCIP_NODE* SCIPtreeGetRootNode(
902 #define SCIPtreeGetRootNode(tree) ((tree)->root) macro
H A Dscip_tree.c106 return SCIPtreeGetRootNode(scip->tree); in SCIPgetRootNode()
H A Dvar.c9267 … SCIP_CALL( SCIPnodeAddBoundchg(SCIPtreeGetRootNode(tree), blkmem, set, stat, transprob, origprob, in applyImplic()
9297 … SCIP_CALL( SCIPnodeAddBoundchg(SCIPtreeGetRootNode(tree), blkmem, set, stat, transprob, origprob, in applyImplic()
9452 … SCIP_CALL( SCIPnodeAddBoundchg(SCIPtreeGetRootNode(tree), blkmem, set, stat, transprob, origprob, in varAddImplic()
9457 … SCIP_CALL( SCIPnodeAddBoundchg(SCIPtreeGetRootNode(tree), blkmem, set, stat, transprob, origprob, in varAddImplic()
9873 … SCIP_CALL( SCIPnodeAddBoundchg(SCIPtreeGetRootNode(tree), blkmem, set, stat, transprob, origprob, in SCIPvarAddVlb()
9923 … SCIP_CALL( SCIPnodeAddBoundchg(SCIPtreeGetRootNode(tree), blkmem, set, stat, transprob, origprob, in SCIPvarAddVlb()
10138 … SCIP_CALL( SCIPnodeAddBoundchg(SCIPtreeGetRootNode(tree), blkmem, set, stat, transprob, origprob, in SCIPvarAddVlb()
10338 … SCIP_CALL( SCIPnodeAddBoundchg(SCIPtreeGetRootNode(tree), blkmem, set, stat, transprob, origprob, in SCIPvarAddVub()
10594 … SCIP_CALL( SCIPnodeAddBoundchg(SCIPtreeGetRootNode(tree), blkmem, set, stat, transprob, origprob, in SCIPvarAddVub()
10992 … SCIP_CALL( SCIPnodeAddBoundchg(SCIPtreeGetRootNode(tree), blkmem, set, stat, transprob, origprob, in SCIPvarFixBinary()
[all …]
H A Dscip_solve.c1655 …SCIPnodeUpdateLowerbound(SCIPtreeGetRootNode(scip->tree), scip->stat, scip->set, scip->tree, scip-… in initSolve()
H A Dtree.c7423 #undef SCIPtreeGetRootNode
8448 SCIP_NODE* SCIPtreeGetRootNode( in SCIPtreeGetRootNode() function
H A Dreopt.c7236 SCIPnodeSetReopttype(SCIPtreeGetRootNode(tree), SCIP_REOPTTYPE_TRANSIT); in SCIPreoptSplitRoot()