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 unified 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,16 +1,16 @@ @@ -1,16 +1,16 @@
1# $NetBSD: Makefile,v 1.28 2010/05/21 10:36:56 adam Exp $ 1# $NetBSD: Makefile,v 1.29 2010/07/13 06:46:56 adam Exp $
2 2
3DISTNAME= glpk-4.43 3DISTNAME= glpk-4.44
4CATEGORIES= math 4CATEGORIES= math
5MASTER_SITES= ftp://ftp.gnu.org/gnu/glpk/ 5MASTER_SITES= ftp://ftp.gnu.org/gnu/glpk/
6 6
7MAINTAINER= adam@NetBSD.org 7MAINTAINER= adam@NetBSD.org
8HOMEPAGE= http://www.gnu.org/software/glpk/glpk.html 8HOMEPAGE= http://www.gnu.org/software/glpk/glpk.html
9COMMENT= Library for solving linear programming problems 9COMMENT= Library for solving linear programming problems
10 10
11PKG_DESTDIR_SUPPORT= user-destdir 11PKG_DESTDIR_SUPPORT= user-destdir
12 12
13USE_LIBTOOL= yes 13USE_LIBTOOL= yes
14USE_TOOLS+= gmake 14USE_TOOLS+= gmake
15GNU_CONFIGURE= yes 15GNU_CONFIGURE= yes
16 16

cvs diff -r1.23 -r1.24 pkgsrc/math/glpk/distinfo (expand / switch to unified 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 @@ @@ -1,5 +1,5 @@
1$NetBSD: distinfo,v 1.23 2010/05/21 10:36:56 adam Exp $ 1$NetBSD: distinfo,v 1.24 2010/07/13 06:46:56 adam Exp $
2 2
3SHA1 (glpk-4.43.tar.gz) = 6260df0fa47dd828458c169df90264d5ee1bf0a1 3SHA1 (glpk-4.44.tar.gz) = 6a2c23b5e9228627c0c454776d53b4629b56583b
4RMD160 (glpk-4.43.tar.gz) = b8ea5add3e70e6f7758e3037ac5e03d8cdaf24ce 4RMD160 (glpk-4.44.tar.gz) = 6d1a3428cf7dee758f18f8e388a71894437197d1
5Size (glpk-4.43.tar.gz) = 3212131 bytes 5Size (glpk-4.44.tar.gz) = 3229434 bytes