Changeset 393:4535f78639e2 in lemon-0.x for src/work/marci/bipartite_graph_wrapper_test.cc
- Timestamp:
- 04/24/04 17:19:17 (20 years ago)
- Branch:
- default
- Phase:
- public
- Convert:
- svn:c9d7d8f5-90d6-0310-b91f-818b3a526b0e/lemon/trunk@524
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/work/marci/bipartite_graph_wrapper_test.cc
r389 r393 73 73 max_flow_test(stgw, stgw.S_NODE, stgw.T_NODE, const1map, flow); 74 74 max_flow_test.augmentOnShortestPath(); 75 max_flow_test.augmentOnShortestPath(); 76 77 std::cout << max_flow_test.flowValue() << std::endl; 75 78 76 79 return 0;
Note: See TracChangeset
for help on using the changeset viewer.