You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Nice, it is true that it could explain why the algorithm found that response, thank you antoinerg.
But anyway, it is an unexpected behavior of what I understand for a cycle over a directed graph.
I found a strange case where
findeCycles
returns a wrong response.This is what
g.edges()
show:And this is what
alg.findCycles(g)
returns:As you can see, most of edges are fine compared to the cycles found, but by example, there is not a relation between '59' and '58'!
I am not sure why it is happening, but I will let this case here, maybe someone will found what is happening here.
The text was updated successfully, but these errors were encountered: