config_osi.h
Go to the documentation of this file.
1 /* inc/config_osi.h. Generated by configure. */
2 /* inc/config_osi.h.in. Generated from configure.ac by autoheader. */
3 
4 /* If defined, the Ampl Solver Library is available. */
5 /* #undef COIN_HAS_ASL */
6 
7 /* Define to 1 if the Cbc package is used */
8 /* #undef COIN_HAS_CBC */
9 
10 /* Define to 1 if the Cgl package is used */
11 /* #undef COIN_HAS_CGL */
12 
13 /* Define to 1 if the Clp package is used */
14 #define COIN_HAS_CLP 1
15 
16 /* Define to 1 if the CoinUtils package is used */
17 #define COIN_HAS_COINUTILS 1
18 
19 /* Define to 1 if the Cplex package is available */
20 /* #undef COIN_HAS_CPX */
21 
22 /* Define to 1 if the DyLP package is used */
23 #define COIN_HAS_DYLP 1
24 
25 /* Define to 1 if the FortMP package is available */
26 /* #undef COIN_HAS_FMP */
27 
28 /* Define to 1 if Glpk package is available */
29 /* #undef COIN_HAS_GLPK */
30 
31 /* Define to 1 if the Gurobi package is available */
32 /* #undef COIN_HAS_GRB */
33 
34 /* Define to 1 if the Mosek package is available */
35 /* #undef COIN_HAS_MSK */
36 
37 /* Define to 1 if the Osi package is used */
38 #define COIN_HAS_OSI 1
39 
40 /* Define to 1 if the Osl package is available */
41 /* #undef COIN_HAS_OSL */
42 
43 /* Define to 1 if the Soplex package is available */
44 /* #undef COIN_HAS_SPX */
45 
46 /* Define to 1 if the SYMPHONY package is used */
47 /* #undef COIN_HAS_SYMPHONY */
48 
49 /* Define to 1 if the Vol package is used */
50 #define COIN_HAS_VOL 1
51 
52 /* Define to 1 if the Xpress package is available */
53 /* #undef COIN_HAS_XPR */
54 
55 /* Define to the debug sanity check level (0 is no test) */
56 #define COIN_OSI_CHECKLEVEL 0
57 
58 /* Define to the debug verbosity level (0 is no output) */
59 #define COIN_OSI_VERBOSITY 0
60 
61 /* Define to 1 if GLPK has the advanced B&B solver lpx_intopt */
62 /* #undef GLPK_HAS_INTOPT */
63 
64 /* Define to 1 if you have the <dlfcn.h> header file. */
65 #define HAVE_DLFCN_H 1
66 
67 /* Define to 1 if you have the <inttypes.h> header file. */
68 #define HAVE_INTTYPES_H 1
69 
70 /* Define to 1 if you have the <memory.h> header file. */
71 #define HAVE_MEMORY_H 1
72 
73 /* Define to 1 if you have the <stdint.h> header file. */
74 #define HAVE_STDINT_H 1
75 
76 /* Define to 1 if you have the <stdlib.h> header file. */
77 #define HAVE_STDLIB_H 1
78 
79 /* Define to 1 if you have the <strings.h> header file. */
80 #define HAVE_STRINGS_H 1
81 
82 /* Define to 1 if you have the <string.h> header file. */
83 #define HAVE_STRING_H 1
84 
85 /* Define to 1 if you have the <sys/stat.h> header file. */
86 #define HAVE_SYS_STAT_H 1
87 
88 /* Define to 1 if you have the <sys/types.h> header file. */
89 #define HAVE_SYS_TYPES_H 1
90 
91 /* Define to 1 if you have the <unistd.h> header file. */
92 #define HAVE_UNISTD_H 1
93 
94 /* Define this variable to enable OsiDylp's informational printing features.
95  */
96 #define ODSI_INFOMSGS 1
97 
98 /* Control OsiDylp's paranoid checks. Legal values: 0 - off; 1 - normal; 2 -
99  consistency (expensive) */
100 #define ODSI_PARANOIA 1
101 
102 /* Define this variable to enable support for dylp's statistics collection
103  features. */
104 /* #undef ODSI_STATISTICS */
105 
106 /* define to the name of the default solver interface class, e.g.,
107  OsiClpSolverInterface */
108 #define OSICBC_DFLT_SOLVER OsiClpSolverInterface
109 
110 /* define this symbol if clp is the default solver */
111 #define OSICBC_DFLT_SOLVER_CLP 1
112 
113 /* define to the name of the .hpp file for the default solver interface class,
114  e.g., "OsiClpSolverInterface.hpp" (include quotes) */
115 #define OSICBC_DFLT_SOLVER_HPP "OsiClpSolverInterface.hpp"
116 
117 /* Version number of project */
118 #define OSI_VERSION "0.103.0"
119 
120 /* Name of package */
121 #define PACKAGE "osi"
122 
123 /* Define to the address where bug reports for this package should be sent. */
124 #define PACKAGE_BUGREPORT "coin-osi@list.coin-or.org"
125 
126 /* Define to the full name of this package. */
127 #define PACKAGE_NAME "Osi"
128 
129 /* Define to the full name and version of this package. */
130 #define PACKAGE_STRING "Osi 0.103.0"
131 
132 /* Define to the one symbol short name of this package. */
133 #define PACKAGE_TARNAME "osi"
134 
135 /* Define to the version of this package. */
136 #define PACKAGE_VERSION "0.103.0"
137 
138 /* Define to 1 if you have the ANSI C header files. */
139 #define STDC_HEADERS 1
140 
141 /* Version number of package */
142 #define VERSION "0.103.0"