@hackage maximal-cliques0.1.1
Enumerate all maximal cliques of a graph.
Categories
License
BSD-3-Clause
Maintainer
gershomb@gmail.com
Links
Versions
Installation
Dependencies (3)
Dependents (2)
@hackage/acme-everything, @hackage/Persistence
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.