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



_______________________________________________
Bug-glpk mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/bug-glpk

Reply via email to