Re: [Bug-glpk] lib_set_print_hook disappeared

2007-03-21 Thread Roberto Bagnara
Andrew Makhorin wrote: >> 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.

Re: [Bug-glpk] lib_set_print_hook disappeared

2007-03-21 Thread Roberto Bagnara
Andrew Makhorin wrote: >> This was available until at least version 4.13 but has now disappeared. >> Why? Is there a way for an application to support both 4.13 and the >> newer versions? The include file do not seem to define VERSION macros. >> Many thanks in advance, > > Lib_set_print_hook is

Re: [Bug-glpk] lib_set_print_hook disappeared

2007-03-21 Thread Andrew Makhorin
> 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_MIN