SCIP-SDP  4.0.0
Macros
scipsdpdef.h File Reference

main definitions for SCIP-SDP More...

Go to the source code of this file.

Macros

#define SCIPSDP_VERSION   400
 
#define SCIPSDP_SUBVERSION   0
 
#define SCIPSDP_APIVERSION   0
 
#define SCIPSDP_COPYRIGHT   "Copyright (C) 2011-2021 TU Darmstadt"
 
#define SCIPSDPmajorVersion   SCIPSDP_VERSION / 100
 
#define SCIPSDPminorVersion   (SCIPSDP_VERSION/10) % 10
 
#define SCIPSDPtechVersion   SCIPSDP_VERSION % 10
 

Detailed Description

main definitions for SCIP-SDP

Author
Marc Pfetsch

Definition in file scipsdpdef.h.

Macro Definition Documentation

#define SCIPSDP_VERSION   400

SCIP-SDP version number (multiplied by 100 to get integer number)

Definition at line 48 of file scipsdpdef.h.

#define SCIPSDP_SUBVERSION   0

SCIP-SDP sub version number

Definition at line 49 of file scipsdpdef.h.

#define SCIPSDP_APIVERSION   0

SCIP-SDP API version number

Definition at line 50 of file scipsdpdef.h.

#define SCIPSDP_COPYRIGHT   "Copyright (C) 2011-2021 TU Darmstadt"

Definition at line 51 of file scipsdpdef.h.

#define SCIPSDPmajorVersion   SCIPSDP_VERSION / 100

Definition at line 53 of file scipsdpdef.h.

Referenced by SCIPSDPincludeDefaultPlugins().

#define SCIPSDPminorVersion   (SCIPSDP_VERSION/10) % 10

Definition at line 54 of file scipsdpdef.h.

Referenced by SCIPSDPincludeDefaultPlugins().

#define SCIPSDPtechVersion   SCIPSDP_VERSION % 10

Definition at line 55 of file scipsdpdef.h.

Referenced by SCIPSDPincludeDefaultPlugins().