Scippy

GCG

Branch-and-Price & Column Generation for Everyone

gcg_general.h File Reference

Detailed Description

gcg general public methods

Author
Steffan Schlein

Definition in file gcg_general.h.

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

Go to the source code of this file.

Functions

SCIP_EXPORT void GCGprintVersion (SCIP *scip, FILE *file)
 

Function Documentation

◆ GCGprintVersion()

SCIP_EXPORT void GCGprintVersion ( SCIP *  scip,
FILE *  file 
)

prints out GCG version

Returns
nothing

Definition at line 78 of file gcg_general.c.

References GCGgetGitHash(), GCGmajorVersion(), GCGminorVersion(), and GCGtechVersion().

Referenced by SCIPrunGCGShell().