branch_ryanfoster.h File Reference
Detailed Description
Ryan/Foster branching rule.
This file implements the Ryan/Foster branching rule. For more details see Ryan/Foster branching page
Definition in file branch_ryanfoster.h.
#include "scip/scip.h"
Go to the source code of this file.
Functions | |
SCIP_RETCODE | SCIPincludeBranchruleRyanFoster (SCIP *scip) |
Function Documentation
◆ SCIPincludeBranchruleRyanFoster()
SCIP_RETCODE SCIPincludeBranchruleRyanFoster | ( | SCIP * | scip | ) |
creates the ryanfoster branching rule and includes it in SCIP
creates the ryan foster branching rule and includes it in SCIP
- Parameters
-
scip SCIP data structure
Definition at line 262 of file branch_ryanfoster.c.
References BRANCHRULE_DESC, BRANCHRULE_MAXBOUNDDIST, BRANCHRULE_MAXDEPTH, BRANCHRULE_NAME, BRANCHRULE_PRIORITY, NULL, SCIP_CALL, SCIP_OKAY, SCIPincludeBranchruleBasic(), and SCIPsetBranchruleExecLp().
Referenced by runShell().