Module traitgraph_algo::traversal::univocal_traversal
source · Expand description
Functions and structures related to univocal traversals. Univocal traversals are traversals along unique out-edges or unique in-edges in a graph.
Structs
- An iterator over the univocal extension of a node or edge. The direction is defined by the
NeighborStrategy
.
Functions
- Returns true if the given edge is self-bivalent in the given graph, i.e. its univocal extension repeats a node.