Module Graph__.Clique
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
This algorithm will find and return all maximal cliques in an undirected graph.
module Bron_Kerbosch : functor (G : G) -> sig ... end