Accepting request 342963 from home:pluskalm:branches:science

- Update to 4.57

OBS-URL: https://build.opensuse.org/request/show/342963
OBS-URL: https://build.opensuse.org/package/show/science/glpk?expand=0&rev=29
This commit is contained in:
Dmitry Roshchin 2015-11-08 09:51:30 +00:00 committed by Git OBS Bridge
parent 1181b5dc6f
commit 1a8b7613fe
6 changed files with 27 additions and 7 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:1085561013bf86c4c56ca0ed52150b4e5b653562043104ee77c0de8d4d8fdf6b
size 4016267

Binary file not shown.

3
glpk-4.57.tar.gz Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:7323b2a7cc1f13e45fc845f0fdca74f4daea2af716f5ad2d4d55b41e8394275c
size 3782998

BIN
glpk-4.57.tar.gz.sig Normal file

Binary file not shown.

View File

@ -1,3 +1,23 @@
-------------------------------------------------------------------
Sun Nov 8 09:34:38 UTC 2015 - mpluskal@suse.com
- Update to 4.57
* A new, more efficient implementation of the dual simplex method
was included in the package. This new implementation replaces
the old one, which was removed.
* Option sr_heur was added to struct glp_iocp to enable/disable
the simple rounding heuristic used by the MIP solver. Thanks to
Chris Matrakidis <cmatraki@gmail.com> for suggestion.
* New API routine glp_at_error was added and documented. Thanks
to Jeroen Demeyer <jdemeyer@cage.ugent.be> for suggestion.
* Some minor typos were corrected in the GLPK documentation.
Thanks to Anton Voropaev <anton.n.voropaev@gmail.com> for typo
report.
* An example application program TSPSOL was added. It uses the
GLPK MIP optimizer to solve the Symmetric Traveling Salesman
Problem and illustrates "lazy" constraints generation. For more
details please see glpk/examples/tsp/README.
-------------------------------------------------------------------
Fri Oct 2 12:19:02 UTC 2015 - mpluskal@suse.com

View File

@ -18,14 +18,14 @@
%define lname libglpk36
Name: glpk
Version: 4.56
Version: 4.57
Release: 0
Summary: GNU Linear Programming Kit
License: GPL-3.0
Group: Productivity/Scientific/Math
Url: http://www.gnu.org/software/glpk/glpk.html
Source0: http://ftp.gnu.org/gnu/glpk/%{name}-%{version}.tar.gz
Source1: http://ftp.gnu.org/gnu/glpk/%{name}-%{version}.tar.gz.sig
Url: https://www.gnu.org/software/glpk/glpk.html
Source0: https://ftp.gnu.org/gnu/glpk/%{name}-%{version}.tar.gz
Source1: https://ftp.gnu.org/gnu/glpk/%{name}-%{version}.tar.gz.sig
Source2: %{name}.keyring
BuildRequires: ghostscript
BuildRequires: texlive