NetworkX

Previous topic

networkx.make_clique_bipartite

Next topic

networkx.graph_number_of_cliques

Quick search

networkx.graph_clique_number

graph_clique_number(G, cliques=None)
Return the clique number (size the largest clique) for G. Optional list of cliques can be input if already computed.