pub fn find_non_eulerian_nodes<Graph: StaticGraph>(
graph: &Graph,
) -> Vec<Graph::NodeIndex>
Expand description
Compute a vector of nodes that has indegree != outdegree.
pub fn find_non_eulerian_nodes<Graph: StaticGraph>(
graph: &Graph,
) -> Vec<Graph::NodeIndex>
Compute a vector of nodes that has indegree != outdegree.