branch_nodereopt.h File Reference Detailed Descriptionnodereopt branching rule Definition in file branch_nodereopt.h. #include "scip/scip.h" #include "scip/type_branch.h" #include "scip/type_reopt.h" #include "scip/type_tree.h" Go to the source code of this file.
Function Documentation
creates the nodereopt branching rule and includes it in SCIP
Definition at line 337 of file branch_nodereopt.c. References BRANCHRULE_DESC, BRANCHRULE_MAXBOUNDDIST, BRANCHRULE_MAXDEPTH, BRANCHRULE_NAME, BRANCHRULE_PRIORITY, NULL, SCIP_CALL, SCIP_OKAY, SCIPincludeBranchruleBasic(), SCIPsetBranchruleCopy(), SCIPsetBranchruleExecExt(), SCIPsetBranchruleExecLp(), and SCIPsetBranchruleExecPs(). Referenced by SCIP_DECL_BRANCHCOPY(), and SCIPincludeDefaultPlugins(). |