Changeset 1730:fffa6456548a in lemon-0.x for lemon/graph_utils.h
- Timestamp:
- 10/17/05 12:30:59 (15 years ago)
- Branch:
- default
- Phase:
- public
- Convert:
- svn:c9d7d8f5-90d6-0310-b91f-818b3a526b0e/lemon/trunk@2257
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
lemon/graph_utils.h
r1729 r1730 1327 1327 /// 1328 1328 /// \warning Besides addNode() and addEdge(), a graph structure may provide 1329 /// alternative ways to mo gify the graph. The correct behavior of InDegMap1329 /// alternative ways to modify the graph. The correct behavior of InDegMap 1330 1330 /// is not guarantied if these additional featureas are used. For example 1331 1331 /// the funstions \ref ListGraph::changeSource() "changeSource()", … … 1433 1433 /// 1434 1434 /// \warning Besides addNode() and addEdge(), a graph structure may provide 1435 /// alternative ways to mo gify the graph. The correct behavior of OutDegMap1435 /// alternative ways to modify the graph. The correct behavior of OutDegMap 1436 1436 /// is not guarantied if these additional featureas are used. For example 1437 1437 /// the funstions \ref ListGraph::changeSource() "changeSource()",
Note: See TracChangeset
for help on using the changeset viewer.