Changes in test/mip_test.cc [551:9d0d7e20f76d:542:fc6c7aab4b8d] in lemon-main
- File:
- 
          - 1 edited
 
 - 
          test/mip_test.cc (modified) (4 diffs)
 
Legend:
- Unmodified
- Added
- Removed
- 
        test/mip_test.ccr551 r542 3 3 * This file is a part of LEMON, a generic C++ optimization library. 4 4 * 5 * Copyright (C) 2003-200 95 * Copyright (C) 2003-2008 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>();137 136 } catch (CplexEnv::LicenseError& error) { 138 137 #ifdef LEMON_FORCE_CPLEX_CHECK … … 143 142 #endif 144 143 } 144 cloneTest<CplexMip>(); 145 145 #endif 146 146 
Note: See TracChangeset
          for help on using the changeset viewer.
      

