bug-glpk
[Top][All Lists]
Advanced

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

[Bug-glpk] Assertion in ios_pcost_update


From: Chris Matrakidis
Subject: [Bug-glpk] Assertion in ios_pcost_update
Date: Tue, 23 May 2017 17:54:58 +0300

Andrew,

I managed to trigger the xassert(dx != 0.0) in ios_pcost_update (line
508 of glpios09.c). What I think happens is that the branching
variable has a value over 10000, so that tol_mip is smaller than the
product of tol_piv and the unscaled variable, so it is a candidate for
branching but doesn't change value afterwards. The attached patch
papers over the symptom, but I'm not sure this is the best way.

Best Regards,

Chris Matrakidis

Attachment: pcost_update.patch
Description: Text Data


reply via email to

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