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

10 vues (au cours des 30 derniers jours)
how I can solve linear programming with quadratic constraints and linear constraints?

Réponses (2)

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

Steve Grikschat
Steve Grikschat le 18 Sep 2020
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

Catégories

En savoir plus sur Quadratic Programming and Cone Programming dans Help Center et File Exchange

Community Treasure Hunt

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

Start Hunting!

Translated by