Scippy

GCG

Branch-and-Price & Column Generation for Everyone

GCG_LinkingVarData Struct Reference

Detailed Description

additional data for linking variables

Definition at line 54 of file struct_vardata.h.

#include <struct_vardata.h>

Data Fields

SCIP_VAR ** pricingvars
 
SCIP_CONS ** linkconss
 
int nblocks
 

Field Documentation

◆ pricingvars

SCIP_VAR** GCG_LinkingVarData::pricingvars

array of corresponding variables in the pricing programs (NULL if variable is not linking this block)

Definition at line 56 of file struct_vardata.h.

◆ linkconss

SCIP_CONS** GCG_LinkingVarData::linkconss

array of constraints in the master problem that ensure that all copies have the same values

Definition at line 57 of file struct_vardata.h.

◆ nblocks

int GCG_LinkingVarData::nblocks

number of blocks that this variable is linking

Definition at line 58 of file struct_vardata.h.