Open jackap opened 2 years ago
I think this error is for reverse function in graph. Because as written here, edges reverse one by one and for example if we have both AB and BA edges, on reversing AB, BA will be exist and cause error.
I'm going to create a PR and fix this issue.
@trekhleb, Would you please take a look at this?
Computing strongly connected components fails when adding edges in opposite direction. Minimal example:
Gives the following output: