Osi  trunk
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines
config_default.h
Go to the documentation of this file.
00001 
00002 /* include the COIN-OR-wide system specific configure header */
00003 #include "configall_system.h"
00004 
00005 /* include the public project specific macros */
00006 #include "config_osi_default.h"
00007 
00008 /***************************************************************************/
00009 /*             HERE DEFINE THE PROJECT SPECIFIC MACROS                     */
00010 /*    These are only in effect in a setting that doesn't use configure     */
00011 /***************************************************************************/
00012 
00013 /* Define to the debug sanity check level (0 is no test) */
00014 #define COIN_OSI_CHECKLEVEL 0
00015 
00016 /* Define to the debug verbosity level (0 is no output) */
00017 #define COIN_OSI_VERBOSITY 0
00018 
00019 /* Define to 1 if the CoinUtils package is used.
00020  * Don't undef this unless you really know what you're doing.
00021  */
00022 #define COIN_HAS_COINUTILS 1
00023 
00024 /* Define to 1 if the Cplex package is used */
00025 /* #define COIN_HAS_CPX 1 */
00026 
00027 /* Define to 1 if the Glpk package is used */
00028 /* #define COIN_HAS_GLPK 1 */
00029 
00030 /* Define to 1 if the Gurobi package is used */
00031 /* #define COIN_HAS_GRB 1 */
00032 
00033 /* Define to 1 if the Mosek package is used */
00034 /* #define COIN_HAS_MSK 1 */
00035 
00036 /* Define to 1 if the SoPlex package is used */
00037 /* #define COIN_HAS_SPX 1 */
00038 
00039 /* Define to 1 if the Xpress package is used */
00040 /* #define COIN_HAS_XPR 1 */
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines