Dip  0.92.3
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_sym_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 /* If defined, debug sanity checks are performed during runtime */
14 /* #define COIN_DEBUG 1 */
15 
16 /* Define to 1 if the Cbc package is used */
17 /* #define COIN_HAS_CBC 1 */
18 
19 /* Define to 1 if the Cgl package is used */
20 #define COIN_HAS_CGL 1
21 
22 /* Define to 1 if the Clp package is used */
23 #define COIN_HAS_CLP 1
24 
25 /* Define to 1 if the CoinUtils package is used */
26 #define COIN_HAS_COINUTILS 1
27 
28 /* Define to 1 if the Osi package is used */
29 #define COIN_HAS_OSI 1
30 
31 /* Define to 1 if the Osi package is used */
32 #define COIN_HAS_OSITESTS 1
33 
34 /* Define to 1 if the Vol package is used */
35 /* #define COIN_HAS_VOL 1 */
36 
37 /* Define to 1 if the Cplex package is used */
38 /* #define COIN_HAS_CPX 1 */
39 
40 /* Define to 1 if the Dylp package is used */
41 /* #undef COIN_HAS_DYLP */
42 
43 /* Define to 1 if the FortMP package is used */
44 /* #undef COIN_HAS_FMP */
45 
46 /* Define to 1 if the Glpk package is used */
47 /* #undef COIN_HAS_GLPK */
48 
49 /* Define to 1 if the Mosek package is used */
50 /* #undef COIN_HAS_MSK */
51 
52 /* Define to 1 if the Osl package is used */
53 /* #undef COIN_HAS_OSL */
54 
55 /* Define to 1 if the Soplex package is used */
56 /* #undef COIN_HAS_SPX */
57 
58 /* Define to 1 if the Sym package is used */
59 /* #undef COIN_HAS_SYM */
60 
61 /* Define to 1 if the Xpress package is used */
62 /* #undef COIN_HAS_XPR */
63