My Project
config_default.h
Go to the documentation of this file.
1
2/* include the COIN-OR-wide system specific configure header */
3#include "configall_system.h"
4
5/* include the public project specific macros */
6#include "config_os_default.h"
7
8/***************************************************************************/
9/* HERE DEFINE THE PROJECT SPECIFIC MACROS */
10/* These are only in effect in a setting that doesn't use configure */
11/***************************************************************************/
12
13/* Define to the debug sanity check level (0 is no test) */
14#define COIN_OS_CHECKLEVEL 0
15
16/* Define to the debug verbosity level (0 is no output) */
17#define COIN_OS_VERBOSITY 0
18
19/* Define to 1 if the ASL package is available */
20#undef COIN_HAS_ASL
21
22/* Define to 1 if the Bcp package is available */
23#undef COIN_HAS_BCP
24
25/* Define to 1 if the Bonmin package is available */
26#undef COIN_HAS_BONMIN
27
28/* Define to 1 if the Cbc package is available */
29#define COIN_HAS_CBC 1
30
31/* Define to 1 if the Cgl package is used */
32#define COIN_HAS_CGL 1
33
34/* Define to 1 if the Clp package is used */
35#define COIN_HAS_CLP 1
36
37/* Define to 1 if the CoinUtils package is used */
38#define COIN_HAS_COINUTILS 1
39
40/* Define to 1 if the Couenne package is available */
41#undef COIN_HAS_COUENNE
42
43/* Define to 1 if the cppad package is available */
44#undef COIN_HAS_CPPAD
45
46/* Define to 1 if the Cpx package is available */
47#undef COIN_HAS_CPX
48
49/* Define to 1 if the Csdp package is available */
50#undef COIN_HAS_CSDP
51
52/* Define to 1 if the DyLP package is available */
53#undef COIN_HAS_DYLP
54
55/* Define to 1 if the Glpk package is available */
56#undef COIN_HAS_GLPK
57
58/* Define to 1 if the Grb package is available */
59#undef COIN_HAS_GRB
60
61/* Define to 1 if the Ipopt package is available */
62#undef COIN_HAS_IPOPT
63
64/* Define to 1 if the Knitro package is available */
65#undef COIN_HAS_KNITRO
66
67/* Define to 1 if the Lindo package is available */
68#undef COIN_HAS_LINDO
69
70/* Define to 1 if the Msk package is available */
71#undef COIN_HAS_MSK
72
73/* Define to 1 if the OSI package is used */
74#define COIN_HAS_OSI 1
75
76/* Define to 1 if the SoPlex package is available */
77#undef COIN_HAS_SOPLEX
78
79/* Define to 1 if the SYMPHONY package is used */
80#define COIN_HAS_SYMPHONY 1
81
82/* Define to 1 if the Vol package is used */
83#define COIN_HAS_VOL 1
84
85/* Define to 1 if the Xpr package is available */
86#undef COIN_HAS_XPR
87
88/* Define to 1 if the CppAD package is used */
89/* #define COIN_HAS_CPPAD 1 */
90
91#ifdef _MSC_VER
92/* Define to be the name of C-function for NaN check */
93#define COIN_C_ISNAN _isnan
94#endif
95
96