-
Notifications
You must be signed in to change notification settings - Fork 29
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
Repeated cycles from mincyclebasis
#119
Comments
Thank you very match for catching it.
This will be fixed soon. |
It looks I just forgot to close cycles in After fixed:
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I was testing a new implementation of a minimum cycle basis algorithm and was using this package's
mincyclebasis
for reference. Thanks.However, it appears I have an example demonstrating a bug in the
mincyclebasis()
function, showing that the function creates a list with repeated (non-unique) cycles.Here is a file in
Graphs.jl
LGFormat
:case57_ieee-MCB-ce.txt
Usage Details
The non-unique cycles are
cc. @frederikgeth
The text was updated successfully, but these errors were encountered: