COIN-OR::LEMON - Graph Library

Changeset 375:d9a58896ab43 in lemon-0.x for src/work


Ignore:
Timestamp:
04/22/04 17:58:08 (20 years ago)
Author:
jacint
Branch:
default
Phase:
public
Convert:
svn:c9d7d8f5-90d6-0310-b91f-818b3a526b0e/lemon/trunk@505
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/work/jacint/preflow.cc

    r374 r375  
    3333 
    3434  Graph::EdgeMap<int> flow2(G);
    35   Preflow<Graph, int> max_flow_test2(G, s, t, cap, flow, 1,0);
     35  Preflow<Graph, int> max_flow_test2(G, s, t, cap, flow2, 1,0);
    3636  ts.reset();
    3737  max_flow_test2.run();
    38   std::cout << "elapsed time: " << ts << std::endl;
     38  std::cout << "elapsed time without res: " << ts << std::endl;
    3939 
    4040  Graph::NodeMap<bool> cut(G);
Note: See TracChangeset for help on using the changeset viewer.