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
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
The text was updated successfully, but these errors were encountered:
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
The text was updated successfully, but these errors were encountered: