All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
branch_random.h File Reference Detailed Descriptionrandom variable branching rule The random branching rule randomly selects a candidate variable $j$ from the set of candidate variables. The random branching rule and many other branching rules of SCIP are explained and compared in
Definition in file branch_random.h. #include "scip/scip.h" Go to the source code of this file.
Function Documentation
creates the random branching rule and includes it in SCIP
Definition at line 311 of file branch_random.c. References BRANCHRULE_DESC, BRANCHRULE_MAXBOUNDDIST, BRANCHRULE_MAXDEPTH, BRANCHRULE_NAME, BRANCHRULE_PRIORITY, DEFAULT_INITSEED, FALSE, NULL, SCIP_CALL, SCIP_OKAY, SCIPaddIntParam(), SCIPallocMemory, SCIPincludeBranchruleBasic(), SCIPsetBranchruleCopy(), SCIPsetBranchruleExecExt(), SCIPsetBranchruleExecLp(), SCIPsetBranchruleExecPs(), SCIPsetBranchruleFree(), and SCIPsetBranchruleInit(). Referenced by SCIP_DECL_BRANCHCOPY(), and SCIPincludeDefaultPlugins(). |