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 Comments

Matt J
Matt J on 25 Feb 2019
Edited: Matt J on 25 Feb 2019
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?
The one on the left.
In the past, I've had people say "all of them"...

Sign in to comment.

Answers (0)

Categories

Asked:

on 19 Jul 2018

Commented:

on 25 Feb 2019

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!