Dip-All  0.91.0
config_default.h
Go to the documentation of this file.
1 //===========================================================================//
2 // This file is part of the DIP Solver Framework. //
3 // //
4 // DIP is distributed under the Eclipse Public License as part of the //
5 // COIN-OR repository (http://www.coin-or.org). //
6 // //
7 // Author: Matthew Galati, SAS Institute Inc. (matthew.galati@sas.com) //
8 // //
9 // Conceptual Design: Matthew Galati, SAS Institute Inc. //
10 // Ted Ralphs, Lehigh University //
11 // //
12 // Copyright (C) 2002-2015, Lehigh University, Matthew Galati, Ted Ralphs //
13 // All Rights Reserved. //
14 //===========================================================================//
15 
16 /* include the COIN-OR-wide system specific configure header */
17 #include "configall_system.h"
18 
19 /* include the public project specific macros */
20 #include "config_dip_default.h"
21 
22 /***************************************************************************/
23 /* HERE DEFINE THE PROJECT SPECIFIC MACROS */
24 /* These are only in effect in a setting that doesn't use configure */
25 /***************************************************************************/
26 
27 /***************************************************************************/
28 /* HERE DEFINE MS PRAGMAS TO DISABLE SOME WARNINGS */
29 /***************************************************************************/
30 
31 #include "CoinPragma.hpp"
32 
33 #if defined(_MSC_VER)
34 // warning C4290: C++ exception specification ignored except to indicate
35 // a function is not __declspec(nothrow)
36 # pragma warning(disable:4290)
37 //warning C4996: 'std::xxx' was declared deprecated
38 # pragma warning(disable:4996)
39 #endif
40 
41 /***************************************************************************/
42 /* HERE DEFINE THE CONFIGURATION SPECIFIC MACROS */
43 /***************************************************************************/
44 
45 /* Define to 1 if the Cgl package is used */
46 #define COIN_HAS_CGL 1
47 
48 /* Define to 1 if the Clp package is used */
49 #define COIN_HAS_CLP 1
50 
51 /* Define to 1 if the CoinUtils package is used */
52 #define COIN_HAS_COINUTILS 1
53 
54 /* Define to 1 if the Osi package is used */
55 #define COIN_HAS_OSI 1
56 
57 /* Define to 1 if the Osi package is used */
58 #define COIN_HAS_CBC 1
59 
60 /* Define to the debug sanity check level (0 is no test) */
61 //#define COIN_DECOMP_CHECKLEVEL 0
62 
63 /* Define to the debug verbosity level (0 is no output) */
64 //#define COIN_DECOMP_VERBOSITY 0
65 
66 #define __DECOMP_LP_CLP__
67 #define __DECOMP_IP_CBC__
68