COIN-OR::LEMON - Graph Library

Opened 14 years ago

Last modified 14 years ago

#371 closed defect

Target graph is not cleared before graph copying — at Initial Version

Reported by: Peter Kovacs Owned by: Peter Kovacs
Priority: critical Milestone: LEMON 1.3 release
Component: core Version: hg main
Keywords: Cc:
Revision id:

Description

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.

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.

Change History (0)

Note: See TracTickets for help on using tickets.