Commit 2020-07-28 01:10 7d4d985b
View on Github →chore(data/polynomial): make eval2 irreducible (#3543)
A while back @gebner identified that an unfortunate timeout could be avoided by making polynomial.eval2
irreducible.
This PR does that.
It's not perfect: on a few occasions I have to temporarily set it back to semireducible, because it looks like the proofs really do some heavy refling.
I'd like to make more things irreducible in the polynomial API, but not yet.