COIN-OR::LEMON - Graph Library

Changeset 1093:fb1c7da561ce in lemon-main for tools/dimacs-solver.cc


Ignore:
Timestamp:
08/09/13 11:29:40 (11 years ago)
Author:
Alpar Juttner <alpar@…>
Branch:
default
Children:
1094:c08d0f04c117, 1170:ad22262328b3
Phase:
public
Message:

Remove long lines (from all but one file)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • tools/dimacs-solver.cc

    r1092 r1093  
    128128  if (report) {
    129129    std::cerr << "Run NetworkSimplex: " << ti << "\n\n";
    130     std::cerr << "Feasible flow: " << (res == MCF::OPTIMAL ? "found" : "not found") << '\n';
     130    std::cerr << "Feasible flow: " << (res == MCF::OPTIMAL ? "found" :
     131                                       "not found") << '\n';
    131132    if (res) std::cerr << "Min flow cost: "
    132133                       << ns.template totalCost<LargeValue>() << '\n';
Note: See TracChangeset for help on using the changeset viewer.