Changes between Initial Version and Version 1 of Ticket #371
- Timestamp:
- 06/22/10 13:17:35 (14 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #371
-
Property
Status
changed from
new
toassigned
-
Property
Status
changed from
-
Ticket #371 – Description
initial v1 1 1 The target graph must be cleared before graph copying. The `clear()` function must be used in the `DigraphCopySelector` and `GraphCopySelector` classes before adding nodes and arcs/edges. 2 2 3 It is a question if `build()` is required to c alllear the graph or we should explicitly call `clear()` before `build()` for those structures that provides `build()` function.3 It is a question if `build()` is required to clear the graph or we should explicitly call `clear()` before `build()` for those structures that provides `build()` function.