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