Changes in test/mip_test.cc [542:fc6c7aab4b8d:551:9d0d7e20f76d] in lemon-main
- File:
- 
          - 1 edited
 
 - 
          test/mip_test.cc (modified) (4 diffs)
 
Legend:
- Unmodified
- Added
- Removed
- 
        test/mip_test.ccr542 r551 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.
      

