@hackage maximal-cliques0.1

Enumerate all maximal cliques of a graph.

  • Categories

  • License

    BSD-3-Clause

  • Maintainer

    gershomb@gmail.com

  • Versions

    • 0.1.1 Sun, 22 Mar 2015
    • 0.1 Mon, 20 Dec 2010

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.