From 0813f98830c9783cb22ee0fbab81ac370f7bb497 Mon Sep 17 00:00:00 2001 From: adam Date: Fri, 14 Jan 2005 11:31:00 +0000 Subject: 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. --- math/glpk/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'math/glpk/Makefile') 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/ -- cgit v1.2.3