Scippy

GCG

Branch-and-Price & Column Generation for Everyone

Detailed Description

score data structure

Definition at line 58 of file pub_decomp.h.

#include <pub_decomp.h>

Data Fields

SCIP_Real borderscore
 
SCIP_Real densityscore
 
SCIP_Real linkingscore
 
SCIP_Real totalscore
 
SCIP_Real maxwhitescore
 

Field Documentation

◆ borderscore

SCIP_Real Dec_Scores::borderscore

score of the border

Definition at line 60 of file pub_decomp.h.

Referenced by DECevaluateDecomposition(), and GCGprintDecompStatistics().

◆ densityscore

SCIP_Real Dec_Scores::densityscore

score of block densities

Definition at line 61 of file pub_decomp.h.

Referenced by DECevaluateDecomposition(), and GCGprintDecompStatistics().

◆ linkingscore

SCIP_Real Dec_Scores::linkingscore

score related to interlinking blocks

Definition at line 62 of file pub_decomp.h.

Referenced by DECevaluateDecomposition(), and GCGprintDecompStatistics().

◆ totalscore

SCIP_Real Dec_Scores::totalscore

accumulated score

Definition at line 63 of file pub_decomp.h.

Referenced by DECevaluateDecomposition().

◆ maxwhitescore

SCIP_Real Dec_Scores::maxwhitescore

score related to max white measure (i.e. fraction of white (nonblock and nonborder) matrix area )

Definition at line 64 of file pub_decomp.h.