Skip to content
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

Improve ring identification in mcfgen.py #114

Open
emarinri opened this issue Apr 30, 2022 · 0 comments
Open

Improve ring identification in mcfgen.py #114

emarinri opened this issue Apr 30, 2022 · 0 comments
Assignees

Comments

@emarinri
Copy link
Contributor

Is your feature request related to a problem? Please describe.

The current ring fragment identification functionality in mcfgen.py uses a custom algorithm to detect rings. This is not optimal, as there are established undirected graph cycle detection algorithms implemented in open source libraries.

Describe the solution you'd like

Utilize networkx to detect rings.

Describe alternatives you've considered

None

@emarinri emarinri self-assigned this Apr 30, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant