Changeset 1797:91b8b9cea2f7 in lemon-0.x for test/lp_test.cc
- Timestamp:
- 11/16/05 05:22:49 (18 years ago)
- Branch:
- default
- Phase:
- public
- Convert:
- svn:c9d7d8f5-90d6-0310-b91f-818b3a526b0e/lemon/trunk@2339
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
test/lp_test.cc
r1543 r1797 291 291 292 292 #ifdef HAVE_CPLEX 293 LpCplex lp_cplex ;294 lpTest(lp_cplex );295 aTest(lp_cplex );293 LpCplex lp_cplex1,lp_cplex2; 294 lpTest(lp_cplex1); 295 aTest(lp_cplex2); 296 296 #endif 297 297
Note: See TracChangeset
for help on using the changeset viewer.