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