Can linprog output more than one solution?
이전 댓글 표시
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
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
2019년 2월 25일
The one on the left.
Matt J
2019년 2월 25일
In the past, I've had people say "all of them"...
답변 (0개)
카테고리
도움말 센터 및 File Exchange에서 Linear Programming and Mixed-Integer Linear Programming에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!