author | athos |
Mon, 13 Jun 2005 16:10:36 +0000 | |
changeset 1475 | 21aa0195aab9 |
parent 1474 | 75c6d2eb187a |
child 1476 | 182da222fceb |
test/lp_test.cc | file | annotate | diff | comparison | revisions |
1.1 --- a/test/lp_test.cc Mon Jun 13 10:30:08 2005 +0000 1.2 +++ b/test/lp_test.cc Mon Jun 13 16:10:36 2005 +0000 1.3 @@ -230,8 +230,8 @@ 1.4 #endif 1.5 1.6 #ifdef HAVE_CPLEX 1.7 - LpCplex lp_cplex; 1.8 - lpTest(lp_cplex); 1.9 +// LpCplex lp_cplex; 1.10 +// lpTest(lp_cplex); 1.11 #endif 1.12 1.13 return 0;