bug-glpk
[Top][All Lists]
Advanced

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

Re: [Bug-glpk] Bug Report


From: Andrew Makhorin
Subject: Re: [Bug-glpk] Bug Report
Date: Sat, 13 Jul 2002 14:24:31 +0400

>insist fails in function make_names() in glpapi1.c  (line 2905)  when the
>string length of name is greater than 8.

Thank you for your bug report and the patch provided!

Starting from the version 3.1 glpk has a new set of api routines, and
the old api routines (prefixed with 'glp_') are no longer supported.
Moreover, in the version 3.2 (which I plan to release on the next week)
the old api routines were removed at all, because all necessary
additions were made and now the new api provides all the functions,
which were provided by the old api, in particular, there is the routine
lpx_write_mps, which replaces glp_write_mps.

The main reason of all these changes is the data structures, on which
the old api is based, don't allow efficiently implementing many
important functions (like, for example, row/column generation,
re-optimization, post-optimal analysis, etc.) that prevents futher
development of the package. That's why the new api was implemented.






reply via email to

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