DavePearce / TuttePolynomial

Tutte Polynomial Computation
BSD 3-Clause "New" or "Revised" License
2 stars 2 forks source link

Restore Chromatic Output for `--chromatic` #5

Closed DavePearce closed 1 year ago

DavePearce commented 2 years ago

This option was changed in 0.9.19 to facilitate running chromatic computations on the grid. It no longer produces a true chromatic polynomial, but rather a polynomial which (with appropriate subsitutions) can be turned into one. However, others would prefer to retain the original behaviour. To resolve this, I could have some switch (e.g. --grid) for toggling the current behaviour.