00001 /* inc/config_osi.h. Generated by configure. */ 00002 /* inc/config_osi.h.in. Generated from configure.ac by autoheader. */ 00003 00004 /* If defined, the Ampl Solver Library is available. */ 00005 /* #undef COIN_HAS_ASL */ 00006 00007 /* Define to 1 if the Cbc package is used */ 00008 /* #undef COIN_HAS_CBC */ 00009 00010 /* Define to 1 if the Cgl package is used */ 00011 /* #undef COIN_HAS_CGL */ 00012 00013 /* Define to 1 if the Clp package is used */ 00014 #define COIN_HAS_CLP 1 00015 00016 /* Define to 1 if the CoinUtils package is used */ 00017 #define COIN_HAS_COINUTILS 1 00018 00019 /* Define to 1 if the Cplex package is available */ 00020 /* #undef COIN_HAS_CPX */ 00021 00022 /* Define to 1 if the DyLP package is used */ 00023 #define COIN_HAS_DYLP 1 00024 00025 /* Define to 1 if the FortMP package is available */ 00026 /* #undef COIN_HAS_FMP */ 00027 00028 /* Define to 1 if Glpk package is available */ 00029 /* #undef COIN_HAS_GLPK */ 00030 00031 /* Define to 1 if the Mosek package is available */ 00032 /* #undef COIN_HAS_MSK */ 00033 00034 /* Define to 1 if the Osi package is used */ 00035 #define COIN_HAS_OSI 1 00036 00037 /* Define to 1 if the Osl package is available */ 00038 /* #undef COIN_HAS_OSL */ 00039 00040 /* Define to 1 if the Soplex package is available */ 00041 /* #undef COIN_HAS_SPX */ 00042 00043 /* Define to 1 if the SYMPHONY package is used */ 00044 /* #undef COIN_HAS_SYMPHONY */ 00045 00046 /* Define to 1 if the Vol package is used */ 00047 #define COIN_HAS_VOL 1 00048 00049 /* Define to 1 if the Xpress package is available */ 00050 /* #undef COIN_HAS_XPR */ 00051 00052 /* Define to the debug sanity check level (0 is no test) */ 00053 #define COIN_OSI_CHECKLEVEL 0 00054 00055 /* Define to the debug verbosity level (0 is no output) */ 00056 #define COIN_OSI_VERBOSITY 0 00057 00058 /* Define to 1 if GLPK has the advanced B&B solver lpx_intopt */ 00059 /* #undef GLPK_HAS_INTOPT */ 00060 00061 /* Define to 1 if you have the <dlfcn.h> header file. */ 00062 #define HAVE_DLFCN_H 1 00063 00064 /* Define to 1 if you have the <inttypes.h> header file. */ 00065 #define HAVE_INTTYPES_H 1 00066 00067 /* Define to 1 if you have the <memory.h> header file. */ 00068 #define HAVE_MEMORY_H 1 00069 00070 /* Define to 1 if you have the <stdint.h> header file. */ 00071 #define HAVE_STDINT_H 1 00072 00073 /* Define to 1 if you have the <stdlib.h> header file. */ 00074 #define HAVE_STDLIB_H 1 00075 00076 /* Define to 1 if you have the <strings.h> header file. */ 00077 #define HAVE_STRINGS_H 1 00078 00079 /* Define to 1 if you have the <string.h> header file. */ 00080 #define HAVE_STRING_H 1 00081 00082 /* Define to 1 if you have the <sys/stat.h> header file. */ 00083 #define HAVE_SYS_STAT_H 1 00084 00085 /* Define to 1 if you have the <sys/types.h> header file. */ 00086 #define HAVE_SYS_TYPES_H 1 00087 00088 /* Define to 1 if you have the <unistd.h> header file. */ 00089 #define HAVE_UNISTD_H 1 00090 00091 /* Define this variable to enable OsiDylp's informational printing features. 00092 */ 00093 #define ODSI_INFOMSGS 1 00094 00095 /* Control OsiDylp's paranoid checks. Legal values: 0 - off; 1 - normal; 2 - 00096 consistency (expensive) */ 00097 #define ODSI_PARANOIA 1 00098 00099 /* Define this variable to enable support for dylp's statistics collection 00100 features. */ 00101 /* #undef ODSI_STATISTICS */ 00102 00103 /* define to the name of the default solver interface class, e.g., 00104 OsiClpSolverInterface */ 00105 #define OSICBC_DFLT_SOLVER OsiClpSolverInterface 00106 00107 /* define this symbol if clp is the default solver */ 00108 #define OSICBC_DFLT_SOLVER_CLP 1 00109 00110 /* define to the name of the .hpp file for the default solver interface class, 00111 e.g., "OsiClpSolverInterface.hpp" (include quotes) */ 00112 #define OSICBC_DFLT_SOLVER_HPP "OsiClpSolverInterface.hpp" 00113 00114 /* Name of package */ 00115 #define PACKAGE "osi" 00116 00117 /* Define to the address where bug reports for this package should be sent. */ 00118 #define PACKAGE_BUGREPORT "coin-osi@list.coin-or.org" 00119 00120 /* Define to the full name of this package. */ 00121 #define PACKAGE_NAME "Osi" 00122 00123 /* Define to the full name and version of this package. */ 00124 #define PACKAGE_STRING "Osi 0.100.2" 00125 00126 /* Define to the one symbol short name of this package. */ 00127 #define PACKAGE_TARNAME "osi" 00128 00129 /* Define to the version of this package. */ 00130 #define PACKAGE_VERSION "0.100.2" 00131 00132 /* Define to 1 if you have the ANSI C header files. */ 00133 #define STDC_HEADERS 1 00134 00135 /* Version number of package */ 00136 #define VERSION "0.100.2"