diff options
author | adam <adam@pkgsrc.org> | 2014-04-01 08:38:35 +0000 |
---|---|---|
committer | adam <adam@pkgsrc.org> | 2014-04-01 08:38:35 +0000 |
commit | c8b3c4c0fd36c7b965c8c6bcd3a19c8555e37435 (patch) | |
tree | b83cb4b908f254d42d5b1c82b1babcd19d8f2272 /math/glpk/distinfo | |
parent | d3caf6de079cc1f35c6ae13baf0b1be0a433ec52 (diff) | |
download | pkgsrc-c8b3c4c0fd36c7b965c8c6bcd3a19c8555e37435.tar.gz |
Changes 4.54:
Block-triangular LU-factorization was implemented to be used
on computing an initial factorization of the basis matrix.
A new version of the Schur-complement-based factorization
module was included in the package. Now it can be used along
with plain as well as with block-triangular LU-factorization.
Currently the following flags can be used to specify the type
of the basis matrix factorization (glp_bfcp.type):
GLP_BF_LUF + GLP_BF_FT LUF, Forrest-Tomlin update (default)
GLP_BF_LUF + GLP_BF_BG LUF, Schur complement, Bartels-Golub
update
GLP_BF_LUF + GLP_BF_GR LUF, Schur complement, Givens rotation
update
GLP_BF_BTF + GLP_BF_BG BTF, Schur complement, Bartels-Golub
update
GLP_BF_BTF + GLP_BF_GR BTF, Schur complement, Givens rotation
update
In case of GLP_BF_FT the update is applied to matrix U, while
in cases of GLP_BF_BG and GLP_BF_GR the update is applied to
the Schur complement.
Corresponding new options --luf and --btf were added to glpsol.
For more details please see a new edition of the GLPK reference
manual included in the distribution.
A minor bug (in reporting the mip solution status) was fixed.
A call to "iodbc-config --cflags" was added in configure.ac
to correctly detect iodbc flags.
Diffstat (limited to 'math/glpk/distinfo')
-rw-r--r-- | math/glpk/distinfo | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/math/glpk/distinfo b/math/glpk/distinfo index 9bb20ccfb2d..60299419da6 100644 --- a/math/glpk/distinfo +++ b/math/glpk/distinfo @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.32 2014/02/14 09:25:49 adam Exp $ +$NetBSD: distinfo,v 1.33 2014/04/01 08:38:35 adam Exp $ -SHA1 (glpk-4.53.tar.gz) = 7f61e646d4d669805ac252d62005dfd2ff818d23 -RMD160 (glpk-4.53.tar.gz) = 457c0ee03c61ab395f5411311e2baf3c3583c9b5 -Size (glpk-4.53.tar.gz) = 2803321 bytes -SHA1 (patch-src_glpapi06.c) = 0037423f2a4e85d2e93c659debdf6191c01ef695 +SHA1 (glpk-4.54.tar.gz) = 69d9c5d83271d34de1a58d2de2f7ababab975492 +RMD160 (glpk-4.54.tar.gz) = 4de0079c712dcab817a1d7b936f2ba4b1252129f +Size (glpk-4.54.tar.gz) = 3098202 bytes +SHA1 (patch-src_Makefile.in) = a28908145e2f4798679f34264dffa2780c7c4e3b |