Changeset 560:5adcef1d7bcc in lemon-0.x
- Timestamp:
- 05/06/04 20:07:45 (21 years ago)
- Branch:
- default
- Phase:
- public
- Convert:
- svn:c9d7d8f5-90d6-0310-b91f-818b3a526b0e/lemon/trunk@733
- Location:
- src
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
src/hugo/graph_wrapper.h
r556 r560 570 570 ResGraphWrapper() : GraphWrapper<Graph>(0), 571 571 capacity(0), flow(0) { } 572 void setCapacityMap(const CapacityMap& _capacity _map) {573 capacity _map=&_capacity_map;572 void setCapacityMap(const CapacityMap& _capacity) { 573 capacity=&_capacity; 574 574 } 575 575 void setFlowMap(FlowMap& _flow) { -
src/work/marci/bfs_iterator.h
r448 r560 6 6 #include <stack> 7 7 #include <utility> 8 9 #include <hugo/invalid.h> 8 10 9 11 namespace hugo {
Note: See TracChangeset
for help on using the changeset viewer.