How do I solve a large scale linear programming problem?
Show older comments
Hello
I have a large scale problem
12 constraints and totally over 1000 variables.
I want to create constraints like:
sum(i,Q(i,j,k,l))+sum(j,Q(i,j,k,l)<=Q(k,l) for all k,l
how can I introduce this type of problem in MATLAB?
Thank you in advance
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!