Scippy

GCG

Branch-and-Price & Column Generation for Everyone

params_visu.c File Reference

Detailed Description

parameter settings for visualization readers

Author
Hanna Franzen
Michael Bastubbe

Definition in file params_visu.c.

#include "params_visu.h"
#include "type_decomp.h"
#include "cons_decomp.h"
#include "relax_gcg.h"
#include "scip/scip.h"
#include <limits.h>
#include <string.h>

Go to the source code of this file.

Data Structures

struct  GCG_ParamData
 

Macros

#define PARAM_NAME   "paramsvisu"
 
#define PARAM_DESC   "parameters for visualization"
 
#define COLOR_WHITE   "#FFFFFF"
 
#define COLOR_BLUE1   "#ACBCE9"
 
#define COLOR_BLUE2   "#718CDB"
 
#define COLOR_BLUE3   "#3C64DD"
 
#define COLOR_BLUE4   "#1340C7"
 
#define COLOR_BLUE5   "#1F377D"
 
#define COLOR_ORANGE1   "#FFD88F"
 
#define COLOR_ORANGE2   "#FFCB69"
 
#define COLOR_ORANGE3   "#FFB72D"
 
#define COLOR_BROWN1   "#B38208"
 
#define COLOR_BROWN2   "#886100"
 
#define COLOR_BROWN3   "#443000"
 
#define COLOR_BLACK   "#000000"
 
#define DEFAULT_COLOR_MASTERVARS   COLOR_BLUE4
 
#define DEFAULT_COLOR_MASTERCONSS   COLOR_BLUE4
 
#define DEFAULT_COLOR_LINKING   COLOR_ORANGE3
 
#define DEFAULT_COLOR_STAIRLINKING   COLOR_BROWN2
 
#define DEFAULT_COLOR_BLOCK   COLOR_BLUE2
 
#define DEFAULT_COLOR_OPEN   COLOR_ORANGE1
 
#define DEFAULT_COLOR_NONZERO   COLOR_BLACK
 
#define DEFAULT_COLOR_LINE   COLOR_BLACK
 
#define GREY_COLOR_MASTERVARS   "#323232"
 
#define GREY_COLOR_MASTERCONS   "#666666"
 
#define GREY_COLOR_LINKING   "#4C4C4C"
 
#define GREY_COLOR_STAIRLINKING   "#191919"
 
#define GREY_COLOR_BLOCK   "#d3d3d3"
 
#define GREY_COLOR_OPEN   "#7F7F7F"
 
#define GREY_COLOR_NONZERO   COLOR_BLACK
 
#define GREY_COLOR_LINE   COLOR_BLACK
 
#define DEFAULT_VISU_DRAFTMODE   FALSE
 
#define DEFAULT_VISU_COLORSCHEME   COLORSCHEME_DEFAULT
 
#define DEFAULT_VISU_RADIUS   2
 
#define DEFAULT_VISU_USEGP   FALSE
 
#define DEFAULT_PDFREADER   "evince"
 
#define DEFAULT_REPORT_MAXNDECOMPS   20
 
#define DEFAULT_REPORT_SHOWTYPE   0
 
#define DEFAULT_REPORT_SHOWTITLEPAGE   TRUE
 
#define DEFAULT_REPORT_SHOWTOC   TRUE
 
#define DEFAULT_REPORT_SHOWSTATISTICS   TRUE
 
#define paramInitVisu   NULL
 

Functions

SCIP_Bool SCIPvisuGetDraftmode (SCIP *scip)
 
void SCIPvisuSetDraftmode (SCIP *scip, SCIP_Bool setmode)
 
VISU_COLORSCHEME SCIPvisuGetColorscheme (SCIP *scip)
 
void SCIPvisuSetColorscheme (SCIP *scip, VISU_COLORSCHEME newscheme)
 
const char * SCIPvisuGetColorMasterconss (SCIP *scip)
 
const char * SCIPvisuGetColorMastervars (SCIP *scip)
 
const char * SCIPvisuGetColorLinking (SCIP *scip)
 
const char * SCIPvisuGetColorStairlinking (SCIP *scip)
 
const char * SCIPvisuGetColorBlock (SCIP *scip)
 
const char * SCIPvisuGetColorOpen (SCIP *scip)
 
const char * SCIPvisuGetColorNonzero (SCIP *scip)
 
const char * SCIPvisuGetColorLine (SCIP *scip)
 
