lp_test.cc:
authorklao
Wed, 16 Nov 2005 04:22:49 +0000
changeset 179791b8b9cea2f7
parent 1796 b6a58c8bea87
child 1798 8b91105d5374
lp_test.cc:

* bugfix in cplex part: check compiling and running on two different instances
test/lp_test.cc
     1.1 --- a/test/lp_test.cc	Tue Nov 15 20:51:06 2005 +0000
     1.2 +++ b/test/lp_test.cc	Wed Nov 16 04:22:49 2005 +0000
     1.3 @@ -290,9 +290,9 @@
     1.4  #endif
     1.5  
     1.6  #ifdef HAVE_CPLEX
     1.7 -  LpCplex lp_cplex;
     1.8 -  lpTest(lp_cplex);
     1.9 -  aTest(lp_cplex);
    1.10 +  LpCplex lp_cplex1,lp_cplex2;
    1.11 +  lpTest(lp_cplex1);
    1.12 +  aTest(lp_cplex2);
    1.13  #endif
    1.14  
    1.15    return 0;