Scippy

GCG

Branch-and-Price & Column Generation for Everyone

gcg_general.c File Reference

Detailed Description

gcg general public methods

Author
Steffan Schlein

Definition in file gcg_general.c.

#include "gcg_general.h"
#include "gcggithash.h"
#include "scip/pub_message.h"
#include "scip/scip_message.h"

Go to the source code of this file.

Functions

static int GCGmajorVersion (void)
 
static int GCGminorVersion (void)
 
static int GCGtechVersion (void)
 
void GCGprintVersion (SCIP *scip, FILE *file)
 

Function Documentation

◆ GCGmajorVersion()

static int GCGmajorVersion ( void  )
static

Gets GCG major version

Returns
GCG major version

Definition at line 46 of file gcg_general.c.

References GCG_VERSION.

Referenced by GCGprintVersion().

◆ GCGminorVersion()

static int GCGminorVersion ( void  )
static

Gets GCG minor version

Returns
GCG minor version

Definition at line 54 of file gcg_general.c.

References GCG_VERSION.

Referenced by GCGprintVersion().

◆ GCGtechVersion()

static int GCGtechVersion ( void  )
static

Gets GCG technical version

Returns
GCG technical version

Definition at line 62 of file gcg_general.c.

References GCG_VERSION.

Referenced by GCGprintVersion().

◆ GCGprintVersion()

void GCGprintVersion ( SCIP *  scip,
FILE *  file 
)

prints out GCG version

Returns
nothing
Parameters
scipSCIP data structure
fileoutput file (or NULL for standard output)

Definition at line 78 of file gcg_general.c.

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

Referenced by SCIPrunGCGShell().