void SCIPvisuSetColorManMasterconss (SCIP *scip, const char *newcolor)
 
void SCIPvisuSetColorManMastervars (SCIP *scip, const char *newcolor)
 
void SCIPvisuSetColorManLinking (SCIP *scip, const char *newcolor)
 
void SCIPvisuSetColorManStairlinking (SCIP *scip, const char *newcolor)
 
void SCIPvisuSetColorManBlock (SCIP *scip, const char *newcolor)
 
void SCIPvisuSetColorManOpen (SCIP *scip, const char *newcolor)
 
void SCIPvisuSetColorManNonzero (SCIP *scip, const char *newcolor)
 
void SCIPvisuSetColorManLine (SCIP *scip, const char *newcolor)
 
float SCIPvisuGetNonzeroRadius (SCIP *scip, int maxindx, int maxindy, float scalingfactor)
 
SCIP_Bool GCGgetUseGp (SCIP *scip)
 
const char * GCGVisuGetPdfReader (SCIP *scip)
 
int GCGreportGetMaxNDecomps (SCIP *scip)
 
SCIP_Bool GCGreportGetShowTitlepage (SCIP *scip)
 
SCIP_Bool GCGreportGetShowToc (SCIP *scip)
 
SCIP_Bool GCGreportGetShowStatistics (SCIP *scip)
 
void GCGVisuFreeParams (SCIP *scip, GCG_PARAMDATA *paramdata)
 
SCIP_RETCODE SCIPcreateParamsVisu (SCIP *scip, GCG_PARAMDATA **paramdata)
 

Macro Definition Documentation

◆ PARAM_NAME

#define PARAM_NAME   "paramsvisu"

Definition at line 47 of file params_visu.c.

◆ PARAM_DESC

#define PARAM_DESC   "parameters for visualization"

Definition at line 48 of file params_visu.c.

◆ COLOR_WHITE

#define COLOR_WHITE   "#FFFFFF"

standard white

Definition at line 51 of file params_visu.c.

◆ COLOR_BLUE1

#define COLOR_BLUE1   "#ACBCE9"

very light blue

Definition at line 52 of file params_visu.c.

◆ COLOR_BLUE2

#define COLOR_BLUE2   "#718CDB"

light blue

Definition at line 53 of file params_visu.c.

◆ COLOR_BLUE3

#define COLOR_BLUE3   "#3C64DD"

middle blue

Definition at line 54 of file params_visu.c.

◆ COLOR_BLUE4

#define COLOR_BLUE4   "#1340C7"

dark blue

Definition at line 55 of file params_visu.c.

◆ COLOR_BLUE5

#define COLOR_BLUE5   "#1F377D"

very dark blue

Definition at line 56 of file params_visu.c.

◆ COLOR_ORANGE1

#define COLOR_ORANGE1   "#FFD88F"

very light orange

Definition at line 57 of file params_visu.c.

◆ COLOR_ORANGE2

#define COLOR_ORANGE2   "#FFCB69"

light orange

Definition at line 58 of file params_visu.c.

◆ COLOR_ORANGE3

#define COLOR_ORANGE3   "#FFB72D"

orange

Definition at line 59 of file params_visu.c.

◆ COLOR_BROWN1

#define COLOR_BROWN1   "#B38208"

light brown

Definition at line 60 of file params_visu.c.

◆ COLOR_BROWN2

#define COLOR_BROWN2   "#886100"

brown

Definition at line 61 of file params_visu.c.

◆ COLOR_BROWN3

#define COLOR_BROWN3   "#443000"

dark brown

Definition at line 62 of file params_visu.c.

◆ COLOR_BLACK

#define COLOR_BLACK   "#000000"

standard black

Definition at line 63 of file params_visu.c.

◆ DEFAULT_COLOR_MASTERVARS

#define DEFAULT_COLOR_MASTERVARS   COLOR_BLUE4

for mastervars (in block area)

Definition at line 66 of file params_visu.c.

◆ DEFAULT_COLOR_MASTERCONSS

#define DEFAULT_COLOR_MASTERCONSS   COLOR_BLUE4

for masterconss

Definition at line 67 of file params_visu.c.

◆ DEFAULT_COLOR_LINKING

#define DEFAULT_COLOR_LINKING   COLOR_ORANGE3

for linking areas

Definition at line 68 of file params_visu.c.

