Can I perform Second Order Cone Programming in MATLAB 7.8 (R2009a)?
Show older comments
I would like to perform Second Order Cone Optimization in MATLAB.
I would like to know if there are any functions in the optimization toolbox that would perform SOCP.
Accepted Answer
More Answers (1)
Steve Grikschat
on 18 Sep 2020
1 vote
As of R2020b, Optimization Toolbox now has a dedicated solver for second-order cone programming:
coupled with a function to make a second-order cone constraint
For examples see
Categories
Find more on Nonlinear Optimization in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!