Scippy

SoPlex

Sequential object-oriented simPlex

spxgithash.cpp
Go to the documentation of this file.
1 /* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
2 /* */
3 /* This file is part of the class library */
4 /* SoPlex --- the Sequential object-oriented simPlex. */
5 /* */
6 /* Copyright (C) 1996-2016 Konrad-Zuse-Zentrum */
7 /* fuer Informationstechnik Berlin */
8 /* */
9 /* SoPlex is distributed under the terms of the ZIB Academic Licence. */
10 /* */
11 /* You should have received a copy of the ZIB Academic License */
12 /* along with SoPlex; see the file COPYING. If not email to soplex@zib.de. */
13 /* */
14 /* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
15 
16 #include "spxgithash.h"
17 #include "git_hash.cpp"
18 
19 namespace soplex
20 {
21 
22 /** returns the current git hash of SoPlex*/
23 const char* getGitHash()
24 {
25  return SPX_GITHASH;
26 }
27 }
Everything should be within this namespace.
returns the current git hash of SoPlex
const char * getGitHash()
Definition: spxgithash.cpp:23
#define SPX_GITHASH
Definition: git_hash.cpp:1