Alps  2.0.2
config_default.h
Go to the documentation of this file.
1 
2 
3 /* include the COIN-OR-wide system specific configure header */
4 #include "configall_system.h"
5 
6 /* include the public project specific macros */
7 #include "config_alps_default.h"
8 
9 /***************************************************************************/
10 /* HERE DEFINE THE PROJECT SPECIFIC MACROS */
11 /* These are only in effect in a setting that doesn't use configure */
12 /***************************************************************************/
13 
14 /* Define to the debug sanity check level (0 is no test) */
15 #define COIN_ALPS_CHECKLEVEL 0
16 
17 /* Define to the debug verbosity level (0 is no output) */
18 #define COIN_ALPS_VERBOSITY 0
19 
20 /* Define to 1 if the ALPS package is used */
21 #define COIN_HAS_ALPS 1
22 
23 /* Define to 1 if the CoinUtils package is used */
24 #define COIN_HAS_COINUTILS 1
25 
26 /* Define to 1 if the Clp package is used */
27 #define COIN_HAS_CLP 1
config_alps_default.h