summaryrefslogtreecommitdiff
path: root/lemon/lemon/config.h
diff options
context:
space:
mode:
Diffstat (limited to 'lemon/lemon/config.h')
-rw-r--r--lemon/lemon/config.h27
1 files changed, 27 insertions, 0 deletions
diff --git a/lemon/lemon/config.h b/lemon/lemon/config.h
new file mode 100644
index 0000000..170920c
--- /dev/null
+++ b/lemon/lemon/config.h
@@ -0,0 +1,27 @@
+/* lemon/config.h. Generated from config.h.in by configure. */
+/* The version string */
+#define LEMON_VERSION 1.2.3
+
+/* Define to 1 if you have long long */
+#define LEMON_HAVE_LONG_LONG 1
+
+/* Define to 1 if you have any LP solver. */
+/* #undef LEMON_HAVE_LP */
+
+/* Define to 1 if you have any MIP solver. */
+/* #undef LEMON_HAVE_MIP */
+
+/* Define to 1 if you have CPLEX. */
+/* #undef LEMON_HAVE_CPLEX */
+
+/* Define to 1 if you have GLPK. */
+/* #undef LEMON_HAVE_GLPK */
+
+/* Define to 1 if you have SOPLEX */
+/* #undef LEMON_HAVE_SOPLEX */
+
+/* Define to 1 if you have CLP */
+/* #undef LEMON_HAVE_CLP */
+
+/* Define to 1 if you have CBC */
+/* #undef LEMON_HAVE_CBC */