summaryrefslogtreecommitdiff
path: root/networkx/algorithms/approximation/clique.py
Commit message (Expand)AuthorAgeFilesLines
* MAINT: minor coverage cleanup. (#6674)Ross Barnowski2023-05-011-3/+0
* Added docstrings examples for clique.py (#6576)Alimi Qudirah2023-04-251-0/+24
* Cliques on mutigraph/directed graph types (#4502)Andrea Tomassilli2021-01-121-4/+78
* DOC: Switch from napoleon to numpydoc sphinx extension (#4447)Ross Barnowski2020-12-121-1/+1
* Format w/ black==20.8b1Jarrod Millman2020-10-061-1/+1
* Format w/ blackJarrod Millman2020-07-101-2/+2
* Remove superfluous encoding informationJarrod Millman2019-11-111-1/+0
* Remove boiler plate from top of modulesJarrod Millman2019-11-111-10/+0
* Remove unused importsJarrod Millman2019-10-181-2/+0
* Update copyrightJarrod Millman2019-03-301-2/+2
* Fix several DeprecationWarning: invalid escape sequence (#3284)Mickaƫl Schoentgen2019-01-081-1/+1
* link DOIs to preferred resolver (#2879)Katrin Leinweber2018-02-231-1/+1
* Pep8 fixesJarrod Millman2018-01-201-0/+1
* Add a large clique size heuristic function (#2830)Dan Schult2018-01-171-8/+80
* Fix links (#2663)Jarrod Millman2017-09-111-2/+4
* Update docsJarrod Millman2017-08-181-3/+3
* Next attempt to meld graphviews with base classes (#2593)Dan Schult2017-08-121-1/+1
* Allows copying a graph without attribute data.Jeffrey Finkelstein2015-12-171-1/+1
* Find maximum clique by cardinality.Jeffrey Finkelstein2015-06-101-2/+2
* update doc strings for approximation moduleNicholas Mancuso2012-10-061-7/+7
* Fix latex symbols.Aric Hagberg2012-05-061-5/+5
* Add max clique.Aric Hagberg2012-04-151-2/+50
* Add clique and ramsey.Aric Hagberg2012-04-151-0/+49