[Lemon-commits] [lemon_svn] klao: r2339 - hugo/trunk/test

Lemon SVN svn at lemon.cs.elte.hu
Mon Nov 6 20:51:54 CET 2006


Author: klao
Date: Wed Nov 16 05:22:49 2005
New Revision: 2339

Modified:
   hugo/trunk/test/lp_test.cc

Log:
lp_test.cc:

* bugfix in cplex part: check compiling and running on two different instances


Modified: hugo/trunk/test/lp_test.cc
==============================================================================
--- hugo/trunk/test/lp_test.cc	(original)
+++ hugo/trunk/test/lp_test.cc	Wed Nov 16 05:22:49 2005
@@ -290,9 +290,9 @@
 #endif
 
 #ifdef HAVE_CPLEX
-  LpCplex lp_cplex;
-  lpTest(lp_cplex);
-  aTest(lp_cplex);
+  LpCplex lp_cplex1,lp_cplex2;
+  lpTest(lp_cplex1);
+  aTest(lp_cplex2);
 #endif
 
   return 0;



More information about the Lemon-commits mailing list