Function omnitigs::restricted_reachability::compute_incremental_restricted_forward_edge_reachability[][src]

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

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