pub fn compute_incremental_restricted_forward_edge_reachability<'a, Graph: StaticGraph>(
    graph: &'a Graph,
    walk: &[Graph::EdgeIndex]
) -> IncrementalSubgraph<'a, Graph>
Expand description

Returns the reachable subgraph from a node without using an edge incrementally.