Cbc  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_cbc_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_CBC_CHECKLEVEL 0
00015 
00016 /* Define to the debug verbosity level (0 is no output) */
00017 #define COIN_CBC_VERBOSITY 0
00018 
00019 /* Define to 1 if the Cgl package is used */
00020 #define COIN_HAS_CGL 1
00021 
00022 /* Define to 1 if the Clp package is used */
00023 #define COIN_HAS_CLP 1
00024 
00025 /* Define to 1 if the CoinUtils package is used */
00026 #define COIN_HAS_COINUTILS 1
00027 
00028 /* Define to 1 if the Osi package is used */
00029 #define COIN_HAS_OSI 1
00030 
00031 /* Define to 1 if the Vol package is used */
00032 #define COIN_HAS_VOL 1
00033 
00034 /* Define to 1 if the Cplex package is used */
00035 /* #undef COIN_HAS_CPX */
00036 
00037 /* Define to 1 if the Dylp package is used */
00038 /* #undef COIN_HAS_DYLP */
00039 
00040 /* Define to 1 if the Glpk package is used */
00041 /* #undef COIN_HAS_GLPK */
00042 
00043 /* Define to 1 if the Mosek package is used */
00044 /* #undef COIN_HAS_MSK */
00045 
00046 /* Define to 1 if the Soplex package is used */
00047 /* #undef COIN_HAS_SPX */
00048 
00049 /* Define to 1 if the Sym package is used */
00050 /* #undef COIN_HAS_SYM */
00051 
00052 /* Define to 1 if the Xpress package is used */
00053 /* #undef COIN_HAS_XPR */
00054 
00055 /*
00056   For additional information about how to set OSICBC_DFLT_SOLVER,
00057   OSICBC_DFLT_SOLVER_CLP, and OSICBC_DFLT_SOLVER_HPP, please see comments at
00058   the beginning of OsiCbcSolverInterface.cpp. Unless you know what you're
00059   doing, you should use clp with OsiCbc. Just uncomment the next three
00060   defines.
00061 */
00062 /*
00063   Define to the name of the default solver interface class, e.g.,
00064   OsiClpSolverInterface.
00065 */
00066 /* #define OSICBC_DFLT_SOLVER OsiClpSolverInterface */
00067 
00068 /* Define this symbol if clp is the default solver. */
00069 /* #define OSICBC_DFLT_SOLVER_CLP 1 */
00070 
00071 /*
00072   Define to the name of the .hpp file for the default solver interface class,
00073   e.g., "OsiClpSolverInterface.hpp" (include quotes)
00074 */
00075 /* #define OSICBC_DFLT_SOLVER_HPP "OsiClpSolverInterface.hpp" */
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines