-
Notifications
You must be signed in to change notification settings - Fork 14
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
List of known bugs v4.01 #5
Comments
sosprogram: |
custom/findsos: |
dpvar/@dpvar/dpvar.m |
dpvar/@dpvar/ |
dpvar 'Mineq' Update:There was an issue with the processing of inequality constraints on matrix-valued functions using the dpvar implementation, particularly when calling "sosmatrixineq" with the 'Mineq' option. To fix this, the functions "getequation", "sosconstr" and "sossolve" have been adjusted, allowing 'Mineq' constraints to be imposed on dpvar class objects. The updated files also solve some issues with the syms implementation, though errors still occur in some edge cases. sossolve: internal/sosprogramming/getequation: internal/sosprogramming/sosconstr: |
dpvar/@dpvar/display:
The function used "sum(A,'all')" to take the sum of all elements of "A". However, this functionality was only introduced with Matlab R2018b. Each occurrence has been replaced with "sum(sum(A))", to allow for proper functioning with earlier versions of Matlab.
The text was updated successfully, but these errors were encountered: