<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-packages/networkx.git/networkx/algorithms/clique.py, branch docdraft</title>
<subtitle>github.com: networkx/networkx.git
</subtitle>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/networkx.git/'/>
<entry>
<title>Fix copyrights</title>
<updated>2015-04-21T16:51:07+00:00</updated>
<author>
<name>JGab</name>
<email>jean.gabriel.young@gmail.com</email>
</author>
<published>2015-04-21T16:51:07+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/networkx.git/commit/?id=bc987a9a5e3de487b231bfb27e4d0ee929d924c6'/>
<id>bc987a9a5e3de487b231bfb27e4d0ee929d924c6</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Make find_cliques/find_cliques_recursive compatible with IronPython</title>
<updated>2014-07-06T18:25:26+00:00</updated>
<author>
<name>ysitu</name>
<email>ysitu@users.noreply.github.com</email>
</author>
<published>2014-07-06T18:25:26+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/networkx.git/commit/?id=1274529d882b2efda992c3ff6acc9631983d5a81'/>
<id>1274529d882b2efda992c3ff6acc9631983d5a81</id>
<content type='text'>
The implementations are replaced with more straightforward and concise
versions as described by Tomita, Tanaka and Takahashi.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The implementations are replaced with more straightforward and concise
versions as described by Tomita, Tanaka and Takahashi.
</pre>
</div>
</content>
</entry>
<entry>
<title>Rewrite enumerate_all_cliques</title>
<updated>2014-06-08T16:06:54+00:00</updated>
<author>
<name>ysitu</name>
<email>ysitu@users.noreply.github.com</email>
</author>
<published>2014-06-08T16:06:54+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/networkx.git/commit/?id=09c46e86ea289a4554456839810a5ccaa5599d33'/>
<id>09c46e86ea289a4554456839810a5ccaa5599d33</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Rename get_all_cliques to enumerate_all_cliques</title>
<updated>2014-06-08T14:00:34+00:00</updated>
<author>
<name>ysitu</name>
<email>ysitu@users.noreply.github.com</email>
</author>
<published>2014-06-08T14:00:34+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/networkx.git/commit/?id=52a6abd5af8f8dd104820368a8257c9048b8669b'/>
<id>52a6abd5af8f8dd104820368a8257c9048b8669b</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>resolve merge conflict</title>
<updated>2013-12-06T01:17:49+00:00</updated>
<author>
<name>Georg Walther</name>
<email>georgwalther@gmail.com</email>
</author>
<published>2013-12-06T01:17:49+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/networkx.git/commit/?id=ac04340c3a1a7b6df64f07a6e7329608d7ec08dd'/>
<id>ac04340c3a1a7b6df64f07a6e7329608d7ec08dd</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>do not place every node in a tuble</title>
<updated>2013-12-06T01:04:59+00:00</updated>
<author>
<name>Georg Walther</name>
<email>georgwalther@gmail.com</email>
</author>
<published>2013-12-06T01:04:59+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/networkx.git/commit/?id=3afa243824a2ad79e9e12ee31e2eff1370da089a'/>
<id>3afa243824a2ad79e9e12ee31e2eff1370da089a</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>change output format of discovered cliques</title>
<updated>2013-12-06T00:39:26+00:00</updated>
<author>
<name>Georg Walther</name>
<email>georgwalther@gmail.com</email>
</author>
<published>2013-12-06T00:39:26+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/networkx.git/commit/?id=410b60a3eca979f77c434ae5a8fc35fca67a94b7'/>
<id>410b60a3eca979f77c434ae5a8fc35fca67a94b7</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>format docstring</title>
<updated>2013-12-06T00:38:14+00:00</updated>
<author>
<name>Georg Walther</name>
<email>georgwalther@gmail.com</email>
</author>
<published>2013-12-06T00:38:14+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/networkx.git/commit/?id=eb6d5899dc151945b46efd7a4ac578f1c6f81316'/>
<id>eb6d5899dc151945b46efd7a4ac578f1c6f81316</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>move helper function into get_all_cliques</title>
<updated>2013-12-06T00:37:48+00:00</updated>
<author>
<name>Georg Walther</name>
<email>georgwalther@gmail.com</email>
</author>
<published>2013-12-06T00:37:48+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/networkx.git/commit/?id=0d40a0596c3adadedcc96e9ed964d871cbc44fec'/>
<id>0d40a0596c3adadedcc96e9ed964d871cbc44fec</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>added implementation of get_all_cliques together with helper method greater_neighbors</title>
<updated>2013-12-06T00:32:11+00:00</updated>
<author>
<name>Georg Walther</name>
<email>georgwalther@gmail.com</email>
</author>
<published>2013-01-22T12:16:38+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/networkx.git/commit/?id=9294fc8fd0338eff7d80273f09e2862b1b3bcde9'/>
<id>9294fc8fd0338eff7d80273f09e2862b1b3bcde9</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
