00001 /* inc/config_cbc.h. Generated by configure. */ 00002 /* inc/config_cbc.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.6.4" 00016 00017 /* Define to the debug sanity check level (0 is no test) */ 00018 #define COIN_CBC_CHECKLEVEL 0 00019 00020 /* Define to the debug verbosity level (0 is no output) */ 00021 #define COIN_CBC_VERBOSITY 0 00022 00023 /* Define to 1 if the ASL package is available */ 00024 /* #undef COIN_HAS_ASL */ 00025 00026 /* Define to 1 if the Clp package is available */ 00027 #define COIN_HAS_CLP 1 00028 00029 /* Define to 1 if the CoinDepend package is available */ 00030 #define COIN_HAS_COINDEPEND 1 00031 00032 /* Define to 1 if the Cpx package is available */ 00033 /* #undef COIN_HAS_CPX */ 00034 00035 /* Define to 1 if the DyLP package is available */ 00036 /* #undef COIN_HAS_DYLP */ 00037 00038 /* Define to 1 if the Glpk package is available */ 00039 /* #undef COIN_HAS_GLPK */ 00040 00041 /* Define to 1 if the Grb package is available */ 00042 /* #undef COIN_HAS_GRB */ 00043 00044 /* Define to 1 if the Miplib3 package is available */ 00045 /* #undef COIN_HAS_MIPLIB3 */ 00046 00047 /* Define to 1 if the Msk package is available */ 00048 /* #undef COIN_HAS_MSK */ 00049 00050 /* Define to 1 if the Netlib package is available */ 00051 /* #undef COIN_HAS_NETLIB */ 00052 00053 /* Define to 1 if the OsiTests package is available */ 00054 #define COIN_HAS_OSITESTS 1 00055 00056 /* Define to 1 if the Sample package is available */ 00057 #define COIN_HAS_SAMPLE 1 00058 00059 /* Define to 1 if the Spx package is available */ 00060 /* #undef COIN_HAS_SPX */ 00061 00062 /* Define to 1 if the Vol package is available */ 00063 #define COIN_HAS_VOL 1 00064 00065 /* Define to 1 if the Xpr package is available */ 00066 /* #undef COIN_HAS_XPR */ 00067 00068 /* Define if clock_gettime and rt library is available */ 00069 /* #undef HAVE_CLOCK_GETTIME */ 00070 00071 /* Define to 1 if you have the <dlfcn.h> header file. */ 00072 #define HAVE_DLFCN_H 1 00073 00074 /* Define to 1 if you have the <inttypes.h> header file. */ 00075 #define HAVE_INTTYPES_H 1 00076 00077 /* Define to 1 if you have the <memory.h> header file. */ 00078 #define HAVE_MEMORY_H 1 00079 00080 /* Define to 1 if you have the <stdint.h> header file. */ 00081 #define HAVE_STDINT_H 1 00082 00083 /* Define to 1 if you have the <stdlib.h> header file. */ 00084 #define HAVE_STDLIB_H 1 00085 00086 /* Define to 1 if you have the <strings.h> header file. */ 00087 #define HAVE_STRINGS_H 1 00088 00089 /* Define to 1 if you have the <string.h> header file. */ 00090 #define HAVE_STRING_H 1 00091 00092 /* Define to 1 if you have the <sys/stat.h> header file. */ 00093 #define HAVE_SYS_STAT_H 1 00094 00095 /* Define to 1 if you have the <sys/types.h> header file. */ 00096 #define HAVE_SYS_TYPES_H 1 00097 00098 /* Define to 1 if you have the <unistd.h> header file. */ 00099 #define HAVE_UNISTD_H 1 00100 00101 /* define to the name of the default solver interface class, e.g., 00102 OsiClpSolverInterface */ 00103 #define OSICBC_DFLT_SOLVER OsiClpSolverInterface 00104 00105 /* define this symbol if clp is the default solver */ 00106 #define OSICBC_DFLT_SOLVER_CLP 1 00107 00108 /* define to the name of the .hpp file for the default solver interface class, 00109 e.g., "OsiClpSolverInterface.hpp" (include quotes) */ 00110 #define OSICBC_DFLT_SOLVER_HPP "OsiClpSolverInterface.hpp" 00111 00112 /* Name of package */ 00113 #define PACKAGE "cbc" 00114 00115 /* Define to the address where bug reports for this package should be sent. */ 00116 #define PACKAGE_BUGREPORT "cbc@lists.coin-or.org" 00117 00118 /* Define to the full name of this package. */ 00119 #define PACKAGE_NAME "Cbc" 00120 00121 /* Define to the full name and version of this package. */ 00122 #define PACKAGE_STRING "Cbc 2.6.4" 00123 00124 /* Define to the one symbol short name of this package. */ 00125 #define PACKAGE_TARNAME "cbc" 00126 00127 /* Define to the version of this package. */ 00128 #define PACKAGE_VERSION "2.6.4" 00129 00130 /* Define to 1 if you have the ANSI C header files. */ 00131 #define STDC_HEADERS 1 00132 00133 /* Version number of package */ 00134 #define VERSION "2.6.4"