[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Bug-glpk] Possible Documentation Issue in GLPK 4.54
From: |
Andrew Makhorin |
Subject: |
Re: [Bug-glpk] Possible Documentation Issue in GLPK 4.54 |
Date: |
Sat, 12 Apr 2014 17:23:58 +0400 |
On Sat, 2014-04-12 at 12:57 +0100, Brian Gladman wrote:
> I may be wrong here but I think:
>
> glp_malloc
> glp_calloc
>
> in earlier versions have been replaced by:
>
> glp_alloc
> glp_realloc
>
> in version 4.54 but the documentation doesn't reflect this change.
>
> with my regards,
>
> Brian Gladman
>
Thank you for your report.
Glp_malloc and glp_calloc are still available as macros defined in
glpk.h, so the documentation is consistent. Actual API routines
glp_alloc and glp_realloc will be documented in a next edition of the
reference manual.
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- Re: [Bug-glpk] Possible Documentation Issue in GLPK 4.54,
Andrew Makhorin <=