NetworkX

Previous topic

networkx.algorithms.clique.make_clique_bipartite

Next topic

networkx.algorithms.clique.graph_number_of_cliques

networkx.algorithms.clique.graph_clique_number

networkx.algorithms.clique.graph_clique_number(G, cliques=None)

Return the clique number (size of the largest clique) for G.

An optional list of cliques can be input if already computed.