Navigation
Synopsis Determine the graph nodes reachable from a set of nodes.
Function set[&T] reach(Graph[&T] G, set[&T] Start)
Usage import analysis::graphs::Graph;
Description Returns the set of nodes in Graph G that are reachable from any of the nodes in the set Start.
Is this page unclear, or have you spotted an error? Please add a comment below and help us to improve it. For all other questions and remarks, visit ask.rascal-mpl.org.