Changeset 280:e7f8647ce760 in lemon-1.2 for lemon/list_graph.h
- Timestamp:
- 07/14/08 16:23:11 (17 years ago)
- Branch:
- default
- Phase:
- public
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
lemon/list_graph.h
r239 r280 502 502 ///be invalidated. 503 503 /// 504 ///\warning This functionality cannot be used togetherwith the504 ///\warning This functionality cannot be used in conjunction with the 505 505 ///Snapshot feature. 506 ///507 ///\todo It could be implemented in a bit faster way.508 506 Node split(Node n, bool connect = true) { 509 507 Node b = addNode();
Note: See TracChangeset
for help on using the changeset viewer.