Clp  1.17.6
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
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_osi_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_OSI_CHECKLEVEL 0
15 
16 /* Define to the debug verbosity level (0 is no output) */
17 #define COIN_OSI_VERBOSITY 0
18 
19 /* Define to 1 if the CoinUtils package is used.
20  * Don't undef this unless you really know what you're doing.
21  */
22 #define COIN_HAS_COINUTILS 1
23 
24 /* Define to 1 if the Cplex package is used */
25 /* #define COIN_HAS_CPX 1 */
26 
27 /* Define to 1 if the Glpk package is used */
28 /* #define COIN_HAS_GLPK 1 */
29 
30 /* Define to 1 if the Gurobi package is used */
31 /* #define COIN_HAS_GRB 1 */
32 
33 /* Define to 1 if the Mosek package is used */
34 /* #define COIN_HAS_MSK 1 */
35 
36 /* Define to 1 if the SoPlex package is used */
37 /* #define COIN_HAS_SPX 1 */
38 
39 /* Define to 1 if the Xpress package is used */
40 /* #define COIN_HAS_XPR 1 */