yalmip / YALMIP

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

Some failure in MATLAB 2023a,while the same code can work on MATLAB 2016 #1320

Closed ST31Orange closed 10 months ago

ST31Orange commented 11 months ago

image image

johanlofberg commented 10 months ago

My guess is that you have a "linprog" solver which isn't optimization toolbox linprog. Hence, make sure linprog really is what yalmip thinks it is (which linprog -all)

If it really is optim toolbox linprog, then your installation simply doesn't work, which you can test calling linprog examples without yalmip in the middle