config_cbc.h
Go to the documentation of this file.
1 /* inc/config_cbc.h. Generated by configure. */
2 /* inc/config_cbc.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 /* Define to 1 if the SMP version of Cbc should be compiled */
9 #define CBC_THREAD 1
10 
11 /* Version number of project */
12 #define CBC_VERSION "2.5.0"
13 
14 /* Define to the debug sanity check level (0 is no test) */
15 #define COIN_CBC_CHECKLEVEL 0
16 
17 /* Define to the debug verbosity level (0 is no output) */
18 #define COIN_CBC_VERBOSITY 0
19 
20 /* If defined, the Ampl Solver Library is available. */
21 /* #undef COIN_HAS_ASL */
22 
23 /* Define to 1 if the Cbc package is used */
24 #define COIN_HAS_CBC 1
25 
26 /* Define to 1 if the Cgl package is used */
27 #define COIN_HAS_CGL 1
28 
29 /* Define to 1 if the Clp package is used */
30 #define COIN_HAS_CLP 1
31 
32 /* Define to 1 if the CoinUtils package is used */
33 #define COIN_HAS_COINUTILS 1
34 
35 /* Define to 1 if the Cplex package is available */
36 /* #undef COIN_HAS_CPX */
37 
38 /* Define to 1 if the DyLP package is used */
39 /* #undef COIN_HAS_DYLP */
40 
41 /* Define to 1 if the FortMP package is available */
42 /* #undef COIN_HAS_FMP */
43 
44 /* Define to 1 if Glpk package is available */
45 /* #undef COIN_HAS_GLPK */
46 
47 /* Define to 1 if the Mosek package is available */
48 /* #undef COIN_HAS_MSK */
49 
50 /* Define to 1 if the Osi package is used */
51 #define COIN_HAS_OSI 1
52 
53 /* Define to 1 if the Osl package is available */
54 /* #undef COIN_HAS_OSL */
55 
56 /* Define to 1 if the Soplex package is available */
57 /* #undef COIN_HAS_SPX */
58 
59 /* Define to 1 if the SYMPHONY package is used */
60 /* #undef COIN_HAS_SYMPHONY */
61 
62 /* Define to 1 if the Vol package is used */
63 #define COIN_HAS_VOL 1
64 
65 /* Define to 1 if the Xpress package is available */
66 /* #undef COIN_HAS_XPR */
67 
68 /* Define if clock_gettime and rt library is available */
69 #define HAVE_CLOCK_GETTIME 1
70 
71 /* Define to 1 if you have the <dlfcn.h> header file. */
72 #define HAVE_DLFCN_H 1
73 
74 /* Define to 1 if you have the <inttypes.h> header file. */
75 #define HAVE_INTTYPES_H 1
76 
77 /* Define to 1 if you have the <memory.h> header file. */
78 #define HAVE_MEMORY_H 1
79 
80 /* Define to 1 if you have the <stdint.h> header file. */
81 #define HAVE_STDINT_H 1
82 
83 /* Define to 1 if you have the <stdlib.h> header file. */
84 #define HAVE_STDLIB_H 1
85 
86 /* Define to 1 if you have the <strings.h> header file. */
87 #define HAVE_STRINGS_H 1
88 
89 /* Define to 1 if you have the <string.h> header file. */
90 #define HAVE_STRING_H 1
91 
92 /* Define to 1 if you have the <sys/stat.h> header file. */
93 #define HAVE_SYS_STAT_H 1
94 
95 /* Define to 1 if you have the <sys/types.h> header file. */
96 #define HAVE_SYS_TYPES_H 1
97 
98 /* Define to 1 if you have the <unistd.h> header file. */
99 #define HAVE_UNISTD_H 1
100 
101 /* Name of package */
102 #define PACKAGE "cbc"
103 
104 /* Define to the address where bug reports for this package should be sent. */
105 #define PACKAGE_BUGREPORT "coin-cbc@list.coin-or.org"
106 
107 /* Define to the full name of this package. */
108 #define PACKAGE_NAME "Cbc"
109 
110 /* Define to the full name and version of this package. */
111 #define PACKAGE_STRING "Cbc 2.5.0"
112 
113 /* Define to the one symbol short name of this package. */
114 #define PACKAGE_TARNAME "cbc"
115 
116 /* Define to the version of this package. */
117 #define PACKAGE_VERSION "2.5.0"
118 
119 /* Define to 1 if you have the ANSI C header files. */
120 #define STDC_HEADERS 1
121 
122 /* Version number of package */
123 #define VERSION "2.5.0"