◆ DEFAULT_COLOR_STAIRLINKING

#define DEFAULT_COLOR_STAIRLINKING   COLOR_BROWN2

for stairlinking areas

Definition at line 69 of file params_visu.c.

◆ DEFAULT_COLOR_BLOCK

#define DEFAULT_COLOR_BLOCK   COLOR_BLUE2

for finished blocks

Definition at line 70 of file params_visu.c.

◆ DEFAULT_COLOR_OPEN

#define DEFAULT_COLOR_OPEN   COLOR_ORANGE1

for open (not assigned) elements

Definition at line 71 of file params_visu.c.

◆ DEFAULT_COLOR_NONZERO

#define DEFAULT_COLOR_NONZERO   COLOR_BLACK

for nonzero dots

Definition at line 72 of file params_visu.c.

◆ DEFAULT_COLOR_LINE

#define DEFAULT_COLOR_LINE   COLOR_BLACK

for outlines of blocks

Definition at line 73 of file params_visu.c.

◆ GREY_COLOR_MASTERVARS

#define GREY_COLOR_MASTERVARS   "#323232"

for mastervars (in block area)

Definition at line 76 of file params_visu.c.

◆ GREY_COLOR_MASTERCONS

#define GREY_COLOR_MASTERCONS   "#666666"

for masterconss

Definition at line 77 of file params_visu.c.

◆ GREY_COLOR_LINKING

#define GREY_COLOR_LINKING   "#4C4C4C"

for linking areas

Definition at line 78 of file params_visu.c.

◆ GREY_COLOR_STAIRLINKING

#define GREY_COLOR_STAIRLINKING   "#191919"

for stairlinking areas

Definition at line 79 of file params_visu.c.

◆ GREY_COLOR_BLOCK

#define GREY_COLOR_BLOCK   "#d3d3d3"

for finished blocks

Definition at line 80 of file params_visu.c.

◆ GREY_COLOR_OPEN

#define GREY_COLOR_OPEN   "#7F7F7F"

for open (not assigned) elements

Definition at line 81 of file params_visu.c.

◆ GREY_COLOR_NONZERO

#define GREY_COLOR_NONZERO   COLOR_BLACK

for nonzero dots

Definition at line 82 of file params_visu.c.

◆ GREY_COLOR_LINE

#define GREY_COLOR_LINE   COLOR_BLACK

for outlines of blocks

Definition at line 83 of file params_visu.c.

◆ DEFAULT_VISU_DRAFTMODE

#define DEFAULT_VISU_DRAFTMODE   FALSE

if true no nonzeros are shown in visualizations

Definition at line 86 of file params_visu.c.

◆ DEFAULT_VISU_COLORSCHEME

#define DEFAULT_VISU_COLORSCHEME   COLORSCHEME_DEFAULT

is of type VISU_COLORSCHEME

Definition at line 87 of file params_visu.c.

◆ DEFAULT_VISU_RADIUS

#define DEFAULT_VISU_RADIUS   2

possible scale: 1-10

Definition at line 88 of file params_visu.c.

◆ DEFAULT_VISU_USEGP

#define DEFAULT_VISU_USEGP   FALSE

if true gnuplot is used for visualizations, otherwise LaTeX/Tikz

Definition at line 89 of file params_visu.c.

◆ DEFAULT_PDFREADER

#define DEFAULT_PDFREADER   "evince"

< name of pdf reader, must be callable by system

Definition at line 101 of file params_visu.c.

◆ DEFAULT_REPORT_MAXNDECOMPS

#define DEFAULT_REPORT_MAXNDECOMPS   20

maximum number of decomps to be shown in report

Definition at line 105 of file params_visu.c.

◆ DEFAULT_REPORT_SHOWTYPE

#define DEFAULT_REPORT_SHOWTYPE   0

what type of decomps to show (DEC_DECTYPE, but 0 corresponds to 'show all')

Definition at line 106 of file params_visu.c.

◆ DEFAULT_REPORT_SHOWTITLEPAGE

#define DEFAULT_REPORT_SHOWTITLEPAGE   TRUE

if true a titlepage is included

Definition at line 108 of file params_visu.c.

◆ DEFAULT_REPORT_SHOWTOC

#define DEFAULT_REPORT_SHOWTOC   TRUE

if true a table of contents is included

Definition at line 109 of file params_visu.c.

◆ DEFAULT_REPORT_SHOWSTATISTICS

