1 | /* config_scip.h.in. Generated from configure.ac by autoheader. */ |
---|
2 | |
---|
3 | /* Define to 1 if the Clp package is available */ |
---|
4 | #undef COIN_HAS_CLP |
---|
5 | |
---|
6 | /* Define to 1 if the CppAD package is available */ |
---|
7 | #undef COIN_HAS_CPPAD |
---|
8 | |
---|
9 | /* Define to 1 if the Cplex package is available */ |
---|
10 | #undef COIN_HAS_CPX |
---|
11 | |
---|
12 | /* Define to 1 if GMP is available */ |
---|
13 | #undef COIN_HAS_GMP |
---|
14 | |
---|
15 | /* Define to 1 if the Gurobi package is available */ |
---|
16 | #undef COIN_HAS_GRB |
---|
17 | |
---|
18 | /* Define to 1 if the Ipopt package is available */ |
---|
19 | #undef COIN_HAS_IPOPT |
---|
20 | |
---|
21 | /* Define to 1 if the Mosek package is available */ |
---|
22 | #undef COIN_HAS_MSK |
---|
23 | |
---|
24 | /* Define to 1 if the QSopt package is available */ |
---|
25 | #undef COIN_HAS_QSO |
---|
26 | |
---|
27 | /* Define to 1 if readline is available */ |
---|
28 | #undef COIN_HAS_READLINE |
---|
29 | |
---|
30 | /* Define to 1 if the SoPlex package is available */ |
---|
31 | #undef COIN_HAS_SOPLEX |
---|
32 | |
---|
33 | /* Define to 1 if the Xpress package is available */ |
---|
34 | #undef COIN_HAS_XPR |
---|
35 | |
---|
36 | /* Define to 1 if zlib is available */ |
---|
37 | #undef COIN_HAS_ZLIB |
---|
38 | |
---|
39 | /* Define to the debug sanity check level (0 is no test) */ |
---|
40 | #undef COIN_SCIP_CHECKLEVEL |
---|
41 | |
---|
42 | /* Define to the debug verbosity level (0 is no output) */ |
---|
43 | #undef COIN_SCIP_VERBOSITY |
---|
44 | |
---|
45 | /* Define to 1 if you have the <dlfcn.h> header file. */ |
---|
46 | #undef HAVE_DLFCN_H |
---|
47 | |
---|
48 | /* Define to 1 if you have the <gmp.h> header file. */ |
---|
49 | #undef HAVE_GMP_H |
---|
50 | |
---|
51 | /* Define to 1 if you have the <inttypes.h> header file. */ |
---|
52 | #undef HAVE_INTTYPES_H |
---|
53 | |
---|
54 | /* Define to 1 if you have the <memory.h> header file. */ |
---|
55 | #undef HAVE_MEMORY_H |
---|
56 | |
---|
57 | /* Define to 1 if you have the <readline/readline.h> header file. */ |
---|
58 | #undef HAVE_READLINE_READLINE_H |
---|
59 | |
---|
60 | /* Define to 1 if you have the <stdint.h> header file. */ |
---|
61 | #undef HAVE_STDINT_H |
---|
62 | |
---|
63 | /* Define to 1 if you have the <stdlib.h> header file. */ |
---|
64 | #undef HAVE_STDLIB_H |
---|
65 | |
---|
66 | /* Define to 1 if you have the <strings.h> header file. */ |
---|
67 | #undef HAVE_STRINGS_H |
---|
68 | |
---|
69 | /* Define to 1 if you have the <string.h> header file. */ |
---|
70 | #undef HAVE_STRING_H |
---|
71 | |
---|
72 | /* Define to 1 if you have the <sys/stat.h> header file. */ |
---|
73 | #undef HAVE_SYS_STAT_H |
---|
74 | |
---|
75 | /* Define to 1 if you have the <sys/types.h> header file. */ |
---|
76 | #undef HAVE_SYS_TYPES_H |
---|
77 | |
---|
78 | /* Define to 1 if you have the <unistd.h> header file. */ |
---|
79 | #undef HAVE_UNISTD_H |
---|
80 | |
---|
81 | /* Define to 1 if you have the <zlib.h> header file. */ |
---|
82 | #undef HAVE_ZLIB_H |
---|
83 | |
---|
84 | /* Name of package */ |
---|
85 | #undef PACKAGE |
---|
86 | |
---|
87 | /* Define to the address where bug reports for this package should be sent. */ |
---|
88 | #undef PACKAGE_BUGREPORT |
---|
89 | |
---|
90 | /* Define to the full name of this package. */ |
---|
91 | #undef PACKAGE_NAME |
---|
92 | |
---|
93 | /* Define to the full name and version of this package. */ |
---|
94 | #undef PACKAGE_STRING |
---|
95 | |
---|
96 | /* Define to the one symbol short name of this package. */ |
---|
97 | #undef PACKAGE_TARNAME |
---|
98 | |
---|
99 | /* Define to the version of this package. */ |
---|
100 | #undef PACKAGE_VERSION |
---|
101 | |
---|
102 | /* SVN revision number of project */ |
---|
103 | #undef SCIP_SVN_REV |
---|
104 | |
---|
105 | /* Version number of project */ |
---|
106 | #undef SCIP_VERSION |
---|
107 | |
---|
108 | /* Major Version number of project */ |
---|
109 | #undef SCIP_VERSION_MAJOR |
---|
110 | |
---|
111 | /* Minor Version number of project */ |
---|
112 | #undef SCIP_VERSION_MINOR |
---|
113 | |
---|
114 | /* Release Version number of project */ |
---|
115 | #undef SCIP_VERSION_RELEASE |
---|
116 | |
---|
117 | /* Define to 1 if you have the ANSI C header files. */ |
---|
118 | #undef STDC_HEADERS |
---|
119 | |
---|
120 | /* Version number of package */ |
---|
121 | #undef VERSION |
---|