module Undirected: functor (G : U) -> sig .. end
functor (
G
:
U
) ->
sig
end
val components : Components.G.t -> int * (G.V.t -> int)
Components.G.t -> int * (G.V.t -> int)
val components_array : Components.G.t -> G.V.t list array
Components.G.t -> G.V.t list array
val components_list : Components.G.t -> G.V.t list list
Components.G.t -> G.V.t list list