A problem related to Linear Programming. Help me to formulate a linear program from the Summation notations of the objective and constraints of the program.
Show older comments
I am trying to solve a Large size linear program where the objective and constraints are all in summation notation. Being a large problem it is not optimal to define each variable separately and then use them in large no. of constraints

Help me how to define the variables in the given equation and to use them as to formulate the constraints matrix A,b(standard notation) in a Linear program.
Answers (1)
Torsten
on 18 Mar 2016
0 votes
There is no other way than to set up each variable separately.
Look at the SUDOKU example provided under
to see how to proceed best for threefold-indexed variables.
Best wishes
Torsten.
Categories
Find more on Linear Least Squares in Help Center and File Exchange
Products
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!