How to solve SOCP program on MATLAB?
13 次查看(过去 30 天)
显示 更早的评论
I am trying to solve a program with some linear inequalities and with norm-2 constraint. How to solve such programs on MATLAB?
Is there a specefic function for it? (For example: to solve LP, we have linprog in MATLAB).
0 个评论
回答(2 个)
Steve Grikschat
2020-9-18
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
0 个评论
Alan Weiss
2020-7-7
Currently, there is no dedicated SOCP solver in Optimization Toolbox™. But you can often include this kind of constraint either directly in fmincon or after reformulation in quadprog.
Alan Weiss
MATLAB mathematical toolbox documentation
0 个评论
另请参阅
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!