JuliaAlgebra / MultivariatePolynomials.jl

Multivariate polynomials interface
https://juliaalgebra.github.io/MultivariatePolynomials.jl/stable/
Other
135 stars 27 forks source link

Fix ambiguity arising in SumOfSquares and PolyJuMP #273

Closed odow closed 1 year ago

odow commented 1 year ago

The upcoming release of JuMP changes how some expressions are parsed. This caused test failures for PolyJuMP and SumOfSquares: https://github.com/jump-dev/JuMP.jl/actions/runs/6042942250

The PolyJuMP error is

image

SumOfSquares is

image

I assume this is the correct fix, but I'm not really sure.