@hackage maximal-cliques0.1.1

Enumerate all maximal cliques of a graph.

Enumerate all maximal cliques of a graph. A clique is a set of nodes such that there is an edge between every node and every other node in the set. A maximal clique is a clique such that no node may be added while preserving the clique property.