[glpk] 01/05: Merge tag 'upstream/4.56'

Sébastien Villemot sebastien at debian.org
Fri Oct 2 11:51:38 UTC 2015


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

sebastien pushed a commit to branch master
in repository glpk.

commit 8d2f8849da2589da0e7e4c9d36597a5269e55809
Merge: c5cac68 6284715
Author: Sébastien Villemot <sebastien at debian.org>
Date:   Fri Oct 2 13:34:43 2015 +0200

    Merge tag 'upstream/4.56'
    
    Upstream version 4.56

 ChangeLog                            |   22 +
 NEWS                                 |   15 +
 README                               |    8 +-
 THANKS                               |    2 +
 configure                            |   20 +-
 configure.ac                         |    2 +-
 doc/notes/simplex.pdf                |  Bin 244242 -> 829774 bytes
 examples/INDEX                       |    8 +-
 examples/alloy.mps                   |    2 +-
 examples/furnace.mps                 |    2 +-
 src/Makefile.am                      |   11 +-
 src/Makefile.in                      |   88 +-
 src/bfd.c                            |    6 +
 src/bflib/sgf.c                      |   19 +
 src/glpapi21.c                       |    6 +-
 src/glpk.h                           |    4 +-
 src/glpspx01.c                       | 2971 ----------------------------------
 src/glpsql.c                         |    9 +-
 src/prob.h                           |    2 +-
 src/simplex/spxat.c                  |  265 +++
 src/simplex/spxat.h                  |   80 +
 src/simplex/spxchuzc.c               |  381 +++++
 src/simplex/spxchuzc.h               |   85 +
 src/simplex/spxchuzr.c               |  388 +++++
 src/simplex/spxchuzr.h               |   43 +
 src/simplex/spxlp.c                  |  674 ++++++++
 src/simplex/spxlp.h                  |  214 +++
 src/simplex/spxnt.c                  |  260 +++
 src/simplex/spxnt.h                  |   89 +
 src/simplex/spxprim.c                | 1139 +++++++++++++
 src/simplex/spxprob.c                |  679 ++++++++
 src/simplex/spxprob.h                |   64 +
 w32/Build_GLPK_with_VC14.bat         |   11 +
 w32/Build_GLPK_with_VC14_DLL.bat     |   11 +
 w32/Makefile_VC                      |  298 ++--
 w32/Makefile_VC_DLL                  |  310 ++--
 w32/{glpk_4_55.def => glpk_4_56.def} |  446 ++---
 w64/Build_GLPK_with_VC14.bat         |   11 +
 w64/Build_GLPK_with_VC14_DLL.bat     |   11 +
 w64/{glpk_4_55.def => glpk_4_56.def} |  446 ++---
 w64/makefile_VC                      |  298 ++--
 w64/makefile_VC_DLL                  |  310 ++--
 42 files changed, 5653 insertions(+), 4057 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