Hi,
I would like to use YALMIP's export function to generate QP matrices that are then processed further by my own algorithm. At the moment, I specify '+quadprog' as solver. This works fine as long as quadprog is installed on the system. Otherwise, YALMIP complains that it didn't find the solver. Can I somehow suppress this error message? I don't care if quadprog is installed, since I don't use it to solve the generated QP, I'm just interested in the matrices generated by YALMIP.
Thank you in advance for any help.
Gian