Changeset 95:3322fbf254d2 in lemon-0.x for src/work/alpar
- Timestamp:
- 02/18/04 13:45:44 (21 years ago)
- Branch:
- default
- Phase:
- public
- Convert:
- svn:c9d7d8f5-90d6-0310-b91f-818b3a526b0e/lemon/trunk@124
- Location:
- src/work/alpar
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
src/work/alpar/f_ed_ka.h
r94 r95 17 17 FlowMap &f, 18 18 CapacityMap &c, 19 typename Graph:: EachNodeIt s,20 typename Graph:: EachNodeIt t)19 typename Graph::NodeIt s, 20 typename Graph::NodeIt t) 21 21 { 22 22 typedef typename Graph::NodeIt NodeIt; -
src/work/alpar/f_ed_ka_demo.cc
r91 r95 13 13 14 14 int main(int, char **) { 15 typedef ListGraph::NodeIt NodeIt; 15 16 typedef ListGraph::EachNodeIt EachNodeIt; 16 17 typedef ListGraph::EachEdgeIt EachEdgeIt; 17 18 18 19 ListGraph G; 19 EachNodeIt s, t;20 NodeIt s, t; 20 21 ListGraph::EdgeMap<int> cap(G); 21 22 readDimacsMaxFlow(std::cin, G, s, t, cap);
Note: See TracChangeset
for help on using the changeset viewer.