bug-glpk
[Top][All Lists]
Advanced

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

Re: [Bug-glpk] Error delete column


From: Andrew Makhorin
Subject: Re: [Bug-glpk] Error delete column
Date: Wed, 5 Mar 2008 20:06:32 +0300

Looks like I found what causes the bug.

Please replace line 321, routine glp_add_cols, file glpapi01.c

         col->bind = -1;

by the following line:

         col->bind = 0;

and then rebuild the package and run your program. The bug must
disappear. (In any case please inform me.)





reply via email to

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