Function traitgraph::algo::eulerian::find_non_eulerian_nodes_with_differences[][src]

pub fn find_non_eulerian_nodes_with_differences<Graph: StaticGraph>(
    graph: &Graph
) -> Vec<(Graph::NodeIndex, isize)>
Expand description

Compute a vector of tuples of nodes and outdegree - indegree that has indegree != outdegree.