NonEmpty AdjancencyIntMaps continued#280
NonEmpty AdjancencyIntMaps continued#280zyklotomic wants to merge 8 commits intosnowleopard:mainfrom
Conversation
Acked-by: jitwit <jrn@bluefarm.ca>
|
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