Can linprog output more than one solution?
Show older comments
Can you output multiple solutions when running linprog? I am solving a system of equations with 12 design variables and seven equality constraints. As of now, it only outputs one solution.
3 Comments
A linear program will either have a unique solution or an infinite continuum of them (due to the convexity of the problem). So, the first question would be, if linprog could return more than one solution, which of the uncountably infinite solutions would you want?
John D'Errico
on 25 Feb 2019
The one on the left.
Matt J
on 25 Feb 2019
In the past, I've had people say "all of them"...
Answers (0)
Categories
Find more on Linear Programming and Mixed-Integer Linear 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!