pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/math/glpk Changes 4.25:



details:   https://anonhg.NetBSD.org/pkgsrc/rev/eef0b00449a1
branches:  trunk
changeset: 537288:eef0b00449a1
user:      adam <adam%pkgsrc.org@localhost>
date:      Sat Jan 05 21:58:07 2008 +0000

description:
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:

 math/glpk/Makefile |  4 ++--
 math/glpk/distinfo |  8 ++++----
 2 files changed, 6 insertions(+), 6 deletions(-)

diffs (25 lines):

diff -r 323df68faa77 -r eef0b00449a1 math/glpk/Makefile
--- a/math/glpk/Makefile        Sat Jan 05 21:54:50 2008 +0000
+++ b/math/glpk/Makefile        Sat Jan 05 21:58:07 2008 +0000
@@ -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 -r 323df68faa77 -r eef0b00449a1 math/glpk/distinfo
--- a/math/glpk/distinfo        Sat Jan 05 21:54:50 2008 +0000
+++ b/math/glpk/distinfo        Sat Jan 05 21:58:07 2008 +0000
@@ -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



Home | Main Index | Thread Index | Old Index