1    	#ifndef __CONFIG_H__
2    	#define __CONFIG_H__
3    	
4    	#define CMAKE_BUILD_TYPE "Release"
5    	#define SCIP_VERSION_MAJOR 9
6    	#define SCIP_VERSION_MINOR 0
7    	#define SCIP_VERSION_PATCH 0
8    	#define SCIP_VERSION_SUB 5
9    	#define SCIP_VERSION_API 114
10   	/* #undef BMS_NOBLOCKMEM */
11   	/* #undef SCIP_NOBUFFERMEM */
12   	/* #undef WITH_DEBUG_SOLUTION */
13   	/* #undef SCIP_NO_SIGACTION */
14   	/* #undef SCIP_NO_STRTOK_R */
15   	#define TPI_NONE
16   	/* #undef TPI_TNY */
17   	/* #undef TPI_OMP */
18   	#define SCIP_THREADSAFE
19   	#define WITH_SCIPDEF
20   	/* #undef SCIP_WITH_LAPACK */
21   	/* #undef SCIP_WITH_PAPILO */
22   	#define SCIP_WITH_ZLIB
23   	#define SCIP_WITH_READLINE
24   	/* #undef SCIP_WITH_GMP */
25   	/* #undef SCIP_WITH_LPSCHECK */
26   	/* #undef SCIP_WITH_ZIMPL */
27   	#define SCIP_WITH_AMPL
28   	#define SCIP_ROUNDING_FE
29   	/* #undef SCIP_ROUNDING_FP */
30   	/* #undef SCIP_ROUNDING_MS */
31   	
32   	#endif
33