Can linprog output more than one solution?
Afficher commentaires plus anciens
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 commentaires
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
le 25 Fév 2019
The one on the left.
Matt J
le 25 Fév 2019
In the past, I've had people say "all of them"...
Réponses (0)
Catégories
En savoir plus sur Linear Programming and Mixed-Integer Linear Programming dans Centre d'aide et File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!