Changeset 2534:edad4c3e926d in lemon-0.x for lemon/graph_utils.h
- Timestamp:
- 12/05/07 13:57:24 (15 years ago)
- Branch:
- default
- Phase:
- public
- Convert:
- svn:c9d7d8f5-90d6-0310-b91f-818b3a526b0e/lemon/trunk@3411
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
lemon/graph_utils.h
r2510 r2534 932 932 /// 933 933 /// After the copy the \c nr map will contain the mapping from the 934 /// from graph's nodes to the to graph's nodes and the \c ecr will935 /// contain the mapping from the to graph's edges to the from's936 /// edges.934 /// nodes of the \c from graph to the nodes of the \c to graph and 935 /// \c ecr will contain the mapping from the edges of the \c to graph 936 /// to the edges of the \c from graph. 937 937 /// 938 938 /// \see GraphCopy … … 1189 1189 /// 1190 1190 /// After the copy the \c nr map will contain the mapping from the 1191 /// from graph's nodes to the to graph's nodes and the \c ecr will1192 /// contain the mapping from the to graph's edges to the from's1193 /// edges.1191 /// nodes of the \c from graph to the nodes of the \c to graph and 1192 /// \c ecr will contain the mapping from the edges of the \c to graph 1193 /// to the edges of the \c from graph. 1194 1194 /// 1195 1195 /// \see UGraphCopy … … 1554 1554 /// 1555 1555 /// After the copy the \c nr map will contain the mapping from the 1556 /// from graph's nodes to the to graph's nodes and the \c ecr will1557 /// contain the mapping from the to graph's edges to the from's1558 /// edges.1556 /// nodes of the \c from graph to the nodes of the \c to graph and 1557 /// \c ecr will contain the mapping from the edges of the \c to graph 1558 /// to the edges of the \c from graph. 1559 1559 /// 1560 1560 /// \see BpUGraphCopy
Note: See TracChangeset
for help on using the changeset viewer.