Scippy

GCG

Branch-and-Price & Column Generation for Everyone

stat.h File Reference

Detailed Description

Prints information about the best decomposition.

Author
Alexander Gross
Martin Bergner

Definition in file stat.h.

#include "scip/type_scip.h"
#include "scip/type_retcode.h"

Go to the source code of this file.

Functions

SCIP_RETCODE GCGwriteDecompositionData (SCIP *scip)
 
SCIP_RETCODE GCGwriteSolvingDetails (SCIP *scip)
 
SCIP_RETCODE GCGwriteVarCreationDetails (SCIP *scip)
 

Function Documentation

◆ GCGwriteDecompositionData()

SCIP_RETCODE GCGwriteDecompositionData ( SCIP *  scip)

◆ GCGwriteSolvingDetails()

SCIP_RETCODE GCGwriteSolvingDetails ( SCIP *  scip)

prints additional information about the solving process

prints additional solving statistics

Definition at line 106 of file stat.c.

References GCGgetRootNodeTime().

Referenced by GCGprintStatistics().

◆ GCGwriteVarCreationDetails()

SCIP_RETCODE GCGwriteVarCreationDetails ( SCIP *  scip)

prints information about the creation of the Vars

Definition at line 122 of file stat.c.

References GCGgetCreationNode(), GCGgetCreationTime(), GCGgetIteration(), GCGgetRedcost(), GCGgetRootRedcostCall(), and GCGgetVarGap().

Referenced by SCIP_DECL_DIALOGEXEC().