diff options
author | adam <adam@pkgsrc.org> | 2007-11-12 19:38:15 +0000 |
---|---|---|
committer | adam <adam@pkgsrc.org> | 2007-11-12 19:38:15 +0000 |
commit | 33ee62633c97d9c6b824d611dd7c8663a792596a (patch) | |
tree | 79af3fef46330327381c3145062d561eefc47df6 /math | |
parent | 4e767e6193d9b65c95b36d28ba373f9fd0fd2b78 (diff) | |
download | pkgsrc-33ee62633c97d9c6b824d611dd7c8663a792596a.tar.gz |
Changes 4.23:
The following new API routines were added:
glp_read_sol read basic solution from text file
glp_write_sol write basic solution to text file
glp_read_ipt read interior-point solution from text file
glp_write_ipt write interior-point solution to text file
glp_read_mip read MIP solution from text file
glp_write_mip write MIP solution to text file
Diffstat (limited to 'math')
-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 8e8f2acbf45..a87567e5df7 100644 --- a/math/glpk/Makefile +++ b/math/glpk/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.15 2007/10/13 17:34:33 adam Exp $ +# $NetBSD: Makefile,v 1.16 2007/11/12 19:38:15 adam Exp $ -DISTNAME= glpk-4.22 +DISTNAME= glpk-4.23 CATEGORIES= math MASTER_SITES= ftp://ftp.gnu.org/gnu/glpk/ diff --git a/math/glpk/distinfo b/math/glpk/distinfo index c1062af86df..908dc5d1d2a 100644 --- a/math/glpk/distinfo +++ b/math/glpk/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.12 2007/10/13 17:34:33 adam Exp $ +$NetBSD: distinfo,v 1.13 2007/11/12 19:38:15 adam Exp $ -SHA1 (glpk-4.22.tar.gz) = 77ab64d9a1e81d3048e1c8035680a2247ddc4f66 -RMD160 (glpk-4.22.tar.gz) = ea14612df4140f85b8cfd74a6926f9e0019d230e -Size (glpk-4.22.tar.gz) = 1417730 bytes +SHA1 (glpk-4.23.tar.gz) = f67b6586b4a3e3ae7c6afe9f356304f8072d4da2 +RMD160 (glpk-4.23.tar.gz) = cef7c8e4e24b53396e378b813a1a2ce6a9b8091d +Size (glpk-4.23.tar.gz) = 1430603 bytes |