Changeset 107:8d62f0072ff0 in lemon-0.x for src/work/edmonds_karp.hh
- Timestamp:
- 02/20/04 22:59:34 (19 years ago)
- Branch:
- default
- Phase:
- public
- Convert:
- svn:c9d7d8f5-90d6-0310-b91f-818b3a526b0e/lemon/trunk@142
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/work/edmonds_karp.hh
r100 r107 9 9 #include <time_measure.h> 10 10 11 namespace marci{11 namespace hugo { 12 12 13 13 template<typename Graph, typename Number, typename FlowMap, typename CapacityMap> … … 541 541 void set(NodeIt nit, T a) { container[G.id(nit)]=a; } 542 542 T get(NodeIt nit) const { return container[G.id(nit)]; } 543 //void resize() { container.resize(G.node_id); }544 //void resize(T a) { container.resize(G.node_id, a); }543 //void update() { container.resize(G.node_id); } 544 //void update(T a) { container.resize(G.node_id, a); } 545 545 }; 546 546 */ … … 647 647 648 648 649 } // namespace marci649 } // namespace hugo 650 650 651 651 #endif //EDMONDS_KARP_HH
Note: See TracChangeset
for help on using the changeset viewer.