diff options
author | adam <adam@pkgsrc.org> | 2008-01-05 21:58:07 +0000 |
---|---|---|
committer | adam <adam@pkgsrc.org> | 2008-01-05 21:58:07 +0000 |
commit | f7a72a847ea7d6fcd84f6364e0b77eb5f968a7f9 (patch) | |
tree | 12ea80b6947e46e2acdf7dec66b8138e7db25e0b /math/glpk | |
parent | 50295b3994a2736089a9d5b4ad2be89268180552 (diff) | |
download | pkgsrc-f7a72a847ea7d6fcd84f6364e0b77eb5f968a7f9.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/Makefile | 4 | ||||
-rw-r--r-- | math/glpk/distinfo | 8 |
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 |