Path: news.mathworks.com!not-for-mail
From: "Bruno Luong" <b.luong@fogale.fr>
Newsgroups: comp.soft-sys.matlab
Subject: Re: linprog: displaying all solutions
Date: Wed, 14 May 2008 08:14:02 +0000 (UTC)
Organization: FOGALE nanotech
Lines: 15
Message-ID: <g0e70a$ek9$1@fred.mathworks.com>
References: <g0d64e$97i$1@fred.mathworks.com>
Reply-To: "Bruno Luong" <b.luong@fogale.fr>
NNTP-Posting-Host: webapp-02-blr.mathworks.com
Content-Type: text/plain; charset="ISO-8859-1"
Content-Transfer-Encoding: 8bit
X-Trace: fred.mathworks.com 1210752842 14985 172.30.248.37 (14 May 2008 08:14:02 GMT)
X-Complaints-To: news@mathworks.com
NNTP-Posting-Date: Wed, 14 May 2008 08:14:02 +0000 (UTC)
X-Newsreader: MATLAB Central Newsreader 390839
Xref: news.mathworks.com comp.soft-sys.matlab:468301


"H A" <cositsjunk@yahoo.com> wrote in message
<g0d64e$97i$1@fred.mathworks.com>...
> 
> The reason I am trying to see all intermediate values is 
> that I suspect that my problem has multiple optimal 
> solutions. So I'm just trying to see all the solutions that 
> linprog was able to generate... Is there an alternative way 
> of doing this?
> 

You might take a look at the Lagrange variable (lambda)
output. Combined lambda with cost coefficients, you can see
whereas your LP is degenerated or not.

Bruno