File: algorithms.clique.rst

package info (click to toggle)
python-networkx 1.7~rc1-3
  • links: PTS, VCS
  • area: main
  • in suites: wheezy
  • size: 4,128 kB
  • sloc: python: 44,557; makefile: 135
file content (17 lines) | stat: -rw-r--r-- 308 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
******
Clique
******

.. automodule:: networkx.algorithms.clique
.. autosummary::
   :toctree: generated/

   find_cliques
   make_max_clique_graph
   make_clique_bipartite        
   graph_clique_number
   graph_number_of_cliques      
   node_clique_number
   number_of_cliques
   cliques_containing_node