[Lemon-commits] deba: r3090 - hugo/trunk/test
Lemon SVN
svn at lemon.cs.elte.hu
Wed Nov 29 18:32:03 CET 2006
Author: deba
Date: Wed Nov 29 18:32:03 2006
New Revision: 3090
Modified:
hugo/trunk/test/lp_test.cc
Log:
checking soplex
Modified: hugo/trunk/test/lp_test.cc
==============================================================================
--- hugo/trunk/test/lp_test.cc (original)
+++ hugo/trunk/test/lp_test.cc Wed Nov 29 18:32:03 2006
@@ -33,6 +33,10 @@
#include <lemon/lp_cplex.h>
#endif
+// #ifdef HAVE_SOPLEX
+// #include <lemon/lp_soplex.h>
+// #endif
+
using namespace lemon;
void lpTest(LpSolverBase & lp)
@@ -354,5 +358,11 @@
aTest(lp_cplex2);
#endif
+// #ifdef HAVE_SOPLEX
+// LpSoplex lp_soplex1,lp_soplex2;
+// lpTest(lp_soplex1);
+// aTest(lp_soplex2);
+// #endif
+
return 0;
}
More information about the Lemon-commits
mailing list