How I can solve linear programming with multiple quadratic and linear constraints?
Show older comments
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?
Accepted Answer
More Answers (0)
Categories
Find more on Quadratic Programming and Cone Programming in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!