bug-glpk
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Bug-glpk] Sensitivity Information not presented in sensitivity bounds f


From: UdayV
Subject: [Bug-glpk] Sensitivity Information not presented in sensitivity bounds file
Date: Tue, 20 Oct 2009 12:39:26 +0400

Hello,

I am not sure if this is a bug or not, but I am not able to get sensitivity
bounds for the following simple example.

Uday Venkatadri

-------------------

var x1, >= 0;
var x2, >= 0;

maximize

z: 3*x1+2*x2;

subject to

c1: 2*x1+x2 <= 100;
c2: x1+x2 <= 80;
c3: x1 <= 45;

solve;

end

-- 
View this message in context: 
http://www.nabble.com/Sensitivity-Information-not-presented-in-sensitivity-bounds-file-tp25968092p25968092.html
Sent from the Gnu - GLPK - Bugs mailing list archive at Nabble.com.








reply via email to

[Prev in Thread] Current Thread [Next in Thread]