Module algorithm

Source
Expand description

Graph algorithms

Modules§

graphviz
Visualize tagged graphs in the graphviz format.

Traits§

SimpleCycles
Trait and default implementation of finding simple cycles on both directed and undirected graphs.
SimpleCyclesForTaggedGraph
Trait and default implementation of finding simple cycles on both directed and undirected tagged graphs.
TopologicalSort
Trait and default implementation of topological sorting.
TopologicalSortForTaggedGraph
Trait and default implementation of topological sorting for tagged graphs.