[normaliz] 02/04: Merge tag 'upstream/3.5.0'

Jerome Benoit calculus-guest at moszumanska.debian.org
Thu Dec 21 19:01:22 UTC 2017


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

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

commit 29be9f8920e954821e8ed9eb10db74841d72dd79
Merge: f0137bc 888cbf7
Author: Jerome Benoit <calculus at rezozer.net>
Date:   Thu Dec 21 22:43:15 2017 +0400

    Merge tag 'upstream/3.5.0'
    
    Upstream version 3.5.0

 .travis-build.sh                                   |   161 +
 .travis.yml                                        |   105 +
 CHANGELOG                                          |    14 +
 Dockerfile                                         |    44 +
 Makefile.am                                        |    11 +-
 Makefile.in                                        |   840 +
 PyNormaliz/NormalizModule.cpp                      |   146 +-
 PyNormaliz/PyNormaliz.py                           |    27 +
 PyNormaliz/examples/first_rational.py              |    20 +
 PyNormaliz/examples/j462.py                        |    14 +
 PyNormaliz/setup.py                                |     2 +-
 Qexample/Makefile.in                               |   482 +
 Qsource/Makefile.in                                |   821 +
 Qsource/libQnormaliz/Qversion.h                    |     2 +-
 Qtest/Makefile.in                                  |   516 +
 README.md                                          |   173 -
 aclocal.m4                                         |  1159 +
 bootstrap.sh                                       |     8 +
 compile                                            |   347 +
 config.guess                                       |  1441 +
 config.sub                                         |  1813 +
 configure                                          | 20087 +++++++++++
 configure.ac                                       |    37 +-
 depcomp                                            |   791 +
 doc/Normaliz.pdf                                   |   Bin 714377 -> 969375 bytes
 doc/Normaliz.tex                                   |  7479 +++++
 example/3x3magiceven_lat.in                        |     6 +-
 example/3x3magiceven_sat.in                        |     6 +-
 example/ChF_16_1048576.in                          |    35 -
 example/Condorcet.symm.in                          |     1 +
 .../CondorcetExpansion.in                          |     2 +-
 .../Condorcet-q.in => example/CondorcetRange.in    |     6 +-
 example/InhomCongLat.in                            |     7 +-
 example/Makefile.am                                |     9 +-
 example/Makefile.in                                |   548 +
 example/VdM_16_1048576.in                          |    35 +
 example/euclid.in                                  |     8 +
 example/small_proj.in                              |   198 +
 example/small_proj_inhom.in                        |   198 +
 example/small_sh_proj.in                           |    37 +
 example/small_sh_proj_inhom.in                     |    37 +
 install-sh                                         |   508 +
 install_nmz_cocoa.sh                               |    25 +
 install_nmz_flint.sh                               |    31 +
 install_normaliz.sh                                |    18 +
 install_normaliz_with_opt.sh                       |     8 +
 ltmain.sh                                          | 11156 +++++++
 m4/ax_cxx_compile_stdcxx.m4                        |   667 +
 m4/ax_openmp.m4                                    |   119 +
 m4/libtool.m4                                      |  8388 +++++
 m4/ltoptions.m4                                    |   437 +
 m4/ltsugar.m4                                      |   124 +
 m4/ltversion.m4                                    |    23 +
 m4/lt~obsolete.m4                                  |    99 +
 missing                                            |   215 +
 source/CMakeLists.txt                              |    38 +-
 source/INSTALL                                     |   171 +-
 source/Makefile.am                                 |    13 +-
 source/Makefile.configuration                      |    17 +-
 source/Makefile.in                                 |   907 +
 source/cmake/Modules/FindCOCOA.cmake               |     2 +-
 source/cmake/Modules/FindFLINT.cmake               |    59 +
 source/cmake/Modules/FindMPFR.cmake                |    59 +
 source/input.cpp                                   |    13 +-
 source/libnormaliz/CMakeLists.txt                  |    29 +-
 source/libnormaliz/HilbertSeries.cpp               |   337 +-
 source/libnormaliz/HilbertSeries.h                 |    27 +-
 source/libnormaliz/Makefile.classic                |    29 +-
 source/libnormaliz/bottom.cpp                      |    13 +-
 source/libnormaliz/cone.cpp                        |   513 +-
 source/libnormaliz/cone.h                          |    38 +-
 source/libnormaliz/cone_and_control.cpp            |    36 +
 source/libnormaliz/cone_dual_mode.cpp              |     9 +
 source/libnormaliz/cone_property.cpp               |    34 +-
 source/libnormaliz/cone_property.h                 |    11 +
 source/libnormaliz/enumeration.cpp                 |    33 +
 source/libnormaliz/full_cone.cpp                   |    72 +-
 source/libnormaliz/full_cone.h                     |     1 +
 source/libnormaliz/integer.cpp                     |   258 +-
 source/libnormaliz/integer.h                       |   168 +-
 source/libnormaliz/libnormaliz-templated.cpp       |    83 -
 source/libnormaliz/libnormaliz.cpp                 |     7 +-
 source/libnormaliz/libnormaliz.h                   |     3 +-
 source/libnormaliz/linear_algebra.cpp              |    34 +
 source/libnormaliz/matrix.cpp                      |   550 +-
 source/libnormaliz/matrix.h                        |    69 +-
 source/libnormaliz/nmz_integral.cpp                |    41 +-
 source/libnormaliz/other_algorithms.cpp            |    34 +
 source/libnormaliz/primal.cpp                      |    34 +
 .../{cone_helper.cpp => project_and_lift.cpp}      |   207 +-
 .../{cone_helper.h => project_and_lift.h}          |    56 +-
 source/libnormaliz/reduction.cpp                   |    20 +
 source/libnormaliz/simplex.cpp                     |    43 +-
 source/libnormaliz/simplex.h                       |     6 +-
 source/libnormaliz/sublattice_representation.cpp   |    84 +-
 source/libnormaliz/sublattice_representation.h     |   184 +-
 source/libnormaliz/vector_operations.cpp           |   734 +-
 source/libnormaliz/vector_operations.h             |   497 +-
 source/libnormaliz/version.h                       |    18 +
 source/maxsimplex/CMakeLists.txt                   |     4 +-
 source/maxsimplex/Makefile.classic                 |     2 +-
 source/normaliz.cpp                                |    28 +-
 source/options.cpp                                 |     3 +
 source/outerpar/outerpar.cpp                       |    28 +
 source/output.cpp                                  |    61 +-
 test/Makefile.am                                   |    45 +-
 test/Makefile.classic                              |    30 +-
 test/Makefile.in                                   |   943 +
 test/sortdiff                                      |     2 +
 test/test-/3x3_sign.ref                            |    12 +-
 test/test-/3x3_sign2.ref                           |    12 +-
 test/test-/3x3magiceven.ref                        |    20 +-
 test/test-/4x4.in                                  |    12 +-
 test/test-/4x4.ref                                 |    18 +-
 test/test-/4x4gen.ref                              |    16 +-
 test/test-/CondParSymmSemi.in                      |     3 +-
 test/test-/CondParSymmSemi.ref                     |    53 +
 test/test-/Fact_wrt_dual_error.ref                 |     4 +-
 test/test-/Frol_high_6_1024Null5_6.in              |    20 +
 test/test-/Frol_high_6_1024Null5_6.ref             |  6068 ++++
 test/test-/Thierry.in                              |     3 +-
 test/test-/Thierry.ref                             |     2 +
 test/test-/ThierryNoProjection.ref                 |    12 +-
 test/test-/binom.ref                               |     8 +-
 test/test-/diagonal.in                             |     5 +
 .../latt_id_nonpointed.ref => test-/diagonal.ref}  |    31 +-
 test/test-/euclid.in                               |     8 +
 .../latt_id_nonpointed.ref => test-/euclid.ref}    |    30 +-
 test/test-/gen_inhom_nonpointed.ref                |     2 +-
 test/test-/gen_nonpointed.ref                      |     2 +-
 test/test-/inhom_eq.ref                            |    12 +-
 test/test-/knapsack_11_60_test2.ref                |    14 +-
 test/test-/latt_id_nonpointed.ref                  |     2 +-
 test/test-/lattice_ideal.ref                       |    10 +-
 test/test-/lowrank.ref                             |    36 +-
 test/test-/lowrankPF.in                            |     2 +
 test/test-/lowrankPF.ref                           |    36 +-
 test/test-/normface.ref                            |     2 +-
 test/test-/polyhedron.ref                          |     6 +-
 test/test-/subspace4_inhom.ref                     |     2 +-
 test/test-/test22dual.ref                          |    36 +-
 test/test-1/3x3magic.ref                           |    12 +-
 test/test-1/Fact_wrt_dual_error_hom.ref            |     4 +-
 test/test-1/gen_nonpointed.ref                     |     2 +-
 test/test-1/latt_id_nonpointed.ref                 |     2 +-
 test/test-1/lattice_ideal.ref                      |    10 +-
 test/test-1/lowrank.ref                            |    36 +-
 test/test-Int/Condorcet-q.in                       |     1 +
 test/test-Int/Condorcet-q.ref                      |    53 +
 test/test-Int/rational-E.in                        |     1 +
 test/test-Int/rational-E.ref                       |    15 +-
 test/test-Int/zero-E.ref                           |     1 -
 test/test-Scip/hickerson-16.in                     |    15 +
 test/test-Scip/hickerson-16.ref                    |  5814 ++++
 test/test-Scip/hickerson-16plus1.in                |    16 +
 test/test-Scip/hickerson-16plus1.ref               | 32918 +++++++++++++++++++
 test/test-Scip/knapsack_11_60.in                   |    12 +
 test/test-Scip/knapsack_11_60.ref                  | 25639 +++++++++++++++
 test/{test- => test-Special}/5x5PF.in              |     0
 test/{test- => test-Special}/5x5PF.ref             |    50 +-
 test/test-d/3x3magic.ref                           |    12 +-
 test/test-d/4x4.ref                                |    16 +-
 test/test-d/5x5.ref                                |    22 +-
 test/test-d/Fact_wrt_dual_error.ref                |     4 +-
 test/test-d/dual-inhom-not-pointed.ref             |     4 +-
 test/test-d/gen_inhom_nonpointed.ref               |     2 +-
 test/test-d/gen_nonpointed.ref                     |     2 +-
 test/test-d/hyperplanes-not-pointed.ref            |     6 +-
 test/test-d/inhom_eq.ref                           |    12 +-
 test/test-d/latt_id_nonpointed.ref                 |     2 +-
 test/test-d/normface.ref                           |     2 +-
 test/test-d1/Fact_wrt_dual_error_hom.ref           |     4 +-
 test/test-d1/gen_nonpointed.ref                    |     2 +-
 test/test-d1/hyperplanes-not-pointed.ref           |     6 +-
 test/test-d1/latt_id_nonpointed.ref                |     2 +-
 test/test-h/3x3_sign.ref                           |    12 +-
 test/test-h/3x3_sign2.ref                          |    12 +-
 test/test-h/3x3magiceven.ref                       |    20 +-
 test/test-h/4x4.ref                                |    16 +-
 test/test-h/4x4gen.ref                             |    16 +-
 test/test-h/binom.ref                              |     8 +-
 test/test-h/gen_nonpointed.ref                     |     2 +-
 test/test-h/latt_id_nonpointed.ref                 |     2 +-
 test/test-h/lattice_ideal.ref                      |    10 +-
 test/test-h/lowrank.ref                            |    36 +-
 test/test-h/normface.ref                           |     2 +-
 test/test-h/test22dual.ref                         |    36 +-
 test/test-hh/rational.IntHull.ref                  |     2 +-
 test/test-mm/4x4gen.ref                            |    16 +-
 test/test-mm/binom.ref                             |     8 +-
 test/test-mm/gen_nonpointed.ref                    |     2 +-
 test/test-mm/lattice_ideal.ref                     |    12 +-
 test/test-mm/lowrank.ref                           |    36 +-
 test/test-mm/normface.ref                          |     2 +-
 test/test-mm/test22dual.ref                        |    36 +-
 test/test-n/gen_nonpointed.ref                     |     2 +-
 test/test-n/latt_id_nonpointed.ref                 |     2 +-
 test/test-n/lattice_ideal.ref                      |    10 +-
 test/test-n/normface.ref                           |     2 +-
 test/test-nn/2equation_large_simplex.ref           |    18 +-
 test/test-nn/Fact_wrt_dual_error.ref               |     4 +-
 test/test-nn/binom.ref                             |     8 +-
 test/test-nn/gen_inhom_nonpointed.ref              |     2 +-
 test/test-nn/gen_nonpointed.ref                    |     2 +-
 test/test-nn/hyperplanes-not-pointed.ref           |     6 +-
 test/test-nn/latt_id_nonpointed.ref                |     2 +-
 test/test-nn/lattice_ideal.ref                     |    10 +-
 test/test-nn/lowrank.ref                           |    36 +-
 test/test-nn/normface.ref                          |     2 +-
 test/test-nn/subspace4_inhom.ref                   |     2 +-
 test/test-p/binom.ref                              |     8 +-
 test/test-p/bugHpoly.ref                           |    32 +-
 test/test-p/gen_nonpointed.ref                     |     2 +-
 test/test-p/latt_id_nonpointed.ref                 |     2 +-
 test/test-p/lattice_ideal.ref                      |    10 +-
 test/test-p/lowrank.ref                            |    36 +-
 .../nonpointed.ProjectCone.ref}                    |    19 +-
 test/test-pr/nonpointed.in                         |     9 +
 .../gen_nonpointed.ref => test-pr/nonpointed.ref}  |    24 +-
 .../polyhedron.ProjectCone.ref}                    |    22 +-
 test/test-pr/polyhedron.in                         |     9 +
 test/test-pr/polyhedron.ref                        |    10 +
 test/test-pr/small_proj.ProjectCone.ref            |    43 +
 test/test-pr/small_proj.in                         |   198 +
 test/test-pr/small_proj.ref                        |     9 +
 test/test-pr/small_proj_inhom.ProjectCone.ref      |    44 +
 test/test-pr/small_proj_inhom.in                   |   198 +
 test/test-pr/small_proj_inhom.ref                  |    10 +
 test/test-pr/small_sh_proj.ProjectCone.ref         |    43 +
 test/test-pr/small_sh_proj.in                      |    37 +
 .../small.ref => test-pr/small_sh_proj.ref}        |     1 -
 test/test-pr/small_sh_proj_inhom.ProjectCone.ref   |    44 +
 test/test-pr/small_sh_proj_inhom.in                |    37 +
 .../small.ref => test-pr/small_sh_proj_inhom.ref}  |    20 +-
 test/test-q/bugHpoly.ref                           |    32 +-
 test/test-q/gen_nonpointed.ref                     |     2 +-
 test/test-q/latt_id_nonpointed.ref                 |     2 +-
 test/test-q/lattice_ideal.ref                      |    10 +-
 test/test-q/lowrank.ref                            |    36 +-
 test/test-r1/3x3magic.ref                          |    12 +-
 test/test-r1/4x4.ref                               |    16 +-
 test/test-r1/gen_nonpointed.ref                    |     2 +-
 test/test-r1/hyperplanes-not-pointed.ref           |     6 +-
 test/test-r1/latt_id_nonpointed.ref                |     2 +-
 test/test-r1/lowrank.ref                           |    36 +-
 test/test-s/3x3_sign.ref                           |    12 +-
 test/test-s/3x3magiceven.ref                       |    20 +-
 test/test-s/binom.ref                              |     8 +-
 test/test-s/gen_inhom_nonpointed.ref               |     2 +-
 test/test-s/gen_nonpointed.ref                     |     2 +-
 test/test-s/hyperplanes-not-pointed.ref            |     6 +-
 test/test-s/latt_id_nonpointed.ref                 |     2 +-
 test/test-s/lattice_ideal.ref                      |    10 +-
 test/test-s/lowrank.ref                            |    36 +-
 test/test-s/small.ref                              |   380 +-
 test/test-s/subspace4_inhom.ref                    |     2 +-
 test/test-v/binom.ref                              |     8 +-
 test/test-v/gen_nonpointed.ref                     |     2 +-
 test/test-v/latt_id_nonpointed.ref                 |     2 +-
 test/test-v/lattice_ideal.ref                      |    10 +-
 test/test-v/lowrank.ref                            |    36 +-
 test/test-w/binom.ref                              |     8 +-
 test/test-w/gen_nonpointed.ref                     |     2 +-
 test/test-w/latt_id_nonpointed.ref                 |     2 +-
 test/test-w/lattice_ideal.ref                      |    10 +-
 test/test-w/lowrank.ref                            |    36 +-
 test/tools/my-out-ref.sh                           |     6 +
 test/tools/mygetin-1.sh                            |     2 +
 test/tools/mygetin.sh                              |     6 +
 269 files changed, 136614 insertions(+), 2839 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