From 80f926b344d6e23e564aeea1a0068f7a9f5d1f16283c87a2b168689d1d1c8c3e Mon Sep 17 00:00:00 2001 From: Petr Gajdos Date: Mon, 31 Mar 2014 06:37:22 +0000 Subject: [PATCH] * 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. * The API routine glp_read_mps was changed to remove free rows. * etc. see NEWS for details OBS-URL: https://build.opensuse.org/package/show/science/glpk?expand=0&rev=23 --- glpk.changes | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/glpk.changes b/glpk.changes index a0c1b8a..851ae27 100644 --- a/glpk.changes +++ b/glpk.changes @@ -2,7 +2,13 @@ Mon Mar 31 06:34:30 UTC 2014 - pgajdos@suse.com - updated to 4.54 - * see NEWS for changes + * 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. + * The API routine glp_read_mps was changed to remove free rows. + * etc. see NEWS for details ------------------------------------------------------------------- Tue Dec 10 15:24:32 UTC 2013 - sweet_f_a@gmx.de