Home
last modified time | relevance | path

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

/dports/math/SCIP/scip-7.0.3/src/scip/
H A Dtree.h63 SCIP_RETCODE SCIPnodeCreateChild(
H A Dtree.c984 SCIP_RETCODE SCIPnodeCreateChild( in SCIPnodeCreateChild() function
4982 …SCIP_CALL( SCIPnodeCreateChild(&tree->root, blkmem, set, stat, tree, 0.0, -SCIPsetInfinity(set)) ); in SCIPtreeCreateRoot()
5698 SCIP_CALL( SCIPnodeCreateChild(&node, blkmem, set, stat, tree, priority, estimate) ); in SCIPtreeBranchVar()
5715 SCIP_CALL( SCIPnodeCreateChild(&node, blkmem, set, stat, tree, priority, estimate) ); in SCIPtreeBranchVar()
5743 SCIP_CALL( SCIPnodeCreateChild(&node, blkmem, set, stat, tree, priority, estimate) ); in SCIPtreeBranchVar()
5850 SCIP_CALL( SCIPnodeCreateChild(&node, blkmem, set, stat, tree, priority, estimate) ); in SCIPtreeBranchVarHole()
5870 SCIP_CALL( SCIPnodeCreateChild(&node, blkmem, set, stat, tree, priority, estimate) ); in SCIPtreeBranchVarHole()
6111 SCIP_CALL( SCIPnodeCreateChild(&node, blkmem, set, stat, tree, priority, estimate) ); in SCIPtreeBranchVarNary()
6190 SCIP_CALL( SCIPnodeCreateChild(&node, blkmem, set, stat, tree, priority, estimate) ); in SCIPtreeBranchVarNary()
6241 SCIP_CALL( SCIPnodeCreateChild(&node, blkmem, set, stat, tree, priority, estimate) ); in SCIPtreeBranchVarNary()
H A Dscip_branch.c1019 …SCIP_CALL( SCIPnodeCreateChild(node, scip->mem->probmem, scip->set, scip->stat, scip->tree, nodese… in SCIPcreateChild()
H A Dreopt.c7425 … SCIP_CALL( SCIPnodeCreateChild(&childnodes[c], blkmem, set, stat, tree, 1.0, estimate) ); in SCIPreoptApply()
7558 … SCIP_CALL( SCIPnodeCreateChild(&childnodes[c], blkmem, set, stat, tree, 1.0, estimate) ); in SCIPreoptApply()
7621 SCIP_CALL( SCIPnodeCreateChild(&childnodes[0], blkmem, set, stat, tree, 1.0, estimate) ); in SCIPreoptApply()
H A Dsolve.c3834 SCIP_CALL( SCIPnodeCreateChild(&node, blkmem, set, stat, tree, 1.0, focusnode->estimate) ); in propAndSolve()
4539 … SCIP_CALL( SCIPnodeCreateChild(&node, blkmem, set, stat, tree, 1.0, focusnode->estimate) ); in solveNode()