module type G = sig .. end
sig
end
Minimal graph signature for Bron-Kerbosch. Sub-signature of Sig.G.
Sig.G
type t
module V: Sig.COMPARABLE
Sig.COMPARABLE
val succ : t -> V.t -> V.t list
t -> V.t -> V.t list
val fold_vertex : (V.t -> 'a -> 'a) -> t -> 'a -> 'a
(V.t -> 'a -> 'a) -> t -> 'a -> 'a