summaryrefslogtreecommitdiff
path: root/math/glpk
diff options
context:
space:
mode:
authoradam <adam>2008-01-05 21:58:07 +0000
committeradam <adam>2008-01-05 21:58:07 +0000
commitb7b900b8d3715eaa045eb70be684256162b67fec (patch)
tree12ea80b6947e46e2acdf7dec66b8138e7db25e0b /math/glpk
parent1c87b7e0358c98ee20ae5533088d87dfbf3859ae (diff)
downloadpkgsrc-b7b900b8d3715eaa045eb70be684256162b67fec.tar.gz
Changes 4.25:
A tentative implementation of Gomory's mixed integer cuts was included in the branch-and-cut solver. To enable generating Gomory's cuts the control parameter gmi_cuts passed to the routine glp_intopt should be set to GLP_ON. This feature is also available in the solver glpsol through command-line option '--gomory'. For more details please see the reference manual included in the distribution.
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 4ea0c644b1b..59b9de7a735 100644
--- a/math/glpk/Makefile
+++ b/math/glpk/Makefile
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.17 2007/11/25 18:47:50 adam Exp $
+# $NetBSD: Makefile,v 1.18 2008/01/05 21:58:07 adam Exp $
-DISTNAME= glpk-4.24
+DISTNAME= glpk-4.25
CATEGORIES= math
MASTER_SITES= ftp://ftp.gnu.org/gnu/glpk/
diff --git a/math/glpk/distinfo b/math/glpk/distinfo
index 92ab72e3e20..ffa0fb3b342 100644
--- a/math/glpk/distinfo
+++ b/math/glpk/distinfo
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.14 2007/11/25 18:47:50 adam Exp $
+$NetBSD: distinfo,v 1.15 2008/01/05 21:58:07 adam Exp $
-SHA1 (glpk-4.24.tar.gz) = e2c6d7f72a43d92cff0374003184e5e04f1fde6f
-RMD160 (glpk-4.24.tar.gz) = 8cacd508915e5e02422b369dc0f5ae778d20876e
-Size (glpk-4.24.tar.gz) = 1449575 bytes
+SHA1 (glpk-4.25.tar.gz) = cb85754303420fa4527bdef5822f6ab541c1148b
+RMD160 (glpk-4.25.tar.gz) = bbff3cce5b94a00809a584ee8534ffaeb155a622
+Size (glpk-4.25.tar.gz) = 1487597 bytes