Cbc  2.10.5
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
config.h
Go to the documentation of this file.
1 /* src/config.h. Generated 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 /* #undef CBC_THREAD */
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 #define COIN_HAS_MIPLIB3 1
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 /* #undef HAVE_CLOCK_GETTIME */
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 #define HAVE_DLFCN_H 1
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 #define HAVE_INTTYPES_H 1
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 #define HAVE_MEMORY_H 1
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 #define HAVE_STDINT_H 1
124 
125 /* Define to 1 if you have the <stdlib.h> header file. */
126 #define HAVE_STDLIB_H 1
127 
128 /* Define to 1 if you have the <strings.h> header file. */
129 #define HAVE_STRINGS_H 1
130 
131 /* Define to 1 if you have the <string.h> header file. */
132 #define HAVE_STRING_H 1
133 
134 /* Define to 1 if you have the <sys/stat.h> header file. */
135 #define HAVE_SYS_STAT_H 1
136 
137 /* Define to 1 if you have the <sys/types.h> header file. */
138 #define HAVE_SYS_TYPES_H 1
139 
140 /* Define to 1 if you have the <unistd.h> header file. */
141 #define HAVE_UNISTD_H 1
142 
143 /* define to the name of the default solver interface class, e.g.,
144  OsiClpSolverInterface */
145 #define OSICBC_DFLT_SOLVER OsiClpSolverInterface
146 
147 /* define this symbol if clp is the default solver */
148 #define OSICBC_DFLT_SOLVER_CLP 1
149 
150 /* define to the name of the .hpp file for the default solver interface class,
151  e.g., "OsiClpSolverInterface.hpp" (include quotes) */
152 #define OSICBC_DFLT_SOLVER_HPP "OsiClpSolverInterface.hpp"
153 
154 /* Name of package */
155 #define PACKAGE "cbc"
156 
157 /* Define to the address where bug reports for this package should be sent. */
158 #define PACKAGE_BUGREPORT "cbc@lists.coin-or.org"
159 
160 /* Define to the full name of this package. */
161 #define PACKAGE_NAME "Cbc"
162 
163 /* Define to the full name and version of this package. */
164 #define PACKAGE_STRING "Cbc 2.10.5"
165 
166 /* Define to the one symbol short name of this package. */
167 #define PACKAGE_TARNAME "cbc"
168 
169 /* Define to the version of this package. */
170 #define PACKAGE_VERSION "2.10.5"
171 
172 /* Define to 1 if you have the ANSI C header files. */
173 #define STDC_HEADERS 1
174 
175 /* Version number of package */
176 #define VERSION "2.10.5"