Module Graph.Components
Strongly connected components.
module Make : functor (G : G) -> sig ... endFunctor providing functions to compute strongly connected components of a graph.
module type U = sig ... endmodule Undirected : functor (G : U) -> sig ... end