Scippy

GCG

Branch-and-Price & Column Generation for Everyone

branch_empty.h File Reference

Detailed Description

branching rule for original problem in GCG while real branching is in the master

Author
Marcel Schmickerath

Definition in file branch_empty.h.

#include "scip/scip.h"

Go to the source code of this file.

Functions

SCIP_RETCODE SCIPincludeBranchruleEmpty (SCIP *scip)
 

Function Documentation

◆ SCIPincludeBranchruleEmpty()

SCIP_RETCODE SCIPincludeBranchruleEmpty ( SCIP *  scip)

creates the empty LP branching rule and includes it in SCIP

creates the empty branching rule and includes it in SCIP

Definition at line 364 of file branch_empty.c.

References branchExitEmpty, branchExitsolEmpty, branchFreeEmpty, branchInitEmpty, branchInitsolEmpty, BRANCHRULE_DESC, BRANCHRULE_MAXBOUNDDIST, BRANCHRULE_MAXDEPTH, BRANCHRULE_NAME, and BRANCHRULE_PRIORITY.

Referenced by SCIPincludeGcgPlugins().