Searched defs:sccs (Results 1 – 1 of 1) sorted by relevance
101 Graph scc_strong_connectivity(const std::vector<std::set<size_t>>& sccs) { in scc_strong_connectivity()120 size_t node, std::vector<std::set<size_t>>& sccs) { in dfs()147 std::vector<std::set<size_t>> sccs; in process() local