Opened 12 years ago
Closed 12 years ago
#4457 closed Bugs (invalid)
Problem with remove_edge on adjacency_list
Reported by: | Owned by: | Andrew Sutton | |
---|---|---|---|
Milestone: | Boost 1.44.0 | Component: | graph |
Version: | Boost 1.44.0 | Severity: | Problem |
Keywords: | Cc: |
Description
I need to refresh graph. I'm removing edges and create them again. Some edges haven't been added to the graph. This problem is only occurs when there are more then one edge from one vertex.
Change History (2)
comment:1 by , 12 years ago
comment:2 by , 12 years ago
Resolution: | → invalid |
---|---|
Status: | new → closed |
Not enough information was provided to determine if or where there is a problem.
Note:
See TracTickets
for help on using tickets.
Do you have any source code that would demonstrate the problem? The description you've given isn't enough to determine if there is a bug in BGL.