Scippy

GCG

Branch-and-Price & Column Generation for Everyone

Detailed Description

GCG Benders' decomposition.

Author
Stephen J. Maher

Definition in file benders_gcg.h.

#include "scip/scip.h"
#include "scip/bendersdefcuts.h"

Go to the source code of this file.

Functions

SCIP_EXPORT SCIP_RETCODE SCIPincludeBendersGcg (SCIP *scip, SCIP *origprob)
 
SCIP_EXPORT SCIP_SOL * SCIPbendersGetRelaxSol (SCIP_BENDERS *benders)
 
SCIP_EXPORT SCIP * GCGbendersGetOrigprob (SCIP *masterprob)
 

Function Documentation

◆ SCIPincludeBendersGcg()

SCIP_EXPORT SCIP_RETCODE SCIPincludeBendersGcg ( SCIP *  scip,
SCIP *  origprob 
)

creates the GCG Benders' decomposition and includes it in SCIP

creates the gcg Benders' decomposition and includes it in SCIP

Definition at line 719 of file benders_gcg.c.

References BENDERS_CUTLP, BENDERS_CUTPSEUDO, BENDERS_CUTRELAX, BENDERS_DESC, BENDERS_NAME, BENDERS_PRIORITY, and BENDERS_SHAREAUXVARS.

Referenced by SCIPincludeRelaxGcg().