summaryrefslogtreecommitdiff
path: root/networkx/algorithms/clique.py
Commit message (Expand)AuthorAgeFilesLines
* Fix copyrightsJGab2015-04-211-1/+1
* Make find_cliques/find_cliques_recursive compatible with IronPythonysitu2014-07-061-134/+61
* Rewrite enumerate_all_cliquesysitu2014-06-081-79/+44
* Rename get_all_cliques to enumerate_all_cliquesysitu2014-06-081-4/+4
* resolve merge conflictGeorg Walther2013-12-061-0/+1
|\
| * added implementation of get_all_cliques together with helper method greater_n...Georg Walther2013-01-221-0/+96
* | do not place every node in a tubleGeorg Walther2013-12-061-3/+3
* | change output format of discovered cliquesGeorg Walther2013-12-061-7/+12
* | format docstringGeorg Walther2013-12-061-9/+16
* | move helper function into get_all_cliquesGeorg Walther2013-12-061-13/+13
* | added implementation of get_all_cliques together with helper method greater_n...Georg Walther2013-12-061-0/+96
|/
* Add explicit set() call. Workaround for a pypy issue: https://bugs.pypy.org/...Aric Hagberg2012-06-231-2/+2
* Whitespace and docstring housekeepingAric Hagberg2012-01-061-96/+88
* Raise exception when calling find_cliques() with a directed graph.Aric Hagberg2012-01-061-3/+5
* Ignore selfloops in find_clique and friends.Dan Schult2011-08-281-3/+13
* Remove statements that do nothing.Loïc Séguin-C.2011-02-111-1/+0
* Add comment about number of cliques being large.Aric Hagberg2011-02-061-0/+3
* Change node_clique_number to use create ego_graph for eachDan Schult2011-01-121-1/+13
* Fix broken URL and referencearic2010-08-041-7/+27
* Fix some references with URLsaric2010-08-041-9/+27
* Merging py3k-1.2 branch into trunk. Addresses #348loicseguin2010-08-021-1/+1
* Remove with_labels keyword from clique functions and returnaric2010-04-081-38/+54
* Some documentation improvementsaric2010-04-051-5/+5
* License change to BSD.aric2009-08-261-2/+2
* Add check for empty graph in clique.py/find_clique_recursivedschult2009-06-081-0/+2
* Implement an improved find_cliques algorithm and make a nonrecursive version.dschult2009-06-041-170/+214
* Revert "fix" to clique.py. Many routines depend on find_clique()aric2009-03-061-2/+0
* Handle case of no cliques (empty graph)aric2009-03-041-0/+2
* update rst and doc strings for algorithmsaric2008-11-081-22/+29
* Merged revisions 741-766,769-770,794-797,799,804-829,845-848,858-885 via svnm...aric2008-11-031-0/+391