Module Graph__Oper

Basic operations over graphs

Basic operations over graphs

module type S = sig ... end
module Make : functor (B : Graph.Builder.S) -> S with type g = B.G.t

Basic operations over graphs

module P : functor (G : Graph.Sig.P) -> S with type g = G.t

Basic operations over persistent graphs

module I : functor (G : Graph.Sig.I) -> S with type g = G.t

Basic operations over imperative graphs

Choose

module Choose : functor (G : sig ... end) -> sig ... end

Choose an element in a graph

Neighbourhood

module Neighbourhood : functor (G : sig ... end) -> sig ... end

Neighbourhood of vertex / vertices