How to solve SOCP program on MATLAB?

21 visualizaciones (últimos 30 días)
Ruchika Sehgal
Ruchika Sehgal el 7 de Jul. de 2020
Respondida: Steve Grikschat el 18 de Sept. de 2020
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).

Respuestas (2)

Steve Grikschat
Steve Grikschat el 18 de Sept. de 2020

Alan Weiss
Alan Weiss el 7 de Jul. de 2020
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

Categorías

Más información sobre Nonlinear Optimization en Help Center y File Exchange.

Etiquetas

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by