Tue Jul 13 06:46:56 2010 UTC ()
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.


(adam)
diff -r1.28 -r1.29 pkgsrc/math/glpk/Makefile
diff -r1.23 -r1.24 pkgsrc/math/glpk/distinfo

cvs diff -r1.28 -r1.29 pkgsrc/math/glpk/Makefile (expand / switch to context diff)
--- pkgsrc/math/glpk/Makefile 2010/05/21 10:36:56 1.28
+++ pkgsrc/math/glpk/Makefile 2010/07/13 06:46:56 1.29
@@ -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/
 

cvs diff -r1.23 -r1.24 pkgsrc/math/glpk/distinfo (expand / switch to context diff)
--- pkgsrc/math/glpk/distinfo 2010/05/21 10:36:56 1.23
+++ pkgsrc/math/glpk/distinfo 2010/07/13 06:46:56 1.24
@@ -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
+SHA1 (glpk-4.44.tar.gz) = 6a2c23b5e9228627c0c454776d53b4629b56583b
-RMD160 (glpk-4.43.tar.gz) = b8ea5add3e70e6f7758e3037ac5e03d8cdaf24ce
+RMD160 (glpk-4.44.tar.gz) = 6d1a3428cf7dee758f18f8e388a71894437197d1
-Size (glpk-4.43.tar.gz) = 3212131 bytes
+Size (glpk-4.44.tar.gz) = 3229434 bytes