From f7a72a847ea7d6fcd84f6364e0b77eb5f968a7f9 Mon Sep 17 00:00:00 2001 From: adam Date: Sat, 5 Jan 2008 21:58:07 +0000 Subject: 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. --- math/glpk/Makefile | 4 ++-- math/glpk/distinfo | 8 ++++---- 2 files changed, 6 insertions(+), 6 deletions(-) (limited to 'math/glpk') 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 -- cgit v1.2.3