help-glpk
[Top][All Lists]
Advanced

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

Re: [Help-glpk] Getting more info from presolver


From: Andrew Makhorin
Subject: Re: [Help-glpk] Getting more info from presolver
Date: Fri, 20 Jun 2008 17:49:33 +0400

> I have tested the suggestion concerning glpsol -o for a trivial
> example with glpk-4.28:

> var x;
> var y;
> minimize obj : x + y;
> s.t. c0 : x + 3 * y >= 0;
> s.t. c4 : y <= 10;
> s.t. c1 : x + 4 <= 0;
s.t. c2 : x + 3 >>= 0;

> A line "KKT.PB" was not issued.

This is because you did not disable the lp presolver. It cannot
recover non-optimal solutions, so the solution of the original instance
remains undefined.





reply via email to

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