Module Graph__Rand.Planar
module type S = sig ... end
module Make : functor (B : Graph.Builder.S with type G.V.label = int * int and type G.E.label = int) -> S with type graph = B.G.t
Random planar graphs
Graph__Rand.Planar
module type S = sig ... end
module Make : functor (B : Graph.Builder.S with type G.V.label = int * int and type G.E.label = int) -> S with type graph = B.G.t
Random planar graphs