Opened 13 years ago
Closed 13 years ago
#3695 closed Bugs (fixed)
back_edge in biconnected_components is not always called, when it should!
| Reported by: | Owned by: | Andrew Sutton | |
|---|---|---|---|
| Milestone: | Boost 1.42.0 | Component: | graph |
| Version: | Boost 1.41.0 | Severity: | Problem |
| Keywords: | biconnected_components, user supplied visitor | Cc: |
Description
The method back_edge of the user supplied DFS visitor in biconnected_components is not always called.
Patch and small example attached.
Greets Tobias
Attachments (2)
Change History (3)
by , 13 years ago
| Attachment: | example.cc added |
|---|
comment:1 by , 13 years ago
| Resolution: | → fixed |
|---|---|
| Status: | new → closed |
Note:
See TracTickets
for help on using tickets.

Small example reproducing the wrong behaviour