Home
last modified time | relevance | path

Searched refs:SCIPsetBranchruleExecPs (Results 1 – 9 of 9) sorted by relevance

/dports/math/SCIP/scip-7.0.3/src/scip/
H A Dbranch_xyz.c242 SCIP_CALL( SCIPsetBranchruleExecPs(scip, branchrule, branchExecpsXyz) ); in SCIPincludeBranchruleXyz()
H A Dscip_branch.h168 SCIP_RETCODE SCIPsetBranchruleExecPs(
H A Dbranch_nodereopt.c355 SCIP_CALL(SCIPsetBranchruleExecPs(scip, branchrule, branchExecpsNodereopt)); in SCIPincludeBranchruleNodereopt()
H A Dbranch_random.c367 SCIP_CALL( SCIPsetBranchruleExecPs(scip, branchrule, branchExecpsRandom) ); in SCIPincludeBranchruleRandom()
H A Dbranch_allfullstrong.c602 SCIP_CALL( SCIPsetBranchruleExecPs(scip, branchrule, branchExecpsAllfullstrong) ); in SCIPincludeBranchruleAllfullstrong()
H A Dbranch_inference.c684 SCIP_CALL( SCIPsetBranchruleExecPs(scip, branchrule, branchExecpsInference) ); in SCIPincludeBranchruleInference()
H A Dscip_branch.c272 SCIP_RETCODE SCIPsetBranchruleExecPs( in SCIPsetBranchruleExecPs() function
/dports/math/SCIP/scip-7.0.3/applications/Coloring/src/
H A Dbranch_coloring.c358 SCIP_CALL( SCIPsetBranchruleExecPs(scip, branchrule, branchExecpsColoring) ); in SCIPincludeBranchruleColoring()
/dports/math/SCIP/scip-7.0.3/applications/STP/src/
H A Dbranch_stp.c770 SCIP_CALL( SCIPsetBranchruleExecPs(scip, branchrule, branchExecpsStp) ); in SCIPincludeBranchruleStp()