Mon Oct 13 08:57:26 2008 UTC ()
Changes 4.32:

The following new features were included in the MIP solver
*  MIP presolver
*  mixed cover cut generator
*  clique cut generator
*  Euclidean reduction of the objective value

Due to changes the routine glp_intopt may additionally return
GLP_ENOPFS, GLP_ENODFS, and GLP_EMIPGAP.

The API routines lpx_integer are lpx_intopt are deprecated,
since they are completely superseded by glp_intopt.

The following new branch-and-cut API routines were added:
glp_ios_row_attr      determine additional row attributes
glp_ios_pool_size     determine current size of the cut pool
glp_ios_add_row       add constraint to the cut pool
glp_ios_del_row       delete constraint from the cut pool
glp_ios_clear_pool    delete all constraints from the cut pool


(adam)
diff -r1.22 -r1.23 pkgsrc/math/glpk/Makefile
diff -r1.18 -r1.19 pkgsrc/math/glpk/distinfo

cvs diff -r1.22 -r1.23 pkgsrc/math/glpk/Makefile (expand / switch to unified diff)

--- pkgsrc/math/glpk/Makefile 2008/09/08 07:15:01 1.22
+++ pkgsrc/math/glpk/Makefile 2008/10/13 08:57:26 1.23
@@ -1,16 +1,16 @@ @@ -1,16 +1,16 @@
1# $NetBSD: Makefile,v 1.22 2008/09/08 07:15:01 adam Exp $ 1# $NetBSD: Makefile,v 1.23 2008/10/13 08:57:26 adam Exp $
2 2
3DISTNAME= glpk-4.31 3DISTNAME= glpk-4.32
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.18 -r1.19 pkgsrc/math/glpk/distinfo (expand / switch to unified diff)

--- pkgsrc/math/glpk/distinfo 2008/09/08 07:15:01 1.18
+++ pkgsrc/math/glpk/distinfo 2008/10/13 08:57:26 1.19
@@ -1,5 +1,5 @@ @@ -1,5 +1,5 @@
1$NetBSD: distinfo,v 1.18 2008/09/08 07:15:01 adam Exp $ 1$NetBSD: distinfo,v 1.19 2008/10/13 08:57:26 adam Exp $
2 2
3SHA1 (glpk-4.31.tar.gz) = 880c66d6d586e92970bfbaf7a57a9d04e7f67fd5 3SHA1 (glpk-4.32.tar.gz) = 3574d86b6779f6a20c8b6abf6798f4cf68d0f313
4RMD160 (glpk-4.31.tar.gz) = 59a6ae7bdbb1cd9bc999b57ac6dd950685c48fe5 4RMD160 (glpk-4.32.tar.gz) = 77f08ec4166901b3e8542067fa5e25d0298b29c4
5Size (glpk-4.31.tar.gz) = 1640854 bytes 5Size (glpk-4.32.tar.gz) = 1826114 bytes