YALMIPΒΆ

YALMIP supports the OSQP solver. You can easily define problems in high-level format and then specify OSQP by simply setting

options = sdpsettings('solver', 'osqp', 'osqp.max_iter', 2000);

where we set the max_iter option to 2000.