How I can solve linear programming with multiple quadratic and linear constraints?
古いコメントを表示
Hello, I have a programming problem, with linear objective function and some quadratic and linear constraints. the way to solve a problem with quadratic constraints is to form it in matrix form:
X'.Q.X = b
But I can not form multiple quadratic constrains in this form and I think it can be used for just one constraint? how can I solve such a problem?
採用された回答
その他の回答 (0 件)
カテゴリ
ヘルプ センター および File Exchange で Quadratic Programming and Cone Programming についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!