> Is there an igraph function that returns a list of all indices that a given > node can reach by any path? Yes; it's called igraph_subcomponent in the C core, subcomponent() in the R interface and Graph.subcomponent() in the Python interface.
-- T. _______________________________________________ igraph-help mailing list [email protected] https://lists.nongnu.org/mailman/listinfo/igraph-help
