Changeset 1845:f8bbfed86036 in lemon-0.x for test/heap_test.cc
- Timestamp:
- 12/03/05 19:17:29 (17 years ago)
- Branch:
- default
- Phase:
- public
- Convert:
- svn:c9d7d8f5-90d6-0310-b91f-818b3a526b0e/lemon/trunk@2404
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
test/heap_test.cc
r1744 r1845 57 57 check(input, "Input file '" << f_name << "' not found."); 58 58 GraphReader<Graph>(input, graph). 59 readEdgeMap(" length", length).59 readEdgeMap("capacity", length). 60 60 readNode("source", start). 61 61 run();
Note: See TracChangeset
for help on using the changeset viewer.