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



_______________________________________________
Bug-glpk mailing list
Bug-glpk@gnu.org
http://lists.gnu.org/mailman/listinfo/bug-glpk

Reply via email to