Graphs.jl
Graphs.jl copied to clipboard
fix is_cyclic
issue #34, now is_cyclic works for undirected connected graphs.
Thanks for your contribution, I think we should indeed change how this function works for undirected graphs. We probably also need to adapt the tests (that are currently failing) and the documentation for the changed behavior.
Yes, this was an improvement only for connected graphs. I'm going to extend it to unconnected ones. Thank you!
Hmm, I'm not sure what happened here? Did you try rebasing the PR?
yes
new PR here