pub(crate) fn node_flow_data_for_balanced_graph<G>(
graph: G,
) -> NodeFlowData<G::Node>where
G: Successors,
Expand description
Creates a “merged” view of an underlying graph.
The given graph is assumed to have “balanced flow”,
though it does not necessarily have to be a BalancedFlowGraph
.