Home
last modified time | relevance | path

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

/dports/math/SCIP/scip-7.0.3/src/scip/
H A Dscip_tree.h217 SCIP_RETCODE SCIPgetSiblings(
H A Dscip_tree.c196 SCIP_RETCODE SCIPgetSiblings( in SCIPgetSiblings() function
H A Devent_solvingphase.c565 retcode = SCIPgetSiblings(scip, &nodes, &nnodes); in checkLeavesBelowIncumbent()
H A Dscip_solve.c2733 SCIP_CALL( SCIPgetSiblings(scip, &siblings, &nsiblings) ); in SCIPsolve()
/dports/math/SCIP/scip-7.0.3/examples/Eventhdlr/src/
H A Devent_boundwriting.c306 SCIP_CALL( SCIPgetSiblings(scip, &opennodes, &nopennodes) ); in writeBounds()