jump-dev / SumOfSquares.jl

Sum of Squares Programming for Julia
Other
117 stars 23 forks source link

How to see Sum-of-Squares decomposotion in the optimization over domain? #265

Open parfenyev opened 1 year ago

parfenyev commented 1 year ago

Hello everyone!

I am looking through the example of polynomial optimization over the domain. Just before the maxdegree keyword argument subsection, it is explained how the algorithm works. But how can we look at the expressions for polynomials s0-s3 that the algorithm has found?

Thank you in advance.