From 917cbc70e897c29261f04722c77be76ca93dc909 Mon Sep 17 00:00:00 2001 From: adam Date: Tue, 13 Jul 2010 06:46:56 +0000 Subject: Changes 4.44: The following suffixes for variables and constraints were implemented in the MathProg language: .lb (lower bound), .ub (upper bound), .status (status in the solution), .val (primal value), and .dual (dual value). Now the MathProg language allows comment records (marked by '#' in the very first position) in CSV data files read with the table statements. Note that the comment records may appear only in the beginning of a CSV data file. The API routine glp_cpp to solve the Critical Path Problem was added and documented. --- math/glpk/Makefile | 4 ++-- math/glpk/distinfo | 8 ++++---- 2 files changed, 6 insertions(+), 6 deletions(-) (limited to 'math') diff --git a/math/glpk/Makefile b/math/glpk/Makefile index 365ddb56ba4..1e30db9f09f 100644 --- a/math/glpk/Makefile +++ b/math/glpk/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.28 2010/05/21 10:36:56 adam Exp $ +# $NetBSD: Makefile,v 1.29 2010/07/13 06:46:56 adam Exp $ -DISTNAME= glpk-4.43 +DISTNAME= glpk-4.44 CATEGORIES= math MASTER_SITES= ftp://ftp.gnu.org/gnu/glpk/ diff --git a/math/glpk/distinfo b/math/glpk/distinfo index 986051b23a5..1c59bd9e233 100644 --- a/math/glpk/distinfo +++ b/math/glpk/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.23 2010/05/21 10:36:56 adam Exp $ +$NetBSD: distinfo,v 1.24 2010/07/13 06:46:56 adam Exp $ -SHA1 (glpk-4.43.tar.gz) = 6260df0fa47dd828458c169df90264d5ee1bf0a1 -RMD160 (glpk-4.43.tar.gz) = b8ea5add3e70e6f7758e3037ac5e03d8cdaf24ce -Size (glpk-4.43.tar.gz) = 3212131 bytes +SHA1 (glpk-4.44.tar.gz) = 6a2c23b5e9228627c0c454776d53b4629b56583b +RMD160 (glpk-4.44.tar.gz) = 6d1a3428cf7dee758f18f8e388a71894437197d1 +Size (glpk-4.44.tar.gz) = 3229434 bytes -- cgit v1.2.3