[glpk] 03/06: Merge tag 'upstream/4.60'

Sébastien Villemot sebastien at debian.org
Thu Apr 7 09:50:08 UTC 2016


This is an automated email from the git hooks/post-receive script.

sebastien pushed a commit to branch master
in repository glpk.

commit a127826a71d3f9d11cf8a78aada3bfb609f9648f
Merge: fa5f763 54070db
Author: Sébastien Villemot <sebastien at debian.org>
Date:   Thu Apr 7 11:25:15 2016 +0200

    Merge tag 'upstream/4.60'
    
    Upstream version 4.60

 ChangeLog                            |  69 +++
 NEWS                                 |  21 +
 README                               |   2 +-
 configure                            |  20 +-
 configure.ac                         |   2 +-
 doc/notes/simplex2.pdf               | Bin 209721 -> 250038 bytes
 examples/Makefile.am                 |   2 +-
 examples/Makefile.in                 |   2 +-
 examples/glpsol.c                    |  31 +-
 src/Makefile.am                      |   5 +-
 src/Makefile.in                      |  90 ++--
 src/api/mps.c                        |  12 +
 src/bfd.c                            |  36 ++
 src/bfd.h                            |  16 +
 src/bflib/fvs.c                      | 137 ++++++
 src/bflib/fvs.h                      |  76 +++
 src/draft.h                          |   3 +
 src/glpapi06.c                       |   3 +
 src/glpapi09.c                       |   3 +
 src/glpios01.c                       |   4 +
 src/glpios03.c                       |   4 +
 src/glpios10.c                       |   6 +
 src/glpk.h                           |  30 +-
 src/mpl/mpl6.c                       |   2 +-
 src/mpl/{sql.c => mplsql.c}          |   8 +-
 src/mpl/{sql.h => mplsql.h}          |   6 +-
 src/prob.h                           |   3 +
 src/proxy/proxy1.c                   |  30 ++
 src/simplex/spxlp.c                  | 145 ++++++
 src/simplex/spxlp.h                  |  20 +
 src/simplex/spxnt.c                  |  43 ++
 src/simplex/spxnt.h                  |   6 +
 src/simplex/spxprim.c                |  81 +++-
 src/simplex/spychuzc.c               | 347 +++++++++++++-
 src/simplex/spychuzc.h               |  44 +-
 src/simplex/spychuzr.c               |  77 +++
 src/simplex/spychuzr.h               |  11 +
 src/simplex/spydual.c                | 887 ++++++++++++++++++++++++++++++++---
 w32/Makefile_VC                      |   5 +-
 w32/Makefile_VC_DLL                  |  17 +-
 w32/{glpk_4_59.def => glpk_4_60.def} |   4 +-
 w64/{glpk_4_59.def => glpk_4_60.def} |   4 +-
 w64/makefile_VC                      |   5 +-
 w64/makefile_VC_DLL                  |  17 +-
 44 files changed, 2173 insertions(+), 163 deletions(-)

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-science/packages/glpk.git



More information about the debian-science-commits mailing list