Home
last modified time | relevance | path

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

/dports/math/SCIP/scip-7.0.3/src/scip/
H A Dscip_tree.h190 SCIP_RETCODE SCIPgetChildren(
H A Devent_solvingphase.c555 retcode = SCIPgetChildren(scip, &nodes, &nnodes); in checkLeavesBelowIncumbent()
1152 SCIP_CALL( SCIPgetChildren(scip, &children, &nchildren) ); in updateDataStructures()
H A Dscip_tree.c154 SCIP_RETCODE SCIPgetChildren( in SCIPgetChildren() function
H A Devent_estim.c1232 SCIP_CALL( SCIPgetChildren(scip, &children, &nchildren) ); in subtreeSumGapInsertChildren()
H A Dscip_solve.c2730 SCIP_CALL( SCIPgetChildren(scip, &children, &nchildren) ); in SCIPsolve()
H A Dcons_setppc.c7818 SCIP_CALL( SCIPgetChildren(scip, NULL, &nchildren) ); in branchPseudo()
/dports/math/SCIP/scip-7.0.3/examples/Eventhdlr/src/
H A Devent_boundwriting.c303 SCIP_CALL( SCIPgetChildren(scip, &opennodes, &nopennodes) ); in writeBounds()