[normaliz] branch master updated (b9c2f6b -> bf71660)

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 change to branch master
in repository normaliz.

      from  b9c2f6b   Debian patch 3.1.0+ds-1
       new  37cc92a   Debian pre-patch 3.1.1+ds-0
      adds  8216f8a   Imported Upstream version 3.1.1+ds
       new  d2b77d4   Merge tag 'upstream/3.1.1+ds'
       new  bf71660   Debian patch 3.1.1+ds-1

The 3 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.


Summary of changes:
 CHANGELOG                                          |   7 +
 Macaulay2/Normaliz.m2                              |  27 +-
 debian/changelog                                   |  13 +
 debian/control                                     |   2 +-
 debian/copyright                                   |   2 +
 debian/rules                                       |   2 +
 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_ineq.in => poly_hom_const.in}        |   8 +-
 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 +
 ...{latt_id_nonpointed.ref => direct_overflow.ref} |  22 +-
 .../test-/direct_overflow_dual.in                  |   5 +-
 ..._id_nonpointed.ref => direct_overflow_dual.ref} |  24 +-
 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-/{mode456.ref => mode456_constraints.ref} |   0
 test/test-/normface.in                             |  16 +
 test/test-/{intcl1.ref => normface.ref}            |  20 +-
 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 +
 ...{latt_id_nonpointed.ref => direct_overflow.ref} |  22 +-
 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 +
 ...{latt_id_nonpointed.ref => direct_overflow.ref} |  22 +-
 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 +
 .../gen_nonpointed.ref => test-d/normface.ref}     |  22 +-
 test/test-d/zero4.ref                              |   1 -
 test/test-d1/direct_overflow.in                    |   4 +
 .../direct_overflow.ref}                           |  22 +-
 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 +
 .../direct_overflow.ref}                           |  22 +-
 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 +
 .../direct_overflow.ref}                           |  25 +-
 test/test-h/normface.in                            |  16 +
 test/{test-/intcl1.ref => test-h/normface.ref}     |  23 +-
 test/test-h/zero4.ref                              |   1 -
 test/test-hh/InhomIneq.in                          |   8 +-
 ...l_5.IntHull.ref => direct_overflow.IntHull.ref} |  19 +-
 test/test-hh/direct_overflow.in                    |   4 +
 .../direct_overflow.ref}                           |  22 +-
 .../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 +
 .../direct_overflow.ref}                           |  26 +-
 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/{gen_nonpointed.ref => normface.ref}  |  26 +-
 test/test-mm/zero_polyhedron.ref                   |  46 --
 test/test-n/direct_overflow.in                     |   4 +
 ...{latt_id_nonpointed.ref => direct_overflow.ref} |  22 +-
 test/test-n/normface.in                            |  16 +
 test/{test-/intcl1.ref => test-n/normface.ref}     |  34 +-
 test/test-nn/direct_overflow.in                    |   4 +
 ...{latt_id_nonpointed.ref => direct_overflow.ref} |  22 +-
 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 +
 .../gen_nonpointed.ref => test-nn/normface.ref}    |  24 +-
 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 +
 ...{latt_id_nonpointed.ref => direct_overflow.ref} |  22 +-
 test/test-p/zero4.ref                              |   1 -
 test/test-q/direct_overflow.in                     |   4 +
 ...{latt_id_nonpointed.ref => direct_overflow.ref} |  18 +-
 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 +-
 .../poly_ineq.in => test/test-q/poly_hom_const.in  |   8 +-
 .../rational.ref => test-q/poly_hom_const.ref}     |   5 -
 test/test-q/subspace4.in                           |  20 +-
 test/test-q/zero4.ref                              |   1 -
 test/test-r1/direct_overflow.in                    |   4 +
 .../direct_overflow.ref}                           |  22 +-
 test/test-r1/zero4.ref                             |   1 -
 test/test-s/direct_overflow.in                     |   4 +
 .../{dupl_remove.ref => direct_overflow.ref}       |  10 +-
 test/test-s/fullspace.in                           |   5 +
 test/{test-/zero3.ref => test-s/fullspace.ref}     |  10 +-
 test/test-s/fullspacehyp.in                        |   3 +
 test/test-s/{23.ref => fullspacehyp.ref}           |  18 +-
 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 +
 ...{latt_id_nonpointed.ref => direct_overflow.ref} |  18 +-
 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 +
 .../direct_overflow.ref}                           |  22 +-
 172 files changed, 1994 insertions(+), 1264 deletions(-)
 create mode 100644 example/normface.in
 copy example/{poly_ineq.in => poly_hom_const.in} (50%)
 delete mode 100755 test/sortdiff
 create mode 100644 test/test-/direct_overflow.in
 copy test/test-/{latt_id_nonpointed.ref => direct_overflow.ref} (82%)
 copy example/2cone_ineq.in => test/test-/direct_overflow_dual.in (50%)
 copy test/test-/{latt_id_nonpointed.ref => direct_overflow_dual.ref} (80%)
 create mode 100644 test/test-/fullspace.in
 copy test/test-/{zero3.ref => fullspace.ref} (87%)
 create mode 100644 test/test-/fullspacehyp.in
 copy test/test-/{zero3.ref => fullspacehyp.ref} (88%)
 create mode 100644 test/test-/mode456_constraints.in
 copy test/test-/{mode456.ref => mode456_constraints.ref} (100%)
 create mode 100644 test/test-/normface.in
 copy test/test-/{intcl1.ref => normface.ref} (76%)
 create mode 100644 test/test-1/direct_overflow.in
 copy test/test-1/{latt_id_nonpointed.ref => direct_overflow.ref} (70%)
 create mode 100644 test/test-1/fullspace.in
 copy test/{test-/zero3.ref => test-1/fullspace.ref} (87%)
 create mode 100644 test/test-1/fullspacehyp.in
 copy test/{test-/zero3.ref => test-1/fullspacehyp.ref} (88%)
 create mode 100644 test/test-d/direct_overflow.in
 copy test/test-d/{latt_id_nonpointed.ref => direct_overflow.ref} (74%)
 create mode 100644 test/test-d/fullspace.in
 copy test/{test-/zero3.ref => test-d/fullspace.ref} (87%)
 create mode 100644 test/test-d/fullspacehyp.in
 copy test/{test-/zero3.ref => test-d/fullspacehyp.ref} (88%)
 create mode 100644 test/test-d/normface.in
 copy test/{test-dnn/gen_nonpointed.ref => test-d/normface.ref} (67%)
 create mode 100644 test/test-d1/direct_overflow.in
 copy test/{test-r1/latt_id_nonpointed.ref => test-d1/direct_overflow.ref} (67%)
 create mode 100644 test/test-d1/fullspace.in
 copy test/{test-/zero3.ref => test-d1/fullspace.ref} (87%)
 create mode 100644 test/test-d1/fullspacehyp.in
 copy test/{test-/zero3.ref => test-d1/fullspacehyp.ref} (88%)
 create mode 100644 test/test-dnn/direct_overflow.in
 copy test/{test-d/latt_id_nonpointed.ref => test-dnn/direct_overflow.ref} (74%)
 create mode 100644 test/test-dnn/fullspace.in
 copy test/{test-/zero3.ref => test-dnn/fullspace.ref} (87%)
 create mode 100644 test/test-dnn/fullspacehyp.in
 copy test/{test-/zero3.ref => test-dnn/fullspacehyp.ref} (88%)
 create mode 100644 test/test-h/direct_overflow.in
 copy test/{test-/latt_id_nonpointed.ref => test-h/direct_overflow.ref} (81%)
 create mode 100644 test/test-h/normface.in
 copy test/{test-/intcl1.ref => test-h/normface.ref} (75%)
 copy test/test-hh/{diagonal_5.IntHull.ref => direct_overflow.IntHull.ref} (66%)
 create mode 100644 test/test-hh/direct_overflow.in
 copy test/{test-1/latt_id_nonpointed.ref => test-hh/direct_overflow.ref} (70%)
 copy test/{test-/empty_polyhedron2.ref => test-hh/fullspace.IntHull.ref} (82%)
 create mode 100644 test/test-hh/fullspace.in
 copy test/{test-/zero3.ref => test-hh/fullspace.ref} (87%)
 copy test/{test-/empty_polyhedron2.ref => test-hh/fullspacehyp.IntHull.ref} (82%)
 create mode 100644 test/test-hh/fullspacehyp.in
 copy test/{test-/zero3.ref => test-hh/fullspacehyp.ref} (88%)
 create mode 100644 test/test-mm/direct_overflow.in
 copy test/{test-nn/latt_id_nonpointed.ref => test-mm/direct_overflow.ref} (69%)
 create mode 100644 test/test-mm/fullspace.in
 copy test/{test-/zero3.ref => test-mm/fullspace.ref} (87%)
 create mode 100644 test/test-mm/fullspacehyp.in
 create mode 100644 test/test-mm/fullspacehyp.ref
 create mode 100644 test/test-mm/normface.in
 copy test/test-mm/{gen_nonpointed.ref => normface.ref} (67%)
 create mode 100644 test/test-n/direct_overflow.in
 copy test/test-n/{latt_id_nonpointed.ref => direct_overflow.ref} (77%)
 create mode 100644 test/test-n/normface.in
 copy test/{test-/intcl1.ref => test-n/normface.ref} (67%)
 create mode 100644 test/test-nn/direct_overflow.in
 copy test/test-nn/{latt_id_nonpointed.ref => direct_overflow.ref} (76%)
 create mode 100644 test/test-nn/fullspace.in
 copy test/{test-/zero3.ref => test-nn/fullspace.ref} (87%)
 create mode 100644 test/test-nn/fullspacehyp.in
 copy test/{test-/zero3.ref => test-nn/fullspacehyp.ref} (88%)
 create mode 100644 test/test-nn/normface.in
 copy test/{test-w/gen_nonpointed.ref => test-nn/normface.ref} (65%)
 create mode 100644 test/test-p/direct_overflow.in
 copy test/test-p/{latt_id_nonpointed.ref => direct_overflow.ref} (77%)
 create mode 100644 test/test-q/direct_overflow.in
 copy test/test-q/{latt_id_nonpointed.ref => direct_overflow.ref} (80%)
 create mode 100644 test/test-q/fullspace.in
 copy test/{test-/zero3.ref => test-q/fullspace.ref} (87%)
 create mode 100644 test/test-q/fullspacehyp.in
 copy test/{test-/zero3.ref => test-q/fullspacehyp.ref} (88%)
 copy example/poly_ineq.in => test/test-q/poly_hom_const.in (50%)
 copy test/{test-hh/rational.ref => test-q/poly_hom_const.ref} (90%)
 create mode 100644 test/test-r1/direct_overflow.in
 copy test/{test-1/latt_id_nonpointed.ref => test-r1/direct_overflow.ref} (70%)
 create mode 100644 test/test-s/direct_overflow.in
 copy test/test-s/{dupl_remove.ref => direct_overflow.ref} (69%)
 create mode 100644 test/test-s/fullspace.in
 copy test/{test-/zero3.ref => test-s/fullspace.ref} (87%)
 create mode 100644 test/test-s/fullspacehyp.in
 copy test/test-s/{23.ref => fullspacehyp.ref} (50%)
 create mode 100644 test/test-v/direct_overflow.in
 copy test/test-v/{latt_id_nonpointed.ref => direct_overflow.ref} (74%)
 create mode 100644 test/test-v/fullspace.in
 copy test/{test-/zero3.ref => test-v/fullspace.ref} (87%)
 create mode 100644 test/test-v/fullspacehyp.in
 copy test/{test-/zero3.ref => test-v/fullspacehyp.ref} (88%)
 create mode 100644 test/test-w/direct_overflow.in
 copy test/{test-nn/latt_id_nonpointed.ref => test-w/direct_overflow.ref} (76%)

-- 
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