Changeset 598:9d0d7e20f76d in lemon for test/mip_test.cc
- Timestamp:
- 03/19/09 08:40:34 (16 years ago)
- Branch:
- default
- Phase:
- public
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
test/mip_test.cc
r589 r598 3 3 * This file is a part of LEMON, a generic C++ optimization library. 4 4 * 5 * Copyright (C) 2003-200 85 * Copyright (C) 2003-2009 6 6 * Egervary Jeno Kombinatorikus Optimalizalasi Kutatocsoport 7 7 * (Egervary Research Group on Combinatorial Optimization, EGRES). … … 110 110 void cloneTest() 111 111 { 112 112 113 113 MIP* mip = new MIP(); 114 114 MIP* mipnew = mip->newSolver(); … … 134 134 CplexMip mip2; 135 135 aTest(mip2); 136 cloneTest<CplexMip>(); 136 137 } catch (CplexEnv::LicenseError& error) { 137 138 #ifdef LEMON_FORCE_CPLEX_CHECK … … 142 143 #endif 143 144 } 144 cloneTest<CplexMip>();145 145 #endif 146 146
Note: See TracChangeset
for help on using the changeset viewer.