Changeset 155:8c6292ec54c6 in lemon-0.x for src/work/marci_graph_demo.cc
- Timestamp:
- 03/04/04 20:38:07 (19 years ago)
- Branch:
- default
- Phase:
- public
- Convert:
- svn:c9d7d8f5-90d6-0310-b91f-818b3a526b0e/lemon/trunk@217
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/work/marci_graph_demo.cc
r133 r155 246 246 std::cout << "flow value: "<< max_flow_test.flowValue() << std::endl; 247 247 } 248 248 /* 249 249 { 250 250 std::list<NodeIt> S; … … 264 264 std::cout << "flow value: "<< max_flow_test.flowValue() << std::endl; 265 265 } 266 266 */ 267 267 return 0; 268 268 }
Note: See TracChangeset
for help on using the changeset viewer.