Scippy

GCG

Branch-and-Price & Column Generation for Everyone

bendersplugins.c File Reference

Detailed Description

SCIP plugins for the master problem running in Benders' decomposition mode.

Author
Stephen J. Maher

Definition in file bendersplugins.c.

#include "bendersplugins.h"
#include "scip/scipdefplugins.h"
#include "scip/debug.h"
#include "dialog_master.h"
#include "disp_master.h"

Go to the source code of this file.

Functions

SCIP_RETCODE GCGincludeBendersPlugins (SCIP *scip)
 

Function Documentation

◆ GCGincludeBendersPlugins()

SCIP_RETCODE GCGincludeBendersPlugins ( SCIP *  scip)

includes default GCG Benders' decomposition plugins

Parameters
scipSCIP data structure

Definition at line 44 of file bendersplugins.c.

References SCIPincludeDialogMaster(), and SCIPincludeDispMaster().

Referenced by SCIPincludeRelaxGcg().