| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
|
|
| |
* Allow unsortable nodes in approximate treewidth functions
* Apply suggestions from code review
Co-authored-by: Ross Barnowski <rossbar@berkeley.edu>
Co-authored-by: Ross Barnowski <rossbar@berkeley.edu>
|
|
|
|
|
| |
* Add isort to pre-commit
* Run isort on all python files (except __init__.py ones)
|
|
|
|
|
|
|
|
|
|
|
| |
* Fix links, use DOI links, wayback machine where required
* Add nx-guides to intersphinx mapping.
* Replace external mpl link w/ intersphinx.
* Update mpl intersphinx mapping.
Co-authored-by: Ross Barnowski <rossbar@berkeley.edu>
|
| |
|
| |
|
| |
|
|
|
|
| |
find networkx -name \*.py -exec pyupgrade --py36-plus {} \;
|
| |
|
|
* Treewidth and tree decomposition heuristics (#2935)
Co-authored-by: Pepi Petrov <petrov.pepi@yahoo.com>
Co-authored-by: Yassin Bahloul <yassin.bahloul@rwth-aachen.de>
Co-authored-by: Johannes Schulte <johannesb.schulte@gmail.com>
Co-authored-by: Rudi Floren <rudi.floren@googlemail.com>
Co-authored-by: Tobias Winkler <tobias.winkler1@rwth-aachen.de>
Co-authored-by: Dominik Meier <dominik.meier@rwth-aachen.de>
Co-authored-by: Marta Grobelna <marta.grobelna@rwth-aachen.de>
* Removed wrongly added code.
* Update doc and small style changes
* Changes according to feedback, documentation and style fixes, added test cases
* Pep8 fixes, docsting fixes and graph iteration improvement
* fixed spelling mistake
|