#define DEFAULT_REPORT_SHOWSTATISTICS   TRUE

if true statistics are included for each decomp

Definition at line 110 of file params_visu.c.

◆ paramInitVisu

#define paramInitVisu   NULL

Definition at line 692 of file params_visu.c.

Function Documentation

◆ SCIPvisuGetDraftmode()

SCIP_Bool SCIPvisuGetDraftmode ( SCIP *  scip)

gets whether draftmode is on draftmode lets visualizations omit nonzeros

Returns
true if draftmode is on
Parameters
scipSCIP data structure

Definition at line 155 of file params_visu.c.

References GCGgetParamsVisu(), and GCG_ParamData::visudraftmode.

Referenced by writeGpPartialdec(), and writeTexPartialdec().

◆ SCIPvisuSetDraftmode()

void SCIPvisuSetDraftmode ( SCIP *  scip,
SCIP_Bool  setmode 
)

sets draftmode draftmode lets visualizations omit nonzeros

Returns
nothing
Parameters
scipSCIP data structure
setmodetrue iff draftmode should be on

Definition at line 172 of file params_visu.c.

References GCGgetParamsVisu(), and GCG_ParamData::visudraftmode.

◆ SCIPvisuGetColorscheme()

VISU_COLORSCHEME SCIPvisuGetColorscheme ( SCIP *  scip)

gets the colorscheme for visualizations

Returns
current colorscheme
Parameters
scipSCIP data structure

Definition at line 187 of file params_visu.c.

References GCGgetParamsVisu(), and GCG_ParamData::visucolorscheme.

Referenced by SCIPvisuGetColorBlock(), SCIPvisuGetColorLine(), SCIPvisuGetColorLinking(), SCIPvisuGetColorMasterconss(), SCIPvisuGetColorMastervars(), SCIPvisuGetColorNonzero(), SCIPvisuGetColorOpen(), and SCIPvisuGetColorStairlinking().

◆ SCIPvisuSetColorscheme()

void SCIPvisuSetColorscheme ( SCIP *  scip,
VISU_COLORSCHEME  newscheme 
)

sets colorscheme for visualizations

Returns
nothing
Parameters
scipSCIP data structure
newschemenew colorscheme

Definition at line 203 of file params_visu.c.

References GCGgetParamsVisu(), and GCG_ParamData::visucolorscheme.

◆ SCIPvisuGetColorMasterconss()

const char* SCIPvisuGetColorMasterconss ( SCIP *  scip)

gets color for mastercons block in current color scheme

Returns
mastercons color
Parameters
scipSCIP data structure

Definition at line 219 of file params_visu.c.

References COLORSCHEME_GREY, COLORSCHEME_MANUAL, DEFAULT_COLOR_MASTERCONSS, GCGgetParamsVisu(), GCG_ParamData::greycolormasterconss, GCG_ParamData::mancolormasterconss, and SCIPvisuGetColorscheme().

Referenced by writeGpPartialdec(), and writeTexHeader().

◆ SCIPvisuGetColorMastervars()

const char* SCIPvisuGetColorMastervars ( SCIP *  scip)

gets color for mastervar block in current color scheme

Returns
mastervar color
Parameters
scipSCIP data structure

Definition at line 246 of file params_visu.c.

References COLORSCHEME_GREY, COLORSCHEME_MANUAL, DEFAULT_COLOR_MASTERVARS, GCGgetParamsVisu(), GCG_ParamData::greycolormastervars, GCG_ParamData::mancolormastervars, and SCIPvisuGetColorscheme().

Referenced by writeTexHeader().

◆ SCIPvisuGetColorLinking()

const char* SCIPvisuGetColorLinking ( SCIP *  scip)

gets color for linking blocks in current color scheme

Returns
linking color
Parameters
scipSCIP data structure

Definition at line 273 of file params_visu.c.

References COLORSCHEME_GREY, COLORSCHEME_MANUAL, DEFAULT_COLOR_LINKING, GCGgetParamsVisu(), GCG_ParamData::greycolorlinking, GCG_ParamData::mancolorlinking, and SCIPvisuGetColorscheme().

Referenced by writeGpPartialdec(), and writeTexHeader().

◆ SCIPvisuGetColorStairlinking()

const char* SCIPvisuGetColorStairlinking ( SCIP *  scip)

gets color for stairlinking blocks in current color scheme

