COIN-OR::LEMON - Graph Library

Ticket #80: have_soplex.hg

File have_soplex.hg, 525 bytes (added by Balazs Dezso, 16 years ago)
Line 
1# HG changeset patch
2# User Balazs Dezso <deba@inf.elte.hu>
3# Date 1207671114 -7200
4# Node ID c1f3d778456d4336ff4b6436f727e3c905f7cd8d
5# Parent  b6bede534255e492871c601771442b65e12f7319
6HAVE_SOPLEX macro added to config.h.in
7
8diff -r b6bede534255 -r c1f3d778456d lemon/config.h.in
9--- a/lemon/config.h.in Thu Apr 03 13:00:18 2008 +0100
10+++ b/lemon/config.h.in Tue Apr 08 18:11:54 2008 +0200
11@@ -3,3 +3,6 @@
12 
13 /* Define to 1 if you have GLPK. */
14 #undef HAVE_GLPK
15+
16+/* Define to 1 if you have SOPLEX. */
17+#undef HAVE_SOPLEX