pub fn scc_kosaraju_with_config( adj: &CsrMatrix, _config: &SccConfig, ) -> Result<Vec<ComponentId>>
Kosaraju’s algorithm with configuration.