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 Version 1

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 (last modified by Peter Kovacs)

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 clear the graph or we should explicitly call clear() before build() for those structures that provides build() function.

Change History (4)

comment:1 Changed 14 years ago by Peter Kovacs

Description: modified (diff)
Status: newassigned

Changed 14 years ago by Peter Kovacs

Changed 14 years ago by Peter Kovacs

Attachment: 371-test-99be8c4f5a60.patch added

Changed 14 years ago by Peter Kovacs

Note: See TracTickets for help on using tickets.