summaryrefslogtreecommitdiff
path: root/math/glpk
diff options
context:
space:
mode:
authoradam <adam@pkgsrc.org>2008-10-13 08:57:26 +0000
committeradam <adam@pkgsrc.org>2008-10-13 08:57:26 +0000
commit5d55a849cc7b840246aedceae39599e93bac044c (patch)
treefb1ade7c994d789eb5f6c0dc72771214cab8a449 /math/glpk
parent2ad2caf69ed9b58f252d0a7d59c45b338ce3bb44 (diff)
downloadpkgsrc-5d55a849cc7b840246aedceae39599e93bac044c.tar.gz
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
Diffstat (limited to 'math/glpk')
-rw-r--r--math/glpk/Makefile4
-rw-r--r--math/glpk/distinfo8
2 files changed, 6 insertions, 6 deletions
diff --git a/math/glpk/Makefile b/math/glpk/Makefile
index 1d29d15be71..16a4888c757 100644
--- a/math/glpk/Makefile
+++ b/math/glpk/Makefile
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.22 2008/09/08 07:15:01 adam Exp $
+# $NetBSD: Makefile,v 1.23 2008/10/13 08:57:26 adam Exp $
-DISTNAME= glpk-4.31
+DISTNAME= glpk-4.32
CATEGORIES= math
MASTER_SITES= ftp://ftp.gnu.org/gnu/glpk/
diff --git a/math/glpk/distinfo b/math/glpk/distinfo
index fb98c20f7e1..6ca8b032e45 100644
--- a/math/glpk/distinfo
+++ b/math/glpk/distinfo
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.18 2008/09/08 07:15:01 adam Exp $
+$NetBSD: distinfo,v 1.19 2008/10/13 08:57:26 adam Exp $
-SHA1 (glpk-4.31.tar.gz) = 880c66d6d586e92970bfbaf7a57a9d04e7f67fd5
-RMD160 (glpk-4.31.tar.gz) = 59a6ae7bdbb1cd9bc999b57ac6dd950685c48fe5
-Size (glpk-4.31.tar.gz) = 1640854 bytes
+SHA1 (glpk-4.32.tar.gz) = 3574d86b6779f6a20c8b6abf6798f4cf68d0f313
+RMD160 (glpk-4.32.tar.gz) = 77f08ec4166901b3e8542067fa5e25d0298b29c4
+Size (glpk-4.32.tar.gz) = 1826114 bytes