Changes between Initial Version and Version 1 of Ticket #251
- Timestamp:
- 11/04/09 18:42:02 (15 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #251
-
Property
Milestone
changed from
LEMON 1.2 release
toLEMON 1.3 release
-
Property
Milestone
changed from
-
Ticket #251 – Description
initial v1 3 3 Maybe we could have specialized versions of `(di)graphCopy()` for the cases when both types are the same, e.g. list or smart graph, which function would directly copy the vectors that represent the graph. 4 4 5 I'm not sure about the implementation, but I think this method would have two advantage :5 I'm not sure about the implementation, but I think this method would have two advantages: 6 6 - It could be faster. 7 7 - It would keep the node, arc and/or edge ids and the order of the items. Now if you have a `SmartDigraph` and copies it to another `SmartDigraph` structure, then the iteration orders of the nodes and arcs are reversed.