COIN-OR::LEMON - Graph Library

Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • test/mip_test.cc

    r551 r542  
    33 * This file is a part of LEMON, a generic C++ optimization library.
    44 *
    5  * Copyright (C) 2003-2009
     5 * Copyright (C) 2003-2008
    66 * Egervary Jeno Kombinatorikus Optimalizalasi Kutatocsoport
    77 * (Egervary Research Group on Combinatorial Optimization, EGRES).
     
    110110void cloneTest()
    111111{
    112 
     112 
    113113  MIP* mip = new MIP();
    114114  MIP* mipnew = mip->newSolver();
     
    134134    CplexMip mip2;
    135135    aTest(mip2);
    136     cloneTest<CplexMip>();
    137136  } catch (CplexEnv::LicenseError& error) {
    138137#ifdef LEMON_FORCE_CPLEX_CHECK
     
    143142#endif
    144143  }
     144  cloneTest<CplexMip>();
    145145#endif
    146146
Note: See TracChangeset for help on using the changeset viewer.