summaryrefslogtreecommitdiff
path: root/networkx/algorithms/clique.py
Commit message (Expand)AuthorAgeFilesLines
* Add clique examples and deprecate helper funtions (#6186)Ross Barnowski2023-01-081-1/+137
* Use isort with pre-commit to enforce import guidelines (#5659)Mridul Seth2022-06-021-5/+3
* Add support for finding maximal cliques containing a set of nodes (#5172)Achille Nazaret2022-02-131-51/+117
* Fix functions appearing in variables `__all__` but not in docs for NX2.7 (#5289)Dan Schult2022-02-011-2/+3
* Drop Py37 (#5143)Jarrod Millman2021-10-231-3/+3
* return earlier from `clique.graph_clique_number` (#4622)Lonnen2021-02-151-2/+2
* Safer repr format of variables (#4413)Miroslav Šedivý2020-12-061-4/+4
* Format w/ black==20.8b1Jarrod Millman2020-10-061-1/+1
* Format python in docstrings (#4168)Jarrod Millman2020-08-191-6/+4
* Add max_weight_clique to doc (#4110)James Trimble2020-07-271-12/+12
* Add maximum weight clique algorithm (#4016)James Trimble2020-07-121-0/+161
* Format w/ blackJarrod Millman2020-07-101-18/+28
* Upgrade to Py36 syntaxJarrod Millman2020-01-011-4/+3
* Remove boiler plate from top of modulesJarrod Millman2019-11-111-7/+1
* Remove old Python 2 codeJarrod Millman2019-11-101-4/+0
* fix documentation notes (#3644) (#3645)Adam Rosenthal2019-10-141-6/+4
* Update copyrightJarrod Millman2019-03-301-1/+1
* Simplify the Graphview and SubGraphView system (#3073)Dan Schult2018-07-201-1/+1
* Fix graph_clique_number for clique-less graphs (#3051)Lonnen2018-07-071-1/+3
* Enable create_using to be a constructor (#3004)Dan Schult2018-06-171-12/+12
* link DOIs to preferred resolver (#2879)Katrin Leinweber2018-02-231-5/+5
* Update copyrightJarrod Millman2018-01-201-1/+1
* Comply with pep8Jarrod Millman2017-08-171-34/+34
* Simplify base classes. (#2604)Dan Schult2017-08-121-1/+1
* Update copyrightJarrod Millman2017-07-251-1/+1
* string literals in docstrings get no backticks.Dan Schult2016-03-071-2/+2
* Change default role for sphinx to 'obj'Dan Schult2016-03-031-19/+19
* Update copyrightsMridul Seth2016-01-011-1/+1
* Cleans make_max_clique_graph, make_clique_bipartiteJeffrey Finkelstein2015-11-101-121/+56
* Fix some sphinx formatting errorsDan Schult2015-10-041-2/+2
* Merge master into iter_refactorDan Schult2015-08-071-121/+222
* Update adjacency_iter() method to adjacency() and remove adjacency_list()Mridul Seth2015-07-031-2/+2
* Makes Graph.nodes() return iterator instead of listJeffrey Finkelstein2015-06-111-3/+3
* 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