Returns
stairlinking color
Parameters
scipSCIP data structure

Definition at line 300 of file params_visu.c.

References COLORSCHEME_GREY, COLORSCHEME_MANUAL, DEFAULT_COLOR_STAIRLINKING, GCGgetParamsVisu(), GCG_ParamData::greycolorstairlinking, GCG_ParamData::mancolorstairlinking, and SCIPvisuGetColorscheme().

Referenced by writeGpPartialdec(), and writeTexHeader().

◆ SCIPvisuGetColorBlock()

const char* SCIPvisuGetColorBlock ( SCIP *  scip)

gets color for normal decomp blocks in current color scheme

Returns
block color
Parameters
scipSCIP data structure

Definition at line 327 of file params_visu.c.

References COLORSCHEME_GREY, COLORSCHEME_MANUAL, DEFAULT_COLOR_BLOCK, GCGgetParamsVisu(), GCG_ParamData::greycolorblock, GCG_ParamData::mancolorblock, and SCIPvisuGetColorscheme().

Referenced by writeGpPartialdec(), and writeTexHeader().

◆ SCIPvisuGetColorOpen()

const char* SCIPvisuGetColorOpen ( SCIP *  scip)

gets color for open blocks in current color scheme

Returns
open color
Parameters
scipSCIP data structure

Definition at line 354 of file params_visu.c.

References COLORSCHEME_GREY, COLORSCHEME_MANUAL, DEFAULT_COLOR_OPEN, GCGgetParamsVisu(), GCG_ParamData::greycoloropen, GCG_ParamData::mancoloropen, and SCIPvisuGetColorscheme().

Referenced by writeGpPartialdec(), and writeTexHeader().

◆ SCIPvisuGetColorNonzero()

const char* SCIPvisuGetColorNonzero ( SCIP *  scip)

gets color for non-zero points in current color scheme

Returns
non-zero color
Parameters
scipSCIP data structure

Definition at line 381 of file params_visu.c.

References COLORSCHEME_GREY, COLORSCHEME_MANUAL, DEFAULT_COLOR_NONZERO, GCGgetParamsVisu(), GCG_ParamData::greycolornonzero, GCG_ParamData::mancolornonzero, and SCIPvisuGetColorscheme().

Referenced by writeGpNonzeros(), and writeTexHeader().

◆ SCIPvisuGetColorLine()

const char* SCIPvisuGetColorLine ( SCIP *  scip)

gets color for lines in current color scheme

Returns
line color
Parameters
scipSCIP data structure

Definition at line 408 of file params_visu.c.

References COLORSCHEME_GREY, COLORSCHEME_MANUAL, DEFAULT_COLOR_LINE, GCGgetParamsVisu(), GCG_ParamData::greycolorline, GCG_ParamData::mancolorline, and SCIPvisuGetColorscheme().

Referenced by drawGpBox(), and writeTexHeader().

◆ SCIPvisuSetColorManMasterconss()

void SCIPvisuSetColorManMasterconss ( SCIP *  scip,
const char *  newcolor 
)

sets color for mastercons block in current color scheme

Returns
nothing

Definition at line 434 of file params_visu.c.

References GCGgetParamsVisu(), and GCG_ParamData::mancolormasterconss.

◆ SCIPvisuSetColorManMastervars()

void SCIPvisuSetColorManMastervars ( SCIP *  scip,
const char *  newcolor 
)

sets manual color for mastervar block in current color scheme

Returns
nothing

Definition at line 449 of file params_visu.c.

References GCGgetParamsVisu(), and GCG_ParamData::mancolormastervars.

◆ SCIPvisuSetColorManLinking()

void SCIPvisuSetColorManLinking ( SCIP *  scip,
const char *  newcolor 
)

sets manual color for linking blocks in current color scheme

Returns
nothing

Definition at line 464 of file params_visu.c.

References GCGgetParamsVisu(), and GCG_ParamData::mancolorlinking.

◆ SCIPvisuSetColorManStairlinking()

void SCIPvisuSetColorManStairlinking ( SCIP *  scip,
const char *  newcolor 
)

sets manual color for stairlinking blocks in current color scheme

Returns
nothing

Definition at line 479 of file params_visu.c.

References GCGgetParamsVisu(), and GCG_ParamData::mancolorstairlinking.

◆ SCIPvisuSetColorManBlock()

