branch_multinode.h File Reference
Detailed Description
multinode branching rule
Definition in file branch_multinode.h.
#include "scip/scip.h"
Go to the source code of this file.
Functions | |
SCIP_RETCODE | SCIPincludeBranchruleMultinode (SCIP *scip) |
Function Documentation
◆ SCIPincludeBranchruleMultinode()
SCIP_RETCODE SCIPincludeBranchruleMultinode | ( | SCIP * | scip | ) |
creates the multinode branching rule and includes it in SCIP
creates the mutlinode branching rule and includes it in SCIP
- Parameters
-
scip SCIP data structure
Definition at line 261 of file branch_multinode.c.
References BRANCHRULE_DESC, BRANCHRULE_MAXBOUNDDIST, BRANCHRULE_MAXDEPTH, BRANCHRULE_NAME, BRANCHRULE_PRIORITY, NULL, SCIP_CALL, SCIP_OKAY, SCIPincludeBranchruleBasic(), and SCIPsetBranchruleExecLp().
Referenced by SCIPincludeCycPlugins().