module Oper:sig..end
Basic operations over graphs
module type S =sig..end
module Make:
Basic operations over graphs
module P:
Basic operations over persistent graphs
module I:
Basic operations over imperative graphs
module Choose:functor (G:sigtypettypevertextypeedgeval iter_vertex :(vertex -> unit) -> t -> unitval iter_edges_e :(edge -> unit) -> t -> unitend) ->sig..end
Choose an element in a graph
module Neighbourhood:functor (G:sigtypetmodule V:Sig.COMPARABLEval fold_succ :(V.t -> 'a -> 'a) -> t -> V.t -> 'a -> 'aval succ :t -> V.t -> V.t listend) ->sig..end
Neighbourhood of vertex / vertices