diff options
author | adam <adam@pkgsrc.org> | 2005-01-14 11:31:00 +0000 |
---|---|---|
committer | adam <adam@pkgsrc.org> | 2005-01-14 11:31:00 +0000 |
commit | 0813f98830c9783cb22ee0fbab81ac370f7bb497 (patch) | |
tree | c6825208496b165a21a104bbc6a1aaee22709550 /math/glpk/Makefile | |
parent | 2a1684744149e21e07f6ecaf15bff000b24f81fa (diff) | |
download | pkgsrc-0813f98830c9783cb22ee0fbab81ac370f7bb497.tar.gz |
Changes 4.8:
Core simplex method and interior-point method routines were
re-implemented and now they use a new, "storage-by-rows" sparse
matrix format (unlike previous versions where linked lists were
used to represent sparse matrices). For details see ChangeLog.
Also a minor bug was fixed in API routine lpx_read_cpxlp.
Diffstat (limited to 'math/glpk/Makefile')
-rw-r--r-- | math/glpk/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/math/glpk/Makefile b/math/glpk/Makefile index ac24b347b93..47d5d01a61e 100644 --- a/math/glpk/Makefile +++ b/math/glpk/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.5 2004/11/30 15:58:39 adam Exp $ +# $NetBSD: Makefile,v 1.6 2005/01/14 11:31:00 adam Exp $ -DISTNAME= glpk-4.7 +DISTNAME= glpk-4.8 CATEGORIES= math MASTER_SITES= ftp://ftp.gnu.org/gnu/glpk/ |