Cbc
trunk
|
00001 /* src/config.h. Generated from config.h.in by configure. */ 00002 /* src/config.h.in. Generated from configure.ac by autoheader. */ 00003 00004 /* Define to the name of the default solver to be used in cbc-generic in small 00005 letters */ 00006 #define CBC_DEFAULT_SOLVER "clp" 00007 00008 /* SVN revision number of project */ 00009 /* #undef CBC_SVN_REV */ 00010 00011 /* Define to 1 if the SMP version of Cbc should be compiled */ 00012 /* #undef CBC_THREAD */ 00013 00014 /* Version number of project */ 00015 #define CBC_VERSION "trunk" 00016 00017 /* Major Version number of project */ 00018 #define CBC_VERSION_MAJOR 9999 00019 00020 /* Minor Version number of project */ 00021 #define CBC_VERSION_MINOR 9999 00022 00023 /* Release Version number of project */ 00024 #define CBC_VERSION_RELEASE 9999 00025 00026 /* Define to the debug sanity check level (0 is no test) */ 00027 #define COIN_CBC_CHECKLEVEL 0 00028 00029 /* Define to the debug verbosity level (0 is no output) */ 00030 #define COIN_CBC_VERBOSITY 0 00031 00032 /* Define to 1 if the ASL package is available */ 00033 /* #undef COIN_HAS_ASL */ 00034 00035 /* Define to 1 if the Clp package is available */ 00036 #define COIN_HAS_CLP 1 00037 00038 /* Define to 1 if the CoinDepend package is available */ 00039 #define COIN_HAS_COINDEPEND 1 00040 00041 /* Define to 1 if the Cpx package is available */ 00042 /* #undef COIN_HAS_CPX */ 00043 00044 /* Define to 1 if the DyLP package is available */ 00045 #define COIN_HAS_DYLP 1 00046 00047 /* Define to 1 if the Glpk package is available */ 00048 #define COIN_HAS_GLPK 1 00049 00050 /* Define to 1 if the Grb package is available */ 00051 /* #undef COIN_HAS_GRB */ 00052 00053 /* Define to 1 if the Miplib3 package is available */ 00054 #define COIN_HAS_MIPLIB3 1 00055 00056 /* Define to 1 if the Msk package is available */ 00057 /* #undef COIN_HAS_MSK */ 00058 00059 /* Define to 1 if the Netlib package is available */ 00060 #define COIN_HAS_NETLIB 1 00061 00062 /* Define to 1 if the OsiTests package is available */ 00063 #define COIN_HAS_OSITESTS 1 00064 00065 /* Define to 1 if readline is available */ 00066 #define COIN_HAS_READLINE 1 00067 00068 /* Define to 1 if the Sample package is available */ 00069 #define COIN_HAS_SAMPLE 1 00070 00071 /* Define to 1 if the Spx package is available */ 00072 /* #undef COIN_HAS_SPX */ 00073 00074 /* Define to 1 if the Vol package is available */ 00075 #define COIN_HAS_VOL 1 00076 00077 /* Define to 1 if the Xpr package is available */ 00078 /* #undef COIN_HAS_XPR */ 00079 00080 /* Define to 1 if you have the <cfloat> header file. */ 00081 #define HAVE_CFLOAT 1 00082 00083 /* Define to 1 if you have the <cieeefp> header file. */ 00084 /* #undef HAVE_CIEEEFP */ 00085 00086 /* Define if clock_gettime and rt library is available */ 00087 /* #undef HAVE_CLOCK_GETTIME */ 00088 00089 /* Define to 1 if you have the <cmath> header file. */ 00090 #define HAVE_CMATH 1 00091 00092 /* Define to 1 if you have the <dlfcn.h> header file. */ 00093 /* #undef HAVE_DLFCN_H */ 00094 00095 /* Define to 1 if you have the <float.h> header file. */ 00096 /* #undef HAVE_FLOAT_H */ 00097 00098 /* Define to 1 if you have the <ieeefp.h> header file. */ 00099 /* #undef HAVE_IEEEFP_H */ 00100 00101 /* Define to 1 if you have the <inttypes.h> header file. */ 00102 /* #undef HAVE_INTTYPES_H */ 00103 00104 /* Define to 1 if you have the <math.h> header file. */ 00105 /* #undef HAVE_MATH_H */ 00106 00107 /* Define to 1 if you have the <memory.h> header file. */ 00108 /* #undef HAVE_MEMORY_H */ 00109 00110 /* Define to 1 if you have the <readline/readline.h> header file. */ 00111 #define HAVE_READLINE_READLINE_H 1 00112 00113 /* Define to 1 if you have the <stdint.h> header file. */ 00114 /* #undef HAVE_STDINT_H */ 00115 00116 /* Define to 1 if you have the <stdlib.h> header file. */ 00117 /* #undef HAVE_STDLIB_H */ 00118 00119 /* Define to 1 if you have the <strings.h> header file. */ 00120 /* #undef HAVE_STRINGS_H */ 00121 00122 /* Define to 1 if you have the <string.h> header file. */ 00123 /* #undef HAVE_STRING_H */ 00124 00125 /* Define to 1 if you have the <sys/stat.h> header file. */ 00126 /* #undef HAVE_SYS_STAT_H */ 00127 00128 /* Define to 1 if you have the <sys/types.h> header file. */ 00129 /* #undef HAVE_SYS_TYPES_H */ 00130 00131 /* Define to 1 if you have the <unistd.h> header file. */ 00132 /* #undef HAVE_UNISTD_H */ 00133 00134 /* Define to the sub-directory in which libtool stores uninstalled libraries. 00135 */ 00136 /* #undef LT_OBJDIR */ 00137 00138 /* define to the name of the default solver interface class, e.g., 00139 OsiClpSolverInterface */ 00140 #define OSICBC_DFLT_SOLVER OsiClpSolverInterface 00141 00142 /* define this symbol if clp is the default solver */ 00143 #define OSICBC_DFLT_SOLVER_CLP 1 00144 00145 /* define to the name of the .hpp file for the default solver interface class, 00146 e.g., "OsiClpSolverInterface.hpp" (include quotes) */ 00147 #define OSICBC_DFLT_SOLVER_HPP "OsiClpSolverInterface.hpp" 00148 00149 /* Name of package */ 00150 #define PACKAGE "cbc" 00151 00152 /* Define to the address where bug reports for this package should be sent. */ 00153 #define PACKAGE_BUGREPORT "cbc@lists.coin-or.org" 00154 00155 /* Define to the full name of this package. */ 00156 #define PACKAGE_NAME "Cbc" 00157 00158 /* Define to the full name and version of this package. */ 00159 #define PACKAGE_STRING "Cbc trunk" 00160 00161 /* Define to the one symbol short name of this package. */ 00162 #define PACKAGE_TARNAME "cbc" 00163 00164 /* Define to the home page for this package. */ 00165 #define PACKAGE_URL "" 00166 00167 /* Define to the version of this package. */ 00168 #define PACKAGE_VERSION "trunk" 00169 00170 /* Define to 1 if you have the ANSI C header files. */ 00171 /* #undef STDC_HEADERS */ 00172 00173 /* Version number of package */ 00174 #define VERSION "trunk"