Changeset 640:6c408d864fa1 in lemon-1.2 for tools
- Timestamp:
- 04/29/09 03:15:24 (17 years ago)
- Branch:
- default
- Phase:
- public
- File:
- 
          - 1 edited
 
 - 
          tools/dimacs-solver.cc (modified) (1 diff)
 
Legend:
- Unmodified
- Added
- Removed
- 
        tools/dimacs-solver.ccr614 r640 120 120 ti.restart(); 121 121 NetworkSimplex<Digraph, Value> ns(g); 122 ns.lowerMap(lower). capacityMap(cap).costMap(cost).supplyMap(sup);123 if (sum_sup > 0) ns. problemType(ns.LEQ);122 ns.lowerMap(lower).upperMap(cap).costMap(cost).supplyMap(sup); 123 if (sum_sup > 0) ns.supplyType(ns.LEQ); 124 124 if (report) std::cerr << "Setup NetworkSimplex class: " << ti << '\n'; 125 125 ti.restart(); 
Note: See TracChangeset
          for help on using the changeset viewer.
      

