Module type Minsep.MINSEP
module Vertex_Set : Stdlib.Set.S with type Vertex_Set.elt = G.V.t
Implementation of a set of vertex
module VSetset : Stdlib.Set.S with type VSetset.elt = Vertex_Set.t
Implementation of a set of
Vertex_Set
val allminsep : G.t -> Vertex_Set.t list
allminsep g
computes the list of all minimal separators of g.