Module Graph.Oper
Basic operations over graphs
Basic operations over graphs
module type S = sig ... end
Choose
Neighbourhood
module Neighbourhood : functor (G : sig ... end) -> sig ... end
Neighbourhood of vertex / vertices
Graph.Oper
Basic operations over graphs
module type S = sig ... end
module Neighbourhood : functor (G : sig ... end) -> sig ... end
Neighbourhood of vertex / vertices