Changeset 784:a48964a87141 in lemon-0.x for src/work/marci
- Timestamp:
- 09/02/04 13:20:49 (20 years ago)
- Branch:
- default
- Phase:
- public
- Convert:
- svn:c9d7d8f5-90d6-0310-b91f-818b3a526b0e/lemon/trunk@1077
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/work/marci/graph_wrapper_time.cc
r777 r784 36 36 MyMaxFlow max_flow(g, s, t, cap, flow); 37 37 max_flow.run(MyMaxFlow::NO_FLOW); 38 cout << "flow value: " << max_flow.flowValue() << endl; 38 39 cout << ts << endl; 39 40 }
Note: See TracChangeset
for help on using the changeset viewer.