Module Graph.Clique
Graph cliques
Clique algorithms
Bron-Kerbosch Algorithm
This algorithm will find and return all maximal cliques in an undirected graph.
module Bron_Kerbosch : functor (G : G) -> sig ... end
Graph.Clique
Graph cliques
This algorithm will find and return all maximal cliques in an undirected graph.
module Bron_Kerbosch : functor (G : G) -> sig ... end