Module Graph__Minsep.I
Implementation for an imperative graph. Less efficient that the implementation for a persistent graph
Parameters
G : sig ... end
Signature
module G = GImplementation of a graph
module Vertex_Set : Stdlib.Set.S with type Vertex_Set.elt = G.V.tImplementation of a set of vertex
module VSetset : Stdlib.Set.S with type VSetset.elt = Vertex_Set.tImplementation of a set of
Vertex_Set
val allminsep : G.t -> Vertex_Set.t listallminsep gcomputes the list of all minimal separators of g.