index
:
delta/python-packages/networkx.git
MridulS-patch-1
attrgraph
beam-log-2
circleci-project-setup
digraph-edge-subgraph
doc-isom-orderable
doc-typo
docdraft
docs-for-v1.11
dschult-patch-1
dschult-patch-gml
error-message-configuration-model
error-message-eccentricity
fix-d-separation-conflicts
gh-pages
iter_refactor
kl-encoding
main
master
networkx-1.10
nx-sparse
remove-beam-notes
remove-conda
revert-1806-patch-numpy-compatible
revert-3507-master
revert-5156-pin-pyparsing
scipy-pandas-310
v1.10
v1.10.1
v1.11
v1.9
v1.9.1
v2.5
v2.6
v2.8
github.com: networkx/networkx.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
networkx
/
algorithms
/
clique.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix copyrights
JGab
2015-04-21
1
-1
/
+1
*
Make find_cliques/find_cliques_recursive compatible with IronPython
ysitu
2014-07-06
1
-134
/
+61
*
Rewrite enumerate_all_cliques
ysitu
2014-06-08
1
-79
/
+44
*
Rename get_all_cliques to enumerate_all_cliques
ysitu
2014-06-08
1
-4
/
+4
*
resolve merge conflict
Georg Walther
2013-12-06
1
-0
/
+1
|
\
|
*
added implementation of get_all_cliques together with helper method greater_n...
Georg Walther
2013-01-22
1
-0
/
+96
*
|
do not place every node in a tuble
Georg Walther
2013-12-06
1
-3
/
+3
*
|
change output format of discovered cliques
Georg Walther
2013-12-06
1
-7
/
+12
*
|
format docstring
Georg Walther
2013-12-06
1
-9
/
+16
*
|
move helper function into get_all_cliques
Georg Walther
2013-12-06
1
-13
/
+13
*
|
added implementation of get_all_cliques together with helper method greater_n...
Georg Walther
2013-12-06
1
-0
/
+96
|
/
*
Add explicit set() call. Workaround for a pypy issue: https://bugs.pypy.org/...
Aric Hagberg
2012-06-23
1
-2
/
+2
*
Whitespace and docstring housekeeping
Aric Hagberg
2012-01-06
1
-96
/
+88
*
Raise exception when calling find_cliques() with a directed graph.
Aric Hagberg
2012-01-06
1
-3
/
+5
*
Ignore selfloops in find_clique and friends.
Dan Schult
2011-08-28
1
-3
/
+13
*
Remove statements that do nothing.
Loïc Séguin-C.
2011-02-11
1
-1
/
+0
*
Add comment about number of cliques being large.
Aric Hagberg
2011-02-06
1
-0
/
+3
*
Change node_clique_number to use create ego_graph for each
Dan Schult
2011-01-12
1
-1
/
+13
*
Fix broken URL and reference
aric
2010-08-04
1
-7
/
+27
*
Fix some references with URLs
aric
2010-08-04
1
-9
/
+27
*
Merging py3k-1.2 branch into trunk. Addresses #348
loicseguin
2010-08-02
1
-1
/
+1
*
Remove with_labels keyword from clique functions and return
aric
2010-04-08
1
-38
/
+54
*
Some documentation improvements
aric
2010-04-05
1
-5
/
+5
*
License change to BSD.
aric
2009-08-26
1
-2
/
+2
*
Add check for empty graph in clique.py/find_clique_recursive
dschult
2009-06-08
1
-0
/
+2
*
Implement an improved find_cliques algorithm and make a nonrecursive version.
dschult
2009-06-04
1
-170
/
+214
*
Revert "fix" to clique.py. Many routines depend on find_clique()
aric
2009-03-06
1
-2
/
+0
*
Handle case of no cliques (empty graph)
aric
2009-03-04
1
-0
/
+2
*
update rst and doc strings for algorithms
aric
2008-11-08
1
-22
/
+29
*
Merged revisions 741-766,769-770,794-797,799,804-829,845-848,858-885 via svnm...
aric
2008-11-03
1
-0
/
+391