Cbc  2.10.5
config.h
Go to the documentation of this file.
1 /* src/config.h. Generated from config.h.in by configure. */
2 /* src/config.h.in. Generated from configure.ac by autoheader. */
3 
4 /* Define to the name of the default solver to be used in cbc-generic in small
5  letters */
6 #define CBC_DEFAULT_SOLVER "clp"
7 
8 /* SVN revision number of project */
9 /* #undef CBC_SVN_REV */
10 
11 /* Define to 1 if the SMP version of Cbc should be compiled */
12 #define CBC_THREAD 1
13 
14 /* Version number of project */
15 #define CBC_VERSION "2.10.5"
16 
17 /* Major Version number of project */
18 #define CBC_VERSION_MAJOR 2
19 
20 /* Minor Version number of project */
21 #define CBC_VERSION_MINOR 10
22 
23 /* Release Version number of project */
24 #define CBC_VERSION_RELEASE 5
25 
26 /* Define to the debug sanity check level (0 is no test) */
27 #define COIN_CBC_CHECKLEVEL 0
28 
29 /* Define to the debug verbosity level (0 is no output) */
30 #define COIN_CBC_VERBOSITY 0
31 
32 /* Define to 1 if the ASL package is available */
33 /* #undef COIN_HAS_ASL */
34 
35 /* Define to 1 if the Clp package is available */
36 #define COIN_HAS_CLP 1
37 
38 /* Define to 1 if the CoinDepend package is available */
39 #define COIN_HAS_COINDEPEND 1
40 
41 /* Define to 1 if the Cpx package is available */
42 /* #undef COIN_HAS_CPX */
43 
44 /* Define to 1 if the DyLP package is available */
45 /* #undef COIN_HAS_DYLP */
46 
47 /* Define to 1 if the Glpk package is available */
48 /* #undef COIN_HAS_GLPK */
49 
50 /* Define to 1 if the Grb package is available */
51 /* #undef COIN_HAS_GRB */
52 
53 /* Define to 1 if the Highs package is available */
54 /* #undef COIN_HAS_HIGHS */
55 
56 /* Define to 1 if the Miplib3 package is available */
57 /* #undef COIN_HAS_MIPLIB3 */
58 
59 /* Define to 1 if the Msk package is available */
60 /* #undef COIN_HAS_MSK */
61 
62 /* Define to 1 if the Mumps package is available */
63 /* #undef COIN_HAS_MUMPS */
64 
65 /* Define to 1 if the Netlib package is available */
66 /* #undef COIN_HAS_NETLIB */
67 
68 /* Define to 1 if the Nauty package is available */
69 /* #undef COIN_HAS_NTY */
70 
71 /* Define to 1 if the OsiTests package is available */
72 #define COIN_HAS_OSITESTS 1
73 
74 /* Define to 1 if readline is available */
75 /* #undef COIN_HAS_READLINE */
76 
77 /* Define to 1 if the Sample package is available */
78 #define COIN_HAS_SAMPLE 1
79 
80 /* Define to 1 if the Spx package is available */
81 /* #undef COIN_HAS_SPX */
82 
83 /* Define to 1 if the Vol package is available */
84 /* #undef COIN_HAS_VOL */
85 
86 /* Define to 1 if the Xpr package is available */
87 /* #undef COIN_HAS_XPR */
88 
89 /* Define to 1 if you have the <cfloat> header file. */
90 #define HAVE_CFLOAT 1
91 
92 /* Define to 1 if you have the <cieeefp> header file. */
93 /* #undef HAVE_CIEEEFP */
94 
95 /* Define if clock_gettime and rt library is available */
96 #define HAVE_CLOCK_GETTIME 1
97 
98 /* Define to 1 if you have the <cmath> header file. */
99 #define HAVE_CMATH 1
100 
101 /* Define to 1 if you have the <dlfcn.h> header file. */
102 /* #undef HAVE_DLFCN_H */
103 
104 /* Define to 1 if you have the <float.h> header file. */
105 /* #undef HAVE_FLOAT_H */
106 
107 /* Define to 1 if you have the <ieeefp.h> header file. */
108 /* #undef HAVE_IEEEFP_H */
109 
110 /* Define to 1 if you have the <inttypes.h> header file. */
111 /* #undef HAVE_INTTYPES_H */
112 
113 /* Define to 1 if you have the <math.h> header file. */
114 /* #undef HAVE_MATH_H */
115 
116 /* Define to 1 if you have the <memory.h> header file. */
117 /* #undef HAVE_MEMORY_H */
118 
119 /* Define to 1 if you have the <readline/readline.h> header file. */
120 /* #undef HAVE_READLINE_READLINE_H */
121 
122 /* Define to 1 if you have the <stdint.h> header file. */
123 /* #undef HAVE_STDINT_H */
124 
125 /* Define to 1 if you have the <stdlib.h> header file. */
126 /* #undef HAVE_STDLIB_H */
127 
128 /* Define to 1 if you have the <strings.h> header file. */
129 /* #undef HAVE_STRINGS_H */
130 
131 /* Define to 1 if you have the <string.h> header file. */
132 /* #undef HAVE_STRING_H */
133 
134 /* Define to 1 if you have the <sys/stat.h> header file. */
135 /* #undef HAVE_SYS_STAT_H */
136 
137 /* Define to 1 if you have the <sys/types.h> header file. */
138 /* #undef HAVE_SYS_TYPES_H */
139 
140 /* Define to 1 if you have the <unistd.h> header file. */
141 /* #undef HAVE_UNISTD_H */
142 
143 /* Define to the sub-directory where libtool stores uninstalled libraries. */
144 /* #undef LT_OBJDIR */
145 
146 /* define to the name of the default solver interface class, e.g.,
147  OsiClpSolverInterface */
148 #define OSICBC_DFLT_SOLVER OsiClpSolverInterface
149 
150 /* define this symbol if clp is the default solver */
151 #define OSICBC_DFLT_SOLVER_CLP 1
152 
153 /* define to the name of the .hpp file for the default solver interface class,
154  e.g., "OsiClpSolverInterface.hpp" (include quotes) */
155 #define OSICBC_DFLT_SOLVER_HPP "OsiClpSolverInterface.hpp"
156 
157 /* Name of package */
158 #define PACKAGE "cbc"
159 
160 /* Define to the address where bug reports for this package should be sent. */
161 #define PACKAGE_BUGREPORT "cbc@lists.coin-or.org"
162 
163 /* Define to the full name of this package. */
164 #define PACKAGE_NAME "Cbc"
165 
166 /* Define to the full name and version of this package. */
167 #define PACKAGE_STRING "Cbc 2.10.5"
168 
169 /* Define to the one symbol short name of this package. */
170 #define PACKAGE_TARNAME "cbc"
171 
172 /* Define to the home page for this package. */
173 #define PACKAGE_URL ""
174 
175 /* Define to the version of this package. */
176 #define PACKAGE_VERSION "2.10.5"
177 
178 /* Define to 1 if you have the ANSI C header files. */
179 /* #undef STDC_HEADERS */
180 
181 /* Version number of package */
182 #define VERSION "2.10.5"