@hackage / maximal-cliques

Enumerate all maximal cliques of a graph.

Latest0.1.1

About

Metadata

  • Last updated , by GershomBazerman
  • License BSD-3-Clause
  • Categories Algorithms
  • Maintained by: gershomb@gmail.com

  • Lottery factor: 0

Links

Installation

Readme

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.