Scippy

GCG

Branch-and-Price & Column Generation for Everyone

Benders' Decomposition

Detailed Description

This page contains a description of all methods and files provided by the Benders' decomposition.

Functions

SCIP_EXPORT SCIP_SOL * SCIPbendersGetRelaxSol (SCIP_BENDERS *benders)
 
SCIP_EXPORT SCIP * GCGbendersGetOrigprob (SCIP *masterprob)
 

Files

file  benders_gcg.h
 GCG Benders' decomposition.
 

Function Documentation

◆ SCIPbendersGetRelaxSol()

SCIP_EXPORT SCIP_SOL* SCIPbendersGetRelaxSol ( SCIP_BENDERS *  benders)

returns the last relaxation solution

Definition at line 753 of file benders_gcg.c.

References BENDERS_NAME.

Referenced by GCGgetBendersRelaxationSol().

◆ GCGbendersGetOrigprob()

SCIP_EXPORT SCIP* GCGbendersGetOrigprob ( SCIP *  masterprob)

returns the original problem for the given master problem

Definition at line 768 of file benders_gcg.c.

References BENDERS_NAME.

Referenced by GCGgetOriginalprob().