SumOfSquares.jl icon indicating copy to clipboard operation
SumOfSquares.jl copied to clipboard

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

Open parfenyev opened this issue 3 years ago • 1 comments

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.

parfenyev avatar Nov 03 '22 14:11 parfenyev

Yes, you can obtain them with gram_matrix and lagrangian_multipliers

blegat avatar Apr 15 '25 12:04 blegat