From 7206bd9361f7dc963c1dd535a6741f405cb6e109 Mon Sep 17 00:00:00 2001 From: adam Date: Tue, 16 Apr 2013 14:15:14 +0000 Subject: GLPK 4.49 (release date: Apr 16, 2013) The new API routine glp_mincost_relax4, which is a driver to relaxation method of Bertsekas and Tseng (RELAX-IV), was added to the package. RELAX-IV is a code for solving minimum cost flow problems. On large instances it is 100-1000 times faster than the standard primal simplex method. Prof. Bertsekas, the author of the original RELAX-IV Fortran code, kindly permitted to include a C translation of his code in GLPK under GPLv3. A bug (wrong dual feasibility test) was fixed in API routine glp_warm_up. Thanks to David T. Price for bug report. Obsolete API routine lpx_check_kkt was replaced by new routine glp_check_kkt. IMPORTANT: All old API routines whose names begin with 'lpx_' were removed from API level and NO MORE AVAILABLE. --- math/glpk/Makefile | 4 ++-- math/glpk/distinfo | 8 ++++---- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/math/glpk/Makefile b/math/glpk/Makefile index 293d7a79403..ae4927a5ddf 100644 --- a/math/glpk/Makefile +++ b/math/glpk/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.34 2013/01/31 20:31:28 adam Exp $ +# $NetBSD: Makefile,v 1.35 2013/04/16 14:15:14 adam Exp $ -DISTNAME= glpk-4.48 +DISTNAME= glpk-4.49 CATEGORIES= math MASTER_SITES= ${MASTER_SITE_GNU:=glpk/} diff --git a/math/glpk/distinfo b/math/glpk/distinfo index c43499e3ceb..d33dc8d377d 100644 --- a/math/glpk/distinfo +++ b/math/glpk/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.27 2013/01/31 20:31:28 adam Exp $ +$NetBSD: distinfo,v 1.28 2013/04/16 14:15:14 adam Exp $ -SHA1 (glpk-4.48.tar.gz) = e00c92faa38fd5d865fa27206abbb06680bab7bb -RMD160 (glpk-4.48.tar.gz) = 269cb1f2b63b5a2f0a0f42b7af3ff52e8f95edfa -Size (glpk-4.48.tar.gz) = 3488482 bytes +SHA1 (glpk-4.49.tar.gz) = 20feda8b279bc69d836e62354f951da0b43edecb +RMD160 (glpk-4.49.tar.gz) = ea13734c7d0e41e393e66bb976209da0b2f4862f +Size (glpk-4.49.tar.gz) = 2991108 bytes -- cgit v1.2.3