oxfordcontrol / SOSTOOLS

A free MATLAB toolbox for formulating and solving sums of squares (SOS) optimization programs
51 stars 14 forks source link

Fix for 'Mineq' constraints dpvar implementation. #6

Closed djagt closed 2 years ago

djagt commented 2 years ago

Currently, "sossolve" cannot properly process matrix-valued constraints using the dpvar implementation, particularly when calling "sosmatrixineq" with the 'Mineq' option. In the proposed update, the functions "getequation", "sosconstr" and "sossolve" have been adjusted to fix this issue, allowing 'Mineq' constraints to be imposed on dpvar class objects.