tools/dimacs-solver.cc
changeset 1271 fb1c7da561ce
parent 1270 dceba191c00d
child 1386 ad22262328b3
     1.1 --- a/tools/dimacs-solver.cc	Fri Aug 09 11:28:17 2013 +0200
     1.2 +++ b/tools/dimacs-solver.cc	Fri Aug 09 11:29:40 2013 +0200
     1.3 @@ -127,7 +127,8 @@
     1.4    typename MCF::ProblemType res = ns.run();
     1.5    if (report) {
     1.6      std::cerr << "Run NetworkSimplex: " << ti << "\n\n";
     1.7 -    std::cerr << "Feasible flow: " << (res == MCF::OPTIMAL ? "found" : "not found") << '\n';
     1.8 +    std::cerr << "Feasible flow: " << (res == MCF::OPTIMAL ? "found" :
     1.9 +                                       "not found") << '\n';
    1.10      if (res) std::cerr << "Min flow cost: "
    1.11                         << ns.template totalCost<LargeValue>() << '\n';
    1.12    }