Opened 12 years ago

Closed 12 years ago

#4966 closed Patches (fixed)

boost::subgraph self loops duplicated on add_vertex(globalVertexDesc, subGraph)

Reported by: joachim.falk@… Owned by: Andrew Sutton
Milestone: To Be Determined Component: graph
Version: Boost 1.45.0 Severity: Problem
Keywords: Cc:

Description

Adding a vertex with a selfloop to a subgraph will create two self loops in the subgraph instead of only one.

Attachments (1)

subgraph.hpp.patch (1.3 KB ) - added by joachim.falk@… 12 years ago.
Patch file fixing the duplicate vertex loop problem on subgraph vertex add

Download all attachments as: .zip

Change History (4)

by joachim.falk@…, 12 years ago

Attachment: subgraph.hpp.patch added

Patch file fixing the duplicate vertex loop problem on subgraph vertex add

comment:1 by joachim.falk@…, 12 years ago

Addendum: The subgraph must be a directed graph for the problem to be exhibited.

comment:2 by Vicente Botet <vicente.botet@…>, 12 years ago

Type: BugsPatches

comment:3 by Jeremiah Willcock, 12 years ago

Resolution: fixed
Status: newclosed

(In [67110]) Applied patch from #4966 to fix self-loop insertion; fixes #4966

Note: See TracTickets for help on using tickets.