COIN-OR::LEMON - Graph Library

Changeset 784:a48964a87141 in lemon-0.x for src/work


Ignore:
Timestamp:
09/02/04 13:20:49 (20 years ago)
Author:
marci
Branch:
default
Phase:
public
Convert:
svn:c9d7d8f5-90d6-0310-b91f-818b3a526b0e/lemon/trunk@1077
Message:

dimacs.h

File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/work/marci/graph_wrapper_time.cc

    r777 r784  
    3636  MyMaxFlow max_flow(g, s, t, cap, flow);
    3737  max_flow.run(MyMaxFlow::NO_FLOW);
     38  cout << "flow value: " << max_flow.flowValue() << endl;
    3839  cout << ts << endl;
    3940}
Note: See TracChangeset for help on using the changeset viewer.