Changeset 1508:389a94a1d9eb in lemon-0.x for test/lp_test.cc
- Timestamp:
- 06/21/05 17:58:57 (20 years ago)
- Branch:
- default
- Phase:
- public
- Convert:
- svn:c9d7d8f5-90d6-0310-b91f-818b3a526b0e/lemon/trunk@1989
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
test/lp_test.cc
r1493 r1508 18 18 void lpTest(LpSolverBase & lp) 19 19 { 20 21 22 20 23 typedef LpSolverBase LP; 21 24 … … 23 26 // for(int i=0;i<10;i++) x.push_back(lp.addCol()); 24 27 lp.addColSet(x); 28 29 #ifndef GYORSITAS 25 30 26 31 std::vector<LP::Col> y(10); … … 175 180 } 176 181 177 182 #endif 178 183 } 179 184 … … 241 246 242 247 #ifdef HAVE_CPLEX 243 // LpCplex lp_cplex; 244 // lpTest(lp_cplex); 248 LpCplex lp_cplex; 249 lpTest(lp_cplex); 250 aTest(lp_cplex); 245 251 #endif 246 252
Note: See TracChangeset
for help on using the changeset viewer.