All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
branch_mostinf.h File Reference Detailed Descriptionmost infeasible LP branching rule The most infeasible branching rule selects a candidate variable $j$ with fractional solution value which maximizes
i. e., a variable which still is farthest from taking an integer value among all branching candidates. The most infeasible branching rule and many other branching rules of SCIP are explained and compared in
Definition in file branch_mostinf.h. #include "scip/scip.h" Go to the source code of this file.
Function Documentation
creates the most infeasible LP branching rule and includes it in SCIP
Definition at line 356 of file branch_mostinf.c. References BRANCHRULE_DESC, BRANCHRULE_MAXBOUNDDIST, BRANCHRULE_MAXDEPTH, BRANCHRULE_NAME, BRANCHRULE_PRIORITY, NULL, SCIP_CALL, SCIP_OKAY, SCIPincludeBranchruleBasic(), SCIPsetBranchruleCopy(), SCIPsetBranchruleExecExt(), and SCIPsetBranchruleExecLp(). Referenced by SCIP_DECL_BRANCHCOPY(), and SCIPincludeDefaultPlugins(). |