Unverified Commit 91a14dbf authored by Jeremy Kun's avatar Jeremy Kun Committed by GitHub
Browse files

Support polynomial attributes with floating point coefficients (#91137)



In summary:

- `Monomial` -> `MonomialBase` with two inheriting `IntMonomial` and
`FloatMonomial` for the different coefficient types
- `Polynomial` -> `PolynomialBase` with `IntPolynomial` and
`FloatPolynomial` inheriting
- `PolynomialAttr` -> `IntPolynomialAttr`, and new `FloatPolynomialAttr`
attribute, both of which may be input to `polynomial.constant`
- Refactoring common parts of attribute parsers.

---------

Co-authored-by: default avatarJeremy Kun <j2kun@users.noreply.github.com>
parent 79643565
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment