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