pub fn find_non_eulerian_nodes_with_differences<Graph: StaticGraph>( graph: &Graph, ) -> Vec<(Graph::NodeIndex, isize)>
Compute a vector of tuples of nodes and outdegree - indegree that has indegree != outdegree.