Module traitgraph_algo::eulerian
source · Expand description
Algorithms related to Eulerian graphs.
Functions
- Returns true if the graph contains a Eulerian cycle.
- Compute a vector of nodes that has indegree != outdegree.
- Compute a vector of tuples of nodes and outdegree - indegree that has indegree != outdegree.