Dip 0.95.0
Loading...
Searching...
No Matches
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 debug sanity check level (0 is no test) */
5#define COIN_DIP_CHECKLEVEL 0
6
7/* Define to the debug verbosity level (0 is no output) */
8#define COIN_DIP_VERBOSITY 0
9
10/* Define to 1 if the ASL package is available */
11#define COIN_HAS_ASL 1
12
13/* Define to 1 if the Cbc package is available */
14#define COIN_HAS_CBC 1
15
16/* Define to 1 if the Cgl package is available */
17#define COIN_HAS_CGL 1
18
19/* Define to 1 if the Clp package is available */
20#define COIN_HAS_CLP 1
21
22/* Define to 1 if the CoinDepend package is available */
23#define COIN_HAS_COINDEPEND 1
24
25/* Define to 1 if the Cpx package is available */
26/* #undef COIN_HAS_CPX */
27
28/* Define to 1 if the Grb package is available */
29/* #undef COIN_HAS_GRB */
30
31/* Define to 1 if the HMetis package is available */
32/* #undef COIN_HAS_HMETIS */
33
34/* Define to 1 if the Sample package is available */
35#define COIN_HAS_SAMPLE 1
36
37/* Define to 1 if the SYMPHONY package is available */
38#define COIN_HAS_SYMPHONY 1
39
40/* Define to 1 if we have CBC */
41#define DIP_HAS_CBC 1
42
43/* Define to 1 if we have CLP */
44#define DIP_HAS_CLP 1
45
46/* Define to 1 if we have CPLEX */
47/* #undef DIP_HAS_CPX */
48
49/* Define to 1 if we have Gurobi */
50/* #undef DIP_HAS_GRB */
51
52/* Define to 1 if we have SYMPHONY */
53#define DIP_HAS_SYMPHONY 1
54
55/* SVN revision number of project */
56/* #undef DIP_SVN_REV */
57
58/* Version number of project */
59#define DIP_VERSION "0.95.0"
60
61/* Major Version number of project */
62#define DIP_VERSION_MAJOR 0
63
64/* Minor Version number of project */
65#define DIP_VERSION_MINOR 95
66
67/* Release Version number of project */
68#define DIP_VERSION_RELEASE 0
69
70/* Define to 1 if you have the <dlfcn.h> header file. */
71#define HAVE_DLFCN_H 1
72
73/* Define to 1 if you have the <inttypes.h> header file. */
74#define HAVE_INTTYPES_H 1
75
76/* Define to 1 if you have the <memory.h> header file. */
77#define HAVE_MEMORY_H 1
78
79/* Define to 1 if you have the <stdint.h> header file. */
80#define HAVE_STDINT_H 1
81
82/* Define to 1 if you have the <stdlib.h> header file. */
83#define HAVE_STDLIB_H 1
84
85/* Define to 1 if you have the <strings.h> header file. */
86#define HAVE_STRINGS_H 1
87
88/* Define to 1 if you have the <string.h> header file. */
89#define HAVE_STRING_H 1
90
91/* Define to 1 if you have the <sys/stat.h> header file. */
92#define HAVE_SYS_STAT_H 1
93
94/* Define to 1 if you have the <sys/types.h> header file. */
95#define HAVE_SYS_TYPES_H 1
96
97/* Define to 1 if you have the <unistd.h> header file. */
98#define HAVE_UNISTD_H 1
99
100/* Name of package */
101#define PACKAGE "dip"
102
103/* Define to the address where bug reports for this package should be sent. */
104#define PACKAGE_BUGREPORT "dip@lists.coin-or.org"
105
106/* Define to the full name of this package. */
107#define PACKAGE_NAME "Dip"
108
109/* Define to the full name and version of this package. */
110#define PACKAGE_STRING "Dip 0.95.0"
111
112/* Define to the one symbol short name of this package. */
113#define PACKAGE_TARNAME "dip"
114
115/* Define to the version of this package. */
116#define PACKAGE_VERSION "0.95.0"
117
118/* Define to 1 if you have the ANSI C header files. */
119#define STDC_HEADERS 1
120
121/* Version number of package */
122#define VERSION "0.95.0"