how I can solve linear programming with quadratic constraints and linear constraints?

11 ビュー (過去 30 日間)
Rasheed Al-Salih
Rasheed Al-Salih 2017 年 6 月 8 日
回答済み: Steve Grikschat 2020 年 9 月 18 日
how I can solve linear programming with quadratic constraints and linear constraints?

回答 (2 件)

Torsten
Torsten 2017 年 6 月 9 日
Use fmincon:
https://de.mathworks.com/help/optim/ug/linear-or-quadratic-problem-with-quadratic-constraints.html
Best wishes
Torsten.

Steve Grikschat
Steve Grikschat 2020 年 9 月 18 日
As of R2020b, Optimization Toolbox now has a dedicated solver for second-order cone programming, which can be used to solve quadratic constrained problems.
https://www.mathworks.com/help//optim/ug/convert-qp-to-socp.html
Function reference:
coupled with a function to make a second-order cone constraint
For an example see

カテゴリ

Help Center および File ExchangeQuadratic Programming and Cone Programming についてさらに検索

Community Treasure Hunt

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

Start Hunting!

Translated by