summaryrefslogtreecommitdiff
path: root/networkx/algorithms/approximation/ramsey.py
Commit message (Expand)AuthorAgeFilesLines
* Use isort with pre-commit to enforce import guidelines (#5659)Mridul Seth2022-06-021-0/+1
* Cliques on mutigraph/directed graph types (#4502)Andrea Tomassilli2021-01-121-0/+8
* excluded self/recursive edges (#4037)adnanmuttaleb2020-07-071-2/+8
* Remove superfluous encoding informationJarrod Millman2019-11-111-1/+0
* Remove boiler plate from top of modulesJarrod Millman2019-11-111-5/+0
* Pep8 fixesJarrod Millman2018-01-201-0/+1
* Next attempt to meld graphviews with base classes (#2593)Dan Schult2017-08-121-2/+2
* Find max clique and independent set by cardinalityJeffrey Finkelstein2015-11-161-2/+4
* Use peek(S) instead of next(iter(S)).Jeffrey Finkelstein2015-07-171-1/+3
* update doc strings for approximation moduleNicholas Mancuso2012-10-061-8/+8
* update docstringsAric Hagberg2012-05-071-1/+1
* Add clique and ramsey.Aric Hagberg2012-04-151-0/+37