diff options
author | adam <adam@pkgsrc.org> | 2007-07-01 08:12:13 +0000 |
---|---|---|
committer | adam <adam@pkgsrc.org> | 2007-07-01 08:12:13 +0000 |
commit | 6b05ff786aa7d544d199fce19ad5539ea8443c5b (patch) | |
tree | ac9ab7266f0a0f24bff0214cde09424eab9a745d /math/glpk | |
parent | 6f62b09ad1cbdb73573e06807a1927e8b9436cf2 (diff) | |
download | pkgsrc-6b05ff786aa7d544d199fce19ad5539ea8443c5b.tar.gz |
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 (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 10a7e2b2284..8b2cfa23a11 100644 --- a/math/glpk/Makefile +++ b/math/glpk/Makefile @@ -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 --git a/math/glpk/distinfo b/math/glpk/distinfo index dcdd1752fba..c444d7dc1df 100644 --- a/math/glpk/distinfo +++ b/math/glpk/distinfo @@ -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 |