[normaliz] 02/03: Merge tag 'upstream/3.1.1+ds'

Jerome Benoit calculus-guest at moszumanska.debian.org
Mon Apr 11 23:47:00 UTC 2016


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

calculus-guest pushed a commit to branch master
in repository normaliz.

commit d2b77d41c60295a16ba873cc0568baad09d10c93
Merge: 37cc92a 8216f8a
Author: Jerome Benoit <calculus at rezozer.net>
Date:   Mon Apr 11 23:13:35 2016 +0100

    Merge tag 'upstream/3.1.1+ds'
    
    Upstream version 3.1.1+ds

 CHANGELOG                                          |   7 +
 Macaulay2/Normaliz.m2                              |  27 +-
 doc/NmzIntegrate.tex                               |  39 +-
 doc/Normaliz.tex                                   | 550 +++++++++++++++------
 example/2cone.in                                   |  10 +-
 example/2cone_ineq.in                              |   9 +-
 example/2cone_int.in                               |  10 +-
 example/InhomCong.in                               |   8 +-
 example/InhomCongLat.in                            |  12 +-
 example/InhomCongSigns.in                          |  12 +-
 example/InhomIneq.in                               |   8 +-
 example/NumSemi.in                                 |   4 +-
 example/normface.in                                |  16 +
 example/poly_hom_const.in                          |   9 +
 example/subspace4.in                               |  20 +-
 source/CMakeLists.txt                              |   2 +-
 source/INSTALL                                     |   4 +-
 source/Input.cpp                                   | 424 +++++++++++++---
 source/Makefile.configuration                      |   2 +-
 source/Normaliz.cpp                                |   8 +-
 source/genEhrhart/Makefile                         |   3 +-
 source/genEhrhart/nmzIntInput.C                    |   9 +-
 source/genEhrhart/nmzIntegrate.C                   |   4 +-
 source/libnormaliz/HilbertSeries.cpp               |   4 +-
 source/libnormaliz/Makefile                        |   3 +-
 source/libnormaliz/bottom.cpp                      |   2 +
 source/libnormaliz/cone.cpp                        | 346 +++++--------
 source/libnormaliz/cone.h                          |  10 +-
 source/libnormaliz/cone_dual_mode.cpp              |  27 +-
 source/libnormaliz/cone_dual_mode.h                |   3 +-
 source/libnormaliz/cone_helper.cpp                 |   8 +
 source/libnormaliz/cone_property.cpp               |   9 +-
 source/libnormaliz/convert.h                       |   3 +-
 source/libnormaliz/full_cone.cpp                   | 144 ++++--
 source/libnormaliz/full_cone.h                     |   2 +
 source/libnormaliz/integer.cpp                     |  21 +-
 source/libnormaliz/integer.h                       |  10 +-
 source/libnormaliz/libnormaliz.cpp                 |   7 +-
 source/libnormaliz/matrix.cpp                      |   6 +-
 source/libnormaliz/normaliz_exception.h            |  57 ++-
 source/libnormaliz/offload_handler.cpp             |  22 +-
 source/libnormaliz/offload_handler.h               |   5 +-
 source/libnormaliz/simplex.cpp                     |   3 +-
 source/libnormaliz/vector_operations.cpp           |   2 +-
 source/output.cpp                                  |  12 +-
 test/sortdiff                                      |   2 -
 test/test-/CondParSymmSemi.in                      |  17 +-
 test/test-/direct_overflow.in                      |   4 +
 test/test-/direct_overflow.ref                     |  54 ++
 .../test-/direct_overflow_dual.in                  |   5 +-
 test/test-/direct_overflow_dual.ref                |  52 ++
 test/test-/fullspace.in                            |   5 +
 test/test-/{zero3.ref => fullspace.ref}            |  10 +-
 test/test-/fullspacehyp.in                         |   3 +
 test/test-/{zero3.ref => fullspacehyp.ref}         |  10 +-
 test/test-/hickerson-16.in                         |  26 +-
 test/test-/mode456_constraints.in                  |  11 +
 test/test-/mode456_constraints.ref                 |  83 ++++
 test/test-/normface.in                             |  16 +
 test/test-/normface.ref                            |  59 +++
 test/test-/subspace4.in                            |  20 +-
 test/test-/subspace4_inhom.in                      |  22 +-
 test/test-/zero3.ref                               |   1 -
 test/test-/zero4.ref                               |   1 -
 test/test-1/direct_overflow.in                     |   4 +
 test/test-1/direct_overflow.ref                    |  32 ++
 test/test-1/fullspace.in                           |   5 +
 test/{test-/zero3.ref => test-1/fullspace.ref}     |  10 +-
 test/test-1/fullspacehyp.in                        |   3 +
 test/{test-/zero3.ref => test-1/fullspacehyp.ref}  |  10 +-
 test/test-1/zero4.ref                              |   1 -
 test/test-d/direct_overflow.in                     |   4 +
 test/test-d/direct_overflow.ref                    |  35 ++
 test/test-d/fullspace.in                           |   5 +
 test/{test-/zero3.ref => test-d/fullspace.ref}     |  10 +-
 test/test-d/fullspacehyp.in                        |   3 +
 test/{test-/zero3.ref => test-d/fullspacehyp.ref}  |  10 +-
 test/test-d/normface.in                            |  12 +
 test/test-d/normface.ref                           |  40 ++
 test/test-d/zero4.ref                              |   1 -
 test/test-d1/direct_overflow.in                    |   4 +
 test/test-d1/direct_overflow.ref                   |  29 ++
 test/test-d1/fullspace.in                          |   5 +
 test/{test-/zero3.ref => test-d1/fullspace.ref}    |  10 +-
 test/test-d1/fullspacehyp.in                       |   3 +
 test/{test-/zero3.ref => test-d1/fullspacehyp.ref} |  10 +-
 test/test-d1/zero4.ref                             |   1 -
 test/test-dnn/direct_overflow.in                   |   4 +
 test/test-dnn/direct_overflow.ref                  |  35 ++
 test/test-dnn/fullspace.in                         |   5 +
 test/{test-/zero3.ref => test-dnn/fullspace.ref}   |  10 +-
 test/test-dnn/fullspacehyp.in                      |   3 +
 .../{test-/zero3.ref => test-dnn/fullspacehyp.ref} |  10 +-
 test/test-h/direct_overflow.in                     |   4 +
 test/test-h/direct_overflow.ref                    |  51 ++
 test/test-h/normface.in                            |  16 +
 test/test-h/normface.ref                           |  56 +++
 test/test-h/zero4.ref                              |   1 -
 test/test-hh/InhomIneq.in                          |   8 +-
 test/test-hh/direct_overflow.IntHull.ref           |  22 +
 test/test-hh/direct_overflow.in                    |   4 +
 test/test-hh/direct_overflow.ref                   |  32 ++
 .../fullspace.IntHull.ref}                         |  17 +-
 test/test-hh/fullspace.in                          |   5 +
 test/{test-/zero3.ref => test-hh/fullspace.ref}    |  10 +-
 .../fullspacehyp.IntHull.ref}                      |  17 +-
 test/test-hh/fullspacehyp.in                       |   3 +
 test/{test-/zero3.ref => test-hh/fullspacehyp.ref} |  10 +-
 test/test-hh/strip2.in                             |   8 +-
 test/test-mm/direct_overflow.in                    |   4 +
 test/test-mm/direct_overflow.ref                   |  42 ++
 test/test-mm/fullspace.in                          |   5 +
 test/{test-/zero3.ref => test-mm/fullspace.ref}    |  10 +-
 test/test-mm/fullspacehyp.in                       |   3 +
 test/test-mm/fullspacehyp.ref                      |   6 +
 test/test-mm/normface.in                           |  16 +
 test/test-mm/normface.ref                          |  47 ++
 test/test-mm/zero_polyhedron.ref                   |  46 --
 test/test-n/direct_overflow.in                     |   4 +
 test/test-n/direct_overflow.ref                    |  40 ++
 test/test-n/normface.in                            |  16 +
 test/test-n/normface.ref                           |  45 ++
 test/test-nn/direct_overflow.in                    |   4 +
 test/test-nn/direct_overflow.ref                   |  38 ++
 test/test-nn/fullspace.in                          |   5 +
 test/{test-/zero3.ref => test-nn/fullspace.ref}    |  10 +-
 test/test-nn/fullspacehyp.in                       |   3 +
 test/{test-/zero3.ref => test-nn/fullspacehyp.ref} |  10 +-
 test/test-nn/normface.in                           |  16 +
 test/test-nn/normface.ref                          |  43 ++
 test/test-nn/subspace4.in                          |  20 +-
 test/test-nn/subspace4_inhom.in                    |  22 +-
 test/test-nn/zero4.ref                             |   1 -
 test/test-p/direct_overflow.in                     |   4 +
 test/test-p/direct_overflow.ref                    |  45 ++
 test/test-p/zero4.ref                              |   1 -
 test/test-q/direct_overflow.in                     |   4 +
 test/test-q/direct_overflow.ref                    |  40 ++
 test/test-q/fullspace.in                           |   5 +
 test/{test-/zero3.ref => test-q/fullspace.ref}     |  10 +-
 test/test-q/fullspacehyp.in                        |   3 +
 test/{test-/zero3.ref => test-q/fullspacehyp.ref}  |  10 +-
 test/test-q/poly_hom_const.in                      |   9 +
 test/test-q/poly_hom_const.ref                     |  57 +++
 test/test-q/subspace4.in                           |  20 +-
 test/test-q/zero4.ref                              |   1 -
 test/test-r1/direct_overflow.in                    |   4 +
 test/test-r1/direct_overflow.ref                   |  32 ++
 test/test-r1/zero4.ref                             |   1 -
 test/test-s/direct_overflow.in                     |   4 +
 test/test-s/direct_overflow.ref                    |  24 +
 test/test-s/fullspace.in                           |   5 +
 test/{test-/zero3.ref => test-s/fullspace.ref}     |  10 +-
 test/test-s/fullspacehyp.in                        |   3 +
 test/test-s/fullspacehyp.ref                       |  19 +
 test/test-s/subspace4.in                           |  20 +-
 test/test-s/subspace4_inhom.in                     |  22 +-
 test/test-s/zero4.ref                              |   1 -
 test/test-v/direct_overflow.in                     |   4 +
 test/test-v/direct_overflow.ref                    |  29 ++
 test/test-v/fullspace.in                           |   5 +
 test/{test-/zero3.ref => test-v/fullspace.ref}     |  10 +-
 test/test-v/fullspacehyp.in                        |   3 +
 test/{test-/zero3.ref => test-v/fullspacehyp.ref}  |  10 +-
 test/test-v/strip2.in                              |  10 +-
 test/test-v/zero4.ref                              |   1 -
 test/test-w/direct_overflow.in                     |   4 +
 test/test-w/direct_overflow.ref                    |  38 ++
 168 files changed, 2891 insertions(+), 915 deletions(-)

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



More information about the debian-science-commits mailing list