yalmip / YALMIP

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

fix solver report in yalmiptest #1234

Closed araujoms closed 1 year ago

araujoms commented 1 year ago

There is a bug that if the found solver is not the first version in the list in the definesolvers.m it is reported as not found. It was driving my crazy as it was claiming SeDuMi was not found when in reality it had.

johanlofberg commented 1 year ago

Indeed, appears to have be added in the cleaned up of version yalmiptest. Shows how often I run that...