00001 /* inc/config_cbc.h. Generated by configure. */ 00002 /* inc/config_cbc.h.in. Generated from configure.ac by autoheader. */ 00003 00004 /* "Version of Cbc" */ 00005 #define CBCVERSION "2.3.2" 00006 00007 /* Define to the name of the default solver to be used in cbc-generic in small 00008 letters */ 00009 #define CBC_DEFAULT_SOLVER "clp" 00010 00011 /* Define to 1 if the SMP version of Cbc should be compiled */ 00012 #define CBC_THREAD 1 00013 00014 /* Define to the debug sanity check level (0 is no test) */ 00015 #define COIN_CBC_CHECKLEVEL 0 00016 00017 /* Define to the debug verbosity level (0 is no output) */ 00018 #define COIN_CBC_VERBOSITY 0 00019 00020 /* If defined, the Ampl Solver Library is available. */ 00021 /* #undef COIN_HAS_ASL */ 00022 00023 /* Define to 1 if the Cbc package is used */ 00024 #define COIN_HAS_CBC 1 00025 00026 /* Define to 1 if the Cgl package is used */ 00027 #define COIN_HAS_CGL 1 00028 00029 /* Define to 1 if the Clp package is used */ 00030 #define COIN_HAS_CLP 1 00031 00032 /* Define to 1 if the CoinUtils package is used */ 00033 #define COIN_HAS_COINUTILS 1 00034 00035 /* Define to 1 if the Cplex package is available */ 00036 /* #undef COIN_HAS_CPX */ 00037 00038 /* Define to 1 if the DyLP package is used */ 00039 /* #undef COIN_HAS_DYLP */ 00040 00041 /* Define to 1 if the FortMP package is available */ 00042 /* #undef COIN_HAS_FMP */ 00043 00044 /* Define to 1 if Glpk package is available */ 00045 /* #undef COIN_HAS_GLPK */ 00046 00047 /* Define to 1 if the Mosek package is available */ 00048 /* #undef COIN_HAS_MSK */ 00049 00050 /* Define to 1 if the Osi package is used */ 00051 #define COIN_HAS_OSI 1 00052 00053 /* Define to 1 if the Osl package is available */ 00054 /* #undef COIN_HAS_OSL */ 00055 00056 /* Define to 1 if the Soplex package is available */ 00057 /* #undef COIN_HAS_SPX */ 00058 00059 /* Define to 1 if the SYMPHONY package is used */ 00060 /* #undef COIN_HAS_SYMPHONY */ 00061 00062 /* Define to 1 if the Vol package is used */ 00063 #define COIN_HAS_VOL 1 00064 00065 /* Define to 1 if the Xpress package is available */ 00066 /* #undef COIN_HAS_XPR */ 00067 00068 /* Define if clock_gettime and rt library is available */ 00069 #define HAVE_CLOCK_GETTIME 1 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 /* Name of package */ 00102 #define PACKAGE "cbc" 00103 00104 /* Define to the address where bug reports for this package should be sent. */ 00105 #define PACKAGE_BUGREPORT "coin-cbc@list.coin-or.org" 00106 00107 /* Define to the full name of this package. */ 00108 #define PACKAGE_NAME "Cbc" 00109 00110 /* Define to the full name and version of this package. */ 00111 #define PACKAGE_STRING "Cbc 2.3.2" 00112 00113 /* Define to the one symbol short name of this package. */ 00114 #define PACKAGE_TARNAME "cbc" 00115 00116 /* Define to the version of this package. */ 00117 #define PACKAGE_VERSION "2.3.2" 00118 00119 /* Define to 1 if you have the ANSI C header files. */ 00120 #define STDC_HEADERS 1 00121 00122 /* Version number of package */ 00123 #define VERSION "2.3.2"