COIN-OR::LEMON - Graph Library

Changes in / [571:d5c39e9d1a4e:570:ab6da8cf5ab2] in lemon-1.2


Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • tools/dimacs-solver.cc

    r569 r561  
    116116           DimacsDescriptor &desc)
    117117{
    118   std::stringstream iss(static_cast<std::string>(ap["infcap"]));
     118  std::stringstream iss(ap["infcap"]);
    119119  Value infty;
    120120  iss >> infty;
Note: See TracChangeset for help on using the changeset viewer.