Module Components.Make

Parameters

module G : G

Signature

val scc : G.t -> int * (G.V.t -> int)
val scc_array : G.t -> G.V.t list array
val scc_list : G.t -> G.V.t list list