Scippy

SCIP

Solving Constraint Integer Programs

branch_nodereopt.h File Reference

Detailed Description

nodereopt branching rule

Author
Jakob Witzig

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.

Functions

SCIP_RETCODE SCIPincludeBranchruleNodereopt (SCIP *scip)
 

Function Documentation

SCIP_RETCODE SCIPincludeBranchruleNodereopt ( SCIP scip)

creates the nodereopt branching rule and includes it in SCIP

Parameters
scipSCIP data structure

Definition at line 325 of file branch_nodereopt.c.

References BRANCHRULE_DESC, BRANCHRULE_MAXBOUNDDIST, BRANCHRULE_MAXDEPTH, BRANCHRULE_NAME, BRANCHRULE_PRIORITY, NULL, SCIP_CALL, SCIP_OKAY, SCIPincludeBranchruleBasic(), SCIPsetBranchruleExecExt(), SCIPsetBranchruleExecLp(), and SCIPsetBranchruleExecPs().

Referenced by SCIPincludeDefaultPlugins().