diff options
author | adam <adam@pkgsrc.org> | 2008-08-20 08:19:13 +0000 |
---|---|---|
committer | adam <adam@pkgsrc.org> | 2008-08-20 08:19:13 +0000 |
commit | b4580806e2f0275095608b2dc44b5f52107d049d (patch) | |
tree | 5715e61038786df6e5cf278edf8d4dc9ceec178a | |
parent | d3845f59fd650d1ead4db7ea732b11e1cf508bba (diff) | |
download | pkgsrc-b4580806e2f0275095608b2dc44b5f52107d049d.tar.gz |
Changes 4.30:
* glpspx.h, glpspx03.c, glpapi06.c
The primal simplex solver (spx_prim_opt, spx_prim_feas) was
replaced by a new implementation (spx_primal), which currently
provides the same features as the old version.
* glpmpl01.c, glpmpl03.c
Some changes were made in the MathProg translator to allow <,
<=, >=, and > on comparing symbolic values.
* glplpx10.c
Internal routine set_d_eps in the exact LP solver was changed
to prevent approximation errors in case of integral data.
-rw-r--r-- | math/glpk/Makefile | 4 | ||||
-rw-r--r-- | math/glpk/distinfo | 8 |
2 files changed, 6 insertions, 6 deletions
diff --git a/math/glpk/Makefile b/math/glpk/Makefile index 07710ed83bf..2864cd7a84b 100644 --- a/math/glpk/Makefile +++ b/math/glpk/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.20 2008/06/20 01:09:24 joerg Exp $ +# $NetBSD: Makefile,v 1.21 2008/08/20 08:19:13 adam Exp $ -DISTNAME= glpk-4.28 +DISTNAME= glpk-4.30 CATEGORIES= math MASTER_SITES= ftp://ftp.gnu.org/gnu/glpk/ diff --git a/math/glpk/distinfo b/math/glpk/distinfo index 703eeb530bb..33bad99874f 100644 --- a/math/glpk/distinfo +++ b/math/glpk/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.16 2008/04/21 19:26:35 adam Exp $ +$NetBSD: distinfo,v 1.17 2008/08/20 08:19:13 adam Exp $ -SHA1 (glpk-4.28.tar.gz) = 0297add513bb2007eebfb03a956615d9f0db4e5a -RMD160 (glpk-4.28.tar.gz) = d99f7e055c10dee4dc41f13abec746d440e59bc4 -Size (glpk-4.28.tar.gz) = 1546104 bytes +SHA1 (glpk-4.30.tar.gz) = cc761e1010191e2b70186d84cb88fb781497c424 +RMD160 (glpk-4.30.tar.gz) = 87438f28138e429c1e82de9c4d30cf3dd6c8e204 +Size (glpk-4.30.tar.gz) = 1599658 bytes |