| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
| |
* docs: Add characteristic polynomial example to polynomials docs
* Update intersphinx link and minor rst formatting.
Co-authored-by: Ross Barnowski <rossbar@berkeley.edu>
|
|
|
| |
Adds chromatic_polynomial function to the graph polynomials package.
|
|
|
|
|
| |
* Add isort to pre-commit
* Run isort on all python files (except __init__.py ones)
|
|
Add a new polynomial module to algorithms for characteristic polynomials.
Adds the Tutte polynomial, which is computed and ultimate represented as a
sympy expression.
Co-authored-by: Dan Schult <dschult@colgate.edu>
Co-authored-by: Ross Barnowski <rossbar@berkeley.edu>
|