each_strongly_connected_component_from(node, id_map={}, stack=[])
Instance Public methods
Iterates over strongly connected component in the subgraph reachable from node.
Return value is unspecified.
each_strongly_connected_component_from doesn't call tsort_each_node.
Please login to continue.