Closed dibondar closed 2 years ago
Dear Dibondar, this issue is caused because the Newton polytope method removes some monomials that are necessary for solution extraction. You can try
opt,sol,data = tssos_first(obj, variables(obj), newton=false, solution = true)
It should work.
Indeed, it does work! Thank you!
Dear Jie Wang, this is a great library! I am currently using in a variety of physics projects.
If run on Julia 1.7.2 and Mosek 10.0
I get the
BoundsError
when extracting solutions, as show below