COIN-OR::LEMON - Graph Library

Changes between Initial Version and Version 1 of Ticket #371


Ignore:
Timestamp:
06/22/10 15:17:35 (14 years ago)
Author:
Peter Kovacs
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #371

    • Property Status changed from new to assigned
  • Ticket #371 – Description

    initial v1  
    11The 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.
    22
    3 It is a question if `build()` is required to call lear the graph or we should explicitly call `clear()` before `build()` for those structures that provides `build()` function.
     3It 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.