RefactorFirst
RefactorFirst copied to clipboard
Implement ECL-SSC to identify Strongly Connected Components
trafficstars
Implement ECL-SSC, described in https://userweb.cs.txstate.edu/~burtscher/papers/sc23c.pdf, to identify strongly connected components in the DSM class. C++ / CUDA implementation is available at https://github.com/burtscher/ECL-SCC.