bug-glpk
[Top][All Lists]
Advanced

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

Re: [Bug-glpk] Sensitivity Information not presented in sensitivity boun


From: Andrew Makhorin
Subject: Re: [Bug-glpk] Sensitivity Information not presented in sensitivity bounds file
Date: Tue, 20 Oct 2009 12:53:54 +0400

> 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.

Thank you for the bug report.

There is a bug in the bound sensitivity routine: it works only for
minimization while your instance is maximization.

To avoid the bug you can replace the objective:

maximize
z: 3*x1+2*x2;

by the following one:

minimize
z: - (3*x1+2*x2);






reply via email to

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