Functor Skeleton.Skeleton

module Skeleton (A : Traversal.A)  (G : G) : sig .. end
Parameters:
A : Traversal.A
G : G

module T: Traversal.Traversal(A)
val of_forest : ?tfac:float ->
?tadd:int -> T.t -> bool A.t * int A.t * int A.t
The (tfac,tadd)-skeleton of a forest is defined as follows :
module Bfs: Traversal.Bfs(A)(G)
val of_graph_comp : ?tfac:float ->
?tadd:int ->
?girth:int ->
G.t -> Bfs.Queue.V.elt -> G.t * G.t * G.t * int
of_graph_comp g u computes a skeleton of the component of u in graph g as follows: