yalmip / YALMIP

MATLAB toolbox for optimization modeling
https://yalmip.github.io/
Other
479 stars 137 forks source link

put complex=0 in SeDuMi 1.3 #1240

Closed araujoms closed 1 year ago

johanlofberg commented 1 year ago

the complex tests in test_operator_geomean appears to fail on the test machine. do you see that locally?

johanlofberg commented 1 year ago

pull the develop before next pull request. trying to fix the issue with all checks failing in report stage when they are started by external pull request

johanlofberg commented 1 year ago

Caused by bug in latest sedumi patch (did not see it on my machine, then pulled sedumi and then failed)

K>> [x_s,y_s,info] = sedumi(-F_struc(:,2:end),-c,F_struc(:,1),K,pars);
Error: File: sedumi.m Line: 314 Column: 21
Invalid expression. When calling a function or indexing a
variable, use parentheses. Otherwise, check for mismatched
delimiters.
araujoms commented 1 year ago

If you look at line 314 of sedumi.m, there's an invalid character there that @siko1056 introduced in his latest commit.

siko1056 commented 1 year ago

Sorry @araujoms and @johanlofberg, I ignored my own test suite before the release :bowing_man:

Please proceed with SeDuMi 1.3.7 https://github.com/sqlp/sedumi/releases/tag/v1.3.7 .