Scippy

GCG

Branch-and-Price & Column Generation for Everyone

SCIP_BendersData Struct Reference

Detailed Description

Benders' decomposition data

Definition at line 54 of file benders_gcg.c.

Data Fields

SCIP * origprob
 
SCIP_SOL * relaxsol
 

Field Documentation

◆ origprob

SCIP* SCIP_BendersData::origprob

the SCIP instance of the original problem

Definition at line 56 of file benders_gcg.c.

◆ relaxsol

SCIP_SOL* SCIP_BendersData::relaxsol

the solution to the original problem related to the relaxation

Definition at line 57 of file benders_gcg.c.