Opened 12 years ago
Closed 12 years ago
#4966 closed Patches (fixed)
boost::subgraph self loops duplicated on add_vertex(globalVertexDesc, subGraph)
Reported by: | 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)
Change History (4)
by , 12 years ago
Attachment: | subgraph.hpp.patch added |
---|
comment:1 by , 12 years ago
Addendum: The subgraph must be a directed graph for the problem to be exhibited.
comment:2 by , 12 years ago
Type: | Bugs → Patches |
---|
comment:3 by , 12 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
Note:
See TracTickets
for help on using tickets.
Patch file fixing the duplicate vertex loop problem on subgraph vertex add