pub fn compute_inverse_restricted_forward_reachability<SubgraphType: SubgraphBase + MutableSubgraph>(
    graph: &SubgraphType::RootGraph,
    edge: <SubgraphType as GraphBase>::EdgeIndex,
    target_subgraph: &mut SubgraphType
)where
    SubgraphType::RootGraph: ImmutableGraphContainer + NavigableGraph,
Expand description

Returns the forwards reachable subgraph from edge without using the tail of edge.