Graph__.Mincut
module type G = sig ... end
Minimal signature for computing the minimal separators
module Make : functor (G : G) -> sig ... end