void SCIPvisuSetColorManBlock ( SCIP *  scip,
const char *  newcolor 
)

sets manual color for normal decomp blocks in current color scheme

Returns
nothing

Definition at line 494 of file params_visu.c.

References GCGgetParamsVisu(), and GCG_ParamData::mancolorblock.

◆ SCIPvisuSetColorManOpen()

void SCIPvisuSetColorManOpen ( SCIP *  scip,
const char *  newcolor 
)

sets manual color for open blocks in current color scheme

Returns
nothing

Definition at line 509 of file params_visu.c.

References GCGgetParamsVisu(), and GCG_ParamData::mancoloropen.

◆ SCIPvisuSetColorManNonzero()

void SCIPvisuSetColorManNonzero ( SCIP *  scip,
const char *  newcolor 
)

sets manual color for non-zero points in current color scheme

Returns
nothing

Definition at line 523 of file params_visu.c.

References GCGgetParamsVisu(), and GCG_ParamData::mancolornonzero.

◆ SCIPvisuSetColorManLine()

void SCIPvisuSetColorManLine ( SCIP *  scip,
const char *  newcolor 
)

sets manual color for lines in current color scheme

Returns
nothing

Definition at line 538 of file params_visu.c.

References GCGgetParamsVisu(), and GCG_ParamData::mancolorline.

◆ SCIPvisuGetNonzeroRadius()

float SCIPvisuGetNonzeroRadius ( SCIP *  scip,
int  maxindx,
int  maxindy,
float  scalingfactor 
)

gets appropriate radius for nonzeros needs highest indices of both axes for scaling

Returns
radius

Definition at line 554 of file params_visu.c.

References GCGgetParamsVisu(), and GCG_ParamData::visuradius.

Referenced by writeGpPartialdec(), and writeTexPartialdec().

◆ GCGgetUseGp()

SCIP_Bool GCGgetUseGp ( SCIP *  scip)

if true gp reader should be used for sub-visualizations, otherwise tex reader

Returns
true if gp reader should be used, false if tex reader should be used
Parameters
scipSCIP data structure

Definition at line 592 of file params_visu.c.

References GCGgetParamsVisu(), and GCG_ParamData::visuusegp.

Referenced by reportAllDecompositions(), and writeTexHeader().

◆ GCGVisuGetPdfReader()

const char* GCGVisuGetPdfReader ( SCIP *  scip)

gets the name of the pdf reader that should be used

Returns
name of pdf reader
Parameters
scipSCIP data structure

Definition at line 609 of file params_visu.c.

References GCGgetParamsVisu(), and GCG_ParamData::pdfreader.

Referenced by gcg::PARTIALDECOMP::showVisualization().

◆ GCGreportGetMaxNDecomps()

int GCGreportGetMaxNDecomps ( SCIP *  scip)

gets the max number of decomps to be included in reports

Returns
max number of decomps
Parameters
scipSCIP data structure

Definition at line 626 of file params_visu.c.

References GCGgetParamsVisu(), and GCG_ParamData::rep_maxndecomps.

Referenced by GCGwriteTexReport().

◆ GCGreportGetShowTitlepage()

SCIP_Bool GCGreportGetShowTitlepage ( SCIP *  scip)

gets whether a titlepage should be included in reports

Returns
true iff title page should be generated
Parameters
scipSCIP data structure

Definition at line 643 of file params_visu.c.

References GCGgetParamsVisu(), and GCG_ParamData::rep_showtitle.

Referenced by reportAllDecompositions().

◆ GCGreportGetShowToc()

SCIP_Bool GCGreportGetShowToc ( SCIP *  scip)

gets whether a table of contents should be included in reports

Returns
true iff table of contents should be generated
Parameters
scipSCIP data structure

Definition at line 660 of file params_visu.c.

References GCGgetParamsVisu(), and GCG_ParamData::rep_showtoc.

Referenced by reportAllDecompositions().

◆ GCGreportGetShowStatistics()

SCIP_Bool GCGreportGetShowStatistics ( SCIP *  scip)

gets whether statistics should be included for each decomp in reports

Returns
true iff statistics for each decomp should be generated
Parameters
scipSCIP data structure

Definition at line 677 of file params_visu.c.

References GCGgetParamsVisu(), and GCG_ParamData::rep_statistics.

Referenced by reportAllDecompositions().

◆ GCGVisuFreeParams()

◆ SCIPcreateParamsVisu()