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.18:



details:   https://anonhg.NetBSD.org/pkgsrc/rev/0a869f83a105
branches:  trunk
changeset: 530545:0a869f83a105
user:      adam <adam%pkgsrc.org@localhost>
date:      Sun Jul 01 08:12:13 2007 +0000

description:
Changes 4.18:
  The following new API routines were added:
  glp_set_rii        set (change) row scale factor
  glp_set_sjj        set (change) column scale factor
  glp_get_rii        retrieve row scale factor
  glp_get_sjj        retrieve column scale factor
  glp_simplex        solve LP problem with the simplex method
                     (this routine replaces lpx_simplex, which is
                      also available for backward compatibility)
  glp_init_smcp      initialize simplex method control params
  glp_bf_exists      check if the basis factorization exists
  glp_factorize      compute the basis factorization
  glp_bf_updated     check if the basis factorization has been
                     updated
  glp_get_bfcp       retrieve basis factorization control params
  glp_set_bfcp       change basis factorization control params
  glp_get_bhead      retrieve the basis header information
  glp_get_row_bind   retrieve row index in the basis header
  glp_get_col_bind   retrieve column index in the basis header
  glp_ftran          perform forward transformation
  glp_btran          perform backward transformation

diffstat:

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

diffs (25 lines):

diff -r 4db168401166 -r 0a869f83a105 math/glpk/Makefile
--- a/math/glpk/Makefile        Sun Jul 01 07:56:05 2007 +0000
+++ b/math/glpk/Makefile        Sun Jul 01 08:12:13 2007 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.13 2007/02/20 12:57:21 adam Exp $
+# $NetBSD: Makefile,v 1.14 2007/07/01 08:12:13 adam Exp $
 
-DISTNAME=      glpk-4.15
+DISTNAME=      glpk-4.18
 CATEGORIES=    math
 MASTER_SITES=  ftp://ftp.gnu.org/gnu/glpk/
 
diff -r 4db168401166 -r 0a869f83a105 math/glpk/distinfo
--- a/math/glpk/distinfo        Sun Jul 01 07:56:05 2007 +0000
+++ b/math/glpk/distinfo        Sun Jul 01 08:12:13 2007 +0000
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.10 2007/02/20 12:57:21 adam Exp $
+$NetBSD: distinfo,v 1.11 2007/07/01 08:12:13 adam Exp $
 
-SHA1 (glpk-4.15.tar.gz) = 52b7244b2aae9ac82fcfa324bcfecc5a8fe950ef
-RMD160 (glpk-4.15.tar.gz) = 334244fd36fc5391170910a0527a7500179b2b55
-Size (glpk-4.15.tar.gz) = 1291700 bytes
+SHA1 (glpk-4.18.tar.gz) = f3ceb53a4e5a79d70bc3c183323930ceef1f7fe2
+RMD160 (glpk-4.18.tar.gz) = 0a4812897e3c2ce93b09cf4ee015a2a4695d006f
+Size (glpk-4.18.tar.gz) = 1413429 bytes



Home | Main Index | Thread Index | Old Index