COIN-OR::LEMON - Graph Library

Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • test/mip_test.cc

    r542 r538  
    107107}
    108108
    109 template<class MIP>
    110 void cloneTest()
    111 {
    112  
    113   MIP* mip = new MIP();
    114   MIP* mipnew = mip->newSolver();
    115   MIP* mipclone = mip->cloneSolver();
    116   delete mip;
    117   delete mipnew;
    118   delete mipclone;
    119 }
    120109
    121110int main()
     
    126115    GlpkMip mip1;
    127116    aTest(mip1);
    128     cloneTest<GlpkMip>();
    129117  }
    130118#endif
     
    142130#endif
    143131  }
    144   cloneTest<CplexMip>();
    145132#endif
    146133
Note: See TracChangeset for help on using the changeset viewer.