Module Graph__.Oper
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
module type S = sig ... end
module Neighbourhood : functor (G : sig ... end) -> sig ... end
Neighbourhood of vertex / vertices