config.h

Go to the documentation of this file.
00001 /* src/config.h.  Generated 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 "2.7.4"
00016 
00017 /* Major Version number of project */
00018 #define CBC_VERSION_MAJOR 2
00019 
00020 /* Minor Version number of project */
00021 #define CBC_VERSION_MINOR 7
00022 
00023 /* Release Version number of project */
00024 #define CBC_VERSION_RELEASE 4
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 /* #undef COIN_HAS_DYLP */
00046 
00047 /* Define to 1 if the Glpk package is available */
00048 /* #undef COIN_HAS_GLPK */
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 /* #undef COIN_HAS_MIPLIB3 */
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 /* #undef COIN_HAS_NETLIB */
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 /* #undef COIN_HAS_READLINE */
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 /* #undef COIN_HAS_VOL */
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 #define HAVE_DLFCN_H 1
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 #define HAVE_INTTYPES_H 1
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 #define HAVE_MEMORY_H 1
00109 
00110 /* Define to 1 if you have the <readline/readline.h> header file. */
00111 /* #undef HAVE_READLINE_READLINE_H */
00112 
00113 /* Define to 1 if you have the <stdint.h> header file. */
00114 #define HAVE_STDINT_H 1
00115 
00116 /* Define to 1 if you have the <stdlib.h> header file. */
00117 #define HAVE_STDLIB_H 1
00118 
00119 /* Define to 1 if you have the <strings.h> header file. */
00120 #define HAVE_STRINGS_H 1
00121 
00122 /* Define to 1 if you have the <string.h> header file. */
00123 #define HAVE_STRING_H 1
00124 
00125 /* Define to 1 if you have the <sys/stat.h> header file. */
00126 #define HAVE_SYS_STAT_H 1
00127 
00128 /* Define to 1 if you have the <sys/types.h> header file. */
00129 #define HAVE_SYS_TYPES_H 1
00130 
00131 /* Define to 1 if you have the <unistd.h> header file. */
00132 #define HAVE_UNISTD_H 1
00133 
00134 /* define to the name of the default solver interface class, e.g.,
00135    OsiClpSolverInterface */
00136 #define OSICBC_DFLT_SOLVER OsiClpSolverInterface
00137 
00138 /* define this symbol if clp is the default solver */
00139 #define OSICBC_DFLT_SOLVER_CLP 1
00140 
00141 /* define to the name of the .hpp file for the default solver interface class,
00142    e.g., "OsiClpSolverInterface.hpp" (include quotes) */
00143 #define OSICBC_DFLT_SOLVER_HPP "OsiClpSolverInterface.hpp"
00144 
00145 /* Name of package */
00146 #define PACKAGE "cbc"
00147 
00148 /* Define to the address where bug reports for this package should be sent. */
00149 #define PACKAGE_BUGREPORT "cbc@lists.coin-or.org"
00150 
00151 /* Define to the full name of this package. */
00152 #define PACKAGE_NAME "Cbc"
00153 
00154 /* Define to the full name and version of this package. */
00155 #define PACKAGE_STRING "Cbc 2.7.4"
00156 
00157 /* Define to the one symbol short name of this package. */
00158 #define PACKAGE_TARNAME "cbc"
00159 
00160 /* Define to the version of this package. */
00161 #define PACKAGE_VERSION "2.7.4"
00162 
00163 /* Define to 1 if you have the ANSI C header files. */
00164 #define STDC_HEADERS 1
00165 
00166 /* Version number of package */
00167 #define VERSION "2.7.4"

Generated on Sun Oct 23 03:09:18 2011 for Cbc by  doxygen 1.4.7