summaryrefslogtreecommitdiff
path: root/math/glpk/Makefile
diff options
context:
space:
mode:
authoradam <adam>2008-01-05 21:58:07 +0000
committeradam <adam>2008-01-05 21:58:07 +0000
commitdb7adbf05a426fcc85ab88975142c8e3a4a25735 (patch)
tree12ea80b6947e46e2acdf7dec66b8138e7db25e0b /math/glpk/Makefile
parent76ed5fde0e83d639ed188d376c368b14765f4eb7 (diff)
downloadpkgsrc-db7adbf05a426fcc85ab88975142c8e3a4a25735.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/Makefile')
-rw-r--r--math/glpk/Makefile4
1 files changed, 2 insertions, 2 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/