bug-glpk
[Top][All Lists]
Advanced

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

Re: [Bug-glpk] lib_set_print_hook disappeared


From: Andrew Makhorin
Subject: Re: [Bug-glpk] lib_set_print_hook disappeared
Date: Thu, 22 Mar 2007 00:04:43 +0300

> Can you also add to the header file something that easily allows
> detecting the version of GLPK? Something like the following would be
> OK:
> 
> /* The major number of the GLPK version. */
> #define GLPK_VERSION_MAJOR 4
> 
> /* The minor number of the GLPK version. */
> #define GLPK_VERSION_MINOR 15
> 
> /* The revision number of the GLPK version. */
> #define GLPK_VERSION_REVISION 0

In the next release there will be the api routine glp_version, which
returns the version number in the form "4.15" .

However, there is no need to check the version number for the sake
of compatibility, because, as I said earlier, new versions of the
package will be compatible with older versions *on api level*,
including all obsolete api routines.





reply via email to

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