-
Notifications
You must be signed in to change notification settings - Fork 69
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
NonEmpty AdjancencyIntMaps continued #280
base: main
Are you sure you want to change the base?
Conversation
Acked-by: jitwit <[email protected]>
The commit I just pushed was for the SCC algorithm that I hoped to have for the IntMap version of graphs. I have yet to test it. If I understand correctly, what still needed to be done from the original PR was the test suite right? I will also need to add tests for IntMap SCC. I will look into that next! :D |
@zyklotomic Hi there, thanks for taking this over! My preference would be to finish the |
Yes I can do that, my apologies! I don't think I can directly work off of the old PR since I don't have push access to jitwit's branch. Should I create a new PR for |
I think it's fine to keep working on |
Continuing off of #250, and with the additional goal of adding support for SCC decomposition for AdjacencyIntMaps