Module maximal_cliques

Source

Functions§

maximal_cliques
Find all maximal cliques in an undirected graph using Bron–Kerbosch algorithm with pivoting. Also works on symmetric directed graphs, see the note below.