-
Notifications
You must be signed in to change notification settings - Fork 47
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Bug in DigraphAllSimpleCircuits (or its documentation) #13
Comments
Original comment by wilfwilson (Bitbucket: wilfwilson, GitHub: wilfwilson): Thanks James, I'll have the look at this. The problem that I resolved from the original version is that it did not deal correctly with digraphs which were not strongly connected. However, since this example is strongly connected, something else must be the problem now. |
Original comment by wilfwilson (Bitbucket: wilfwilson, GitHub: wilfwilson): There is a test for this in |
Original comment by wilfwilson (Bitbucket: wilfwilson, GitHub: wilfwilson): This is fixed, although of course there may still be other bugs in the code. |
Original comment by James Mitchell (Bitbucket: james-d-mitchell, GitHub: james-d-mitchell): Removing milestone: 0.4.2 (automated comment) |
Originally reported by: James Mitchell (Bitbucket: james-d-mitchell, GitHub: james-d-mitchell)
In 0.4.1, I get:
But looking at the picture of this digraph (below), it looks to me like
[5, 2, 4]
should also be returned byDigraphAllSimpleCircuits
.The text was updated successfully, but these errors were encountered: