[normaliz] 03/06: Merge tag 'upstream/3.4.1'
Jerome Benoit
calculus-guest at moszumanska.debian.org
Wed Nov 15 06:27:37 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 20f15b43ec7cd3a9ad510b3bc5efb82995045faa
Merge: 3ca65aa 1365894
Author: Jerome Benoit <calculus at rezozer.net>
Date: Wed Nov 15 09:13:52 2017 +0400
Merge tag 'upstream/3.4.1'
Upstream version 3.4.1
.travis-build.sh | 168 +
.travis.yml | 132 +
CHANGELOG | 52 +
Macaulay2/INSTALL | 32 -
Macaulay2/Normaliz.m2 | 2392 -
Makefile.am | 35 +
Makefile.in | 836 +
PyNormaliz/.gitignore | 7 +
PyNormaliz/.travis-install.sh | 21 +
PyNormaliz/.travis-test.sh | 10 +
PyNormaliz/.travis.yml | 25 +
PyNormaliz/COPYING | 15 +
PyNormaliz/GPLv2 | 339 +
PyNormaliz/MANIFEST.in | 5 +
PyNormaliz/Makefile | 18 +
PyNormaliz/NormalizModule.cpp | 1376 +
PyNormaliz/PyNormaliz.py | 521 +
PyNormaliz/Readme.md | 92 +
PyNormaliz/doc/PyNormaliz_Tutorial.ipynb | 729 +
PyNormaliz/doc/PyNormaliz_Tutorial.pdf | Bin 0 -> 137933 bytes
PyNormaliz/examples/first.py | 19 +
PyNormaliz/examples/first_long.py | 19 +
PyNormaliz/examples/simple.py | 11 +
PyNormaliz/setup.cfg | 2 +
PyNormaliz/setup.py | 25 +
Qexample/2equations.in | 5 +
Qexample/2x2.in | 5 +
{example => Qexample}/3x3magic.in | 4 +-
example/3x3magic.in => Qexample/3x3magiceven.in | 8 +-
Qexample/3x3magiceven_lat.in | 7 +
Qexample/3x3magiceven_sat.in | 7 +
Qexample/4x4.in | 14 +
{example => Qexample}/5x5.in | 3 +-
{example => Qexample}/5x5dual.in | 0
Qexample/A443.in | 51 +
Qexample/A543.in | 63 +
Qexample/Condorcet.in | 7 +
Qexample/InhomIneq_7.in | 9 +
Qexample/InhomIneq_gen.in | 7 +
Qexample/Makefile.am | 25 +
Qexample/Makefile.in | 481 +
Qexample/bo5.in | 123 +
Qexample/cut_poly_7.in | 4099 +
Qexample/cyclicpolytope30-15.in | 35 +
Qexample/gen_inhom_nonpointed.in | 7 +
{example => Qexample}/max_polytope_cand.in | 0
Qexample/medium.in | 43 +
{example => Qexample}/rational.in | 0
{test/test-hh => Qexample}/small.in | 0
Qexample/strict_sign.in | 4 +
Qexample/subspace4.in | 10 +
{source => Qsource}/CMakeLists.txt | 121 +-
Qsource/LibQnormalizConfig.cmake.in | 38 +
Qsource/Makefile.am | 51 +
Qsource/Makefile.classic | 46 +
{source => Qsource}/Makefile.configuration | 18 +-
Qsource/Makefile.in | 820 +
source/Input.cpp => Qsource/Qinput.cpp | 204 +-
source/Normaliz.cpp => Qsource/Qnormaliz.cpp | 135 +-
source/Normaliz.h => Qsource/Qnormaliz.h | 6 +-
source/Options.cpp => Qsource/Qoptions.cpp | 207 +-
source/Options.h => Qsource/Qoptions.h | 34 +-
Qsource/Qoutput.cpp | 619 +
source/output.h => Qsource/Qoutput.h | 28 +-
Qsource/UseLibQnormaliz.cmake | 13 +
Qsource/cmake/Modules/FindCOCOA.cmake | 52 +
Qsource/cmake/Modules/FindGMP.cmake | 68 +
Qsource/cmake/Modules/FindGMPXX.cmake | 58 +
Qsource/cmake/Modules/FindMIC_GMP.cmake | 68 +
Qsource/cmake/Modules/FindMIC_GMPXX.cmake | 58 +
Qsource/cmake/Modules/FindNAUTY.cmake | 58 +
{source => Qsource}/cmake/Modules/FindSCIP.cmake | 4 +-
Qsource/cmake/detect_features.cmake | 35 +
Qsource/libQnormaliz/CMakeLists.txt | 51 +
Qsource/libQnormaliz/Makefile.classic | 42 +
Qsource/libQnormaliz/Qcone.cpp | 1652 +
.../cone.h => Qsource/libQnormaliz/Qcone.h | 276 +-
.../libQnormaliz/Qcone_helper.cpp | 6 +-
.../libQnormaliz/Qcone_helper.h | 33 +-
.../libQnormaliz/Qcone_property.cpp | 135 +-
.../libQnormaliz/Qcone_property.h | 83 +-
Qsource/libQnormaliz/Qconvert.h | 66 +
.../libQnormaliz/Qfull_cone.cpp | 2751 +-
.../libQnormaliz/Qfull_cone.h | 231 +-
.../general.h => Qsource/libQnormaliz/Qgeneral.h | 12 +-
Qsource/libQnormaliz/Qinteger.cpp | 102 +
.../integer.h => Qsource/libQnormaliz/Qinteger.h | 102 +-
.../libQnormaliz/Qlibnormaliz.cpp | 8 +-
.../libQnormaliz/Qlist_operations.cpp | 44 +-
.../libQnormaliz/Qlist_operations.h | 22 +-
.../libQnormaliz/Qmap_operations.h | 72 +-
.../matrix.cpp => Qsource/libQnormaliz/Qmatrix.cpp | 1202 +-
.../matrix.h => Qsource/libQnormaliz/Qmatrix.h | 205 +-
.../my_omp.h => Qsource/libQnormaliz/Qmy_omp.h | 0
.../libQnormaliz/Qnormaliz_exception.h | 10 +-
.../libQnormaliz/Qsublattice_representation.cpp | 383 +
Qsource/libQnormaliz/Qsublattice_representation.h | 227 +
Qsource/libQnormaliz/Qvector_operations.cpp | 433 +
.../libQnormaliz/Qvector_operations.h | 123 +-
Qsource/libQnormaliz/Qversion.h | 18 +
Qsource/libQnormaliz/Qversion.h.in | 18 +
.../libQnormaliz/libQnormaliz-templated.cpp | 31 +-
.../libQnormaliz/libQnormaliz.h | 6 +-
Qtest/Makefile.am | 60 +
Qtest/Makefile.classic | 34 +
Qtest/Makefile.in | 515 +
Qtest/test-s/2equations.in | 5 +
Qtest/test-s/2equations.ref | 58 +
Qtest/test-s/2x2.in | 5 +
Qtest/test-s/2x2.ref | 24 +
{example => Qtest/test-s}/3x3magic.in | 4 +-
Qtest/test-s/3x3magic.ref | 33 +
Qtest/test-s/4x4.in | 14 +
test/test-mm/4x4gen.ref => Qtest/test-s/4x4.ref | 49 +-
{example => Qtest/test-s}/5x5.in | 3 +-
Qtest/test-s/5x5.ref | 2006 +
{example => Qtest/test-s}/5x5dual.in | 4 +-
Qtest/test-s/5x5dual.ref | 2006 +
Qtest/test-s/A443.in | 51 +
Qtest/test-s/A443.ref | 5052 +
Qtest/test-s/Condorcet.in | 7 +
Qtest/test-s/Condorcet.ref | 273 +
Qtest/test-s/InhomIneq_7.in | 9 +
Qtest/test-s/InhomIneq_7.ref | 25 +
Qtest/test-s/InhomIneq_gen.in | 7 +
Qtest/test-s/InhomIneq_gen.ref | 25 +
Qtest/test-s/bo5.in | 123 +
Qtest/test-s/bo5.ref | 402 +
Qtest/test-s/cut_poly_7.in | 4099 +
Qtest/test-s/cut_poly_7.ref | 4142 +
Qtest/test-s/gen_inhom_nonpointed.in | 7 +
.../test-s/gen_inhom_nonpointed.ref | 26 +-
{example => Qtest/test-s}/max_polytope_cand.in | 4 +-
Qtest/test-s/max_polytope_cand.ref | 47 +
Qtest/test-s/medium.in | 43 +
{test/test-r1 => Qtest/test-s}/medium.ref | 54 -
{example => Qtest/test-s}/rational.in | 4 +-
Qtest/test-s/rational.ref | 18 +
{example => Qtest/test-s}/small.in | 0
.../small.IntHull.ref => Qtest/test-s/small.ref | 16 +-
Qtest/test-s/strict_sign.in | 4 +
Qtest/test-s/strict_sign.ref | 27 +
Qtest/test-s/subspace4.in | 10 +
Qtest/test-s/subspace4.ref | 21 +
README.md | 173 +
Singular/INSTALL | 38 -
Singular/normaliz.lib | 1765 -
aclocal.m4 | 1159 +
bootstrap.sh | 8 +
compile | 347 +
config.guess | 1441 +
config.sub | 1813 +
configure | 19983 ++++
configure.ac | 208 +
depcomp | 791 +
doc/NmzIntegrate.tex | 785 -
doc/Normaliz.pdf | Bin 0 -> 714377 bytes
doc/Normaliz.tex | 5820 -
doc/jNormaliz.jpg | Bin 80470 -> 0 bytes
example/3x3magic.in | 2 +-
example/3x3magiceven.in | 13 +-
example/5x5.in | 2 +
example/{5x5.in => 5x5Gorenstein.in} | 1 +
example/5x5dual.in | 2 +-
example/6x6.in | 2 +
example/ChF_16_1048576.in | 35 +
example/ChF_2_64.in | 7 +
example/ChF_8_1024.in | 20 +
example/CondEffPlurHilbBas.in | 25197 -----
example/CondEffPlurSemi.in | 11 -
example/CondEffPlurSymm.in | 11 -
example/CondEffPlurSymm.pnm | 7 -
example/CondEffPlurSymmSemi.in | 11 -
example/Condorcet.symm.in | 11 +
example/CondorcetN.in | 10 +
example/CondorcetSymm.in | 9 -
example/CondorcetSymm.pnm | 17 -
example/CondorcetSymmSemi.in | 9 -
example/InhomCong.in | 6 +-
example/InhomIneq.in | 6 +-
example/Makefile.am | 84 +
example/Makefile.in | 540 +
example/NumSemi.in | 4 +-
example/PluralityVsCutoffSemi.in | 9 -
example/PluralityVsCutoffSymm.in | 9 -
example/PluralityVsCutoffSymm.pnm | 7 -
example/PluralityVsCutoffSymmSemi.in | 9 -
{test/test-1 => example}/hickerson-16.in | 0
example/hickerson-18plus1.in | 19 +
example/j46.pnm | 7 -
example/j462.in | 8 +
example/knapsack_11_60.in | 12 +
example/max_polytope_cand.in | 1 -
example/no_open_facet.in | 7 +
example/open_facet.in | 9 +
example/pedro2.in | 3 +
example/rational.in | 10 +-
example/rational.pnm | 1 -
example/small.in | 2 +
example/strictBorda.in | 19 +
install-sh | 508 +
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 | 65 +-
source/INSTALL | 362 +-
source/Makefile | 47 -
source/Makefile.am | 76 +
source/Makefile.classic | 57 +
source/Makefile.configuration | 22 +-
source/Makefile.in | 903 +
source/cmake/Modules/FindCOCOA.cmake | 52 +
source/cmake/Modules/FindNAUTY.cmake | 58 +
source/cmake/Modules/FindSCIP.cmake | 4 +-
source/genEhrhart/INSTALL | 18 -
source/genEhrhart/Makefile | 28 -
source/genEhrhart/cyclRatFunct.C | 231 -
source/genEhrhart/genEhrhart.C | 693 -
source/genEhrhart/nmzIntInput.C | 469 -
source/genEhrhart/nmzIntegral.C | 332 -
source/genEhrhart/nmzIntegrate.C | 330 -
source/{Input.cpp => input.cpp} | 417 +-
source/libnormaliz/CMakeLists.txt | 12 +-
source/libnormaliz/HilbertSeries.cpp | 446 +-
source/libnormaliz/HilbertSeries.h | 95 +-
source/libnormaliz/HilbertSeriesTest.cpp | 65 -
source/libnormaliz/LibnormalizConfig.cmake | 10 +-
source/libnormaliz/{Makefile => Makefile.classic} | 22 +-
source/libnormaliz/README | 7 +
source/libnormaliz/bottom.cpp | 588 +-
source/libnormaliz/bottom.h | 2 +-
source/libnormaliz/bottom_gen.in | 11 -
source/libnormaliz/cone.cpp | 1987 +-
source/libnormaliz/cone.h | 212 +-
source/libnormaliz/cone_dual_mode.cpp | 102 +-
source/libnormaliz/cone_dual_mode.h | 2 +-
source/libnormaliz/cone_helper.cpp | 802 +-
source/libnormaliz/cone_helper.h | 75 +
source/libnormaliz/cone_property.cpp | 226 +-
source/libnormaliz/cone_property.h | 97 +-
source/libnormaliz/full_cone.cpp | 1320 +-
source/libnormaliz/full_cone.h | 67 +-
source/libnormaliz/general.h | 2 +
source/libnormaliz/integer.cpp | 157 +-
source/libnormaliz/integer.h | 47 +-
source/libnormaliz/libnormaliz-impl.cpp | 60 -
source/libnormaliz/libnormaliz-templated.cpp | 4 +-
source/libnormaliz/libnormaliz.cpp | 27 +-
source/libnormaliz/libnormaliz.h | 25 +-
source/libnormaliz/list_operations.cpp | 4 +-
source/libnormaliz/list_operations.h | 35 +
source/libnormaliz/matrix.cpp | 471 +-
source/libnormaliz/matrix.h | 54 +-
source/libnormaliz/my_omp.h | 9 +
source/libnormaliz/nmz_integral.cpp | 1103 +
.../nmz_integrate.cpp} | 15 +-
source/libnormaliz/nmz_integrate.h | 139 +
.../nmz_polynomial.cpp} | 426 +-
source/libnormaliz/normaliz_exception.h | 41 +-
source/libnormaliz/offload_handler.cpp | 114 +-
source/libnormaliz/reduction.cpp | 27 +-
source/libnormaliz/simplex.cpp | 188 +-
source/libnormaliz/simplex.h | 5 +-
source/libnormaliz/sublattice_representation.cpp | 24 +-
source/libnormaliz/sublattice_representation.h | 63 +
source/libnormaliz/vector_operations.cpp | 342 +-
source/libnormaliz/vector_operations.h | 57 +-
source/libnormaliz/version.h | 18 +
source/maxsimplex/CMakeLists.txt | 23 +
source/maxsimplex/Makefile | 60 -
source/maxsimplex/Makefile.classic | 24 +
source/maxsimplex/maxsimplex.cpp | 6 +
source/{Normaliz.cpp => normaliz.cpp} | 266 +-
source/{Normaliz.h => normaliz.h} | 0
source/{Options.cpp => options.cpp} | 246 +-
source/{Options.h => options.h} | 38 +-
source/outerpar/Makefile.classic | 24 +
source/outerpar/outerpar.cpp | 52 +
.../small.in => source/outerpar/small_gens.mat | 4 +-
source/output.cpp | 257 +-
source/output.h | 6 +
test/Makefile.am | 1106 +
test/{Makefile => Makefile.classic} | 7 +-
test/Makefile.in | 924 +
test/sortdiff | 2 +
test/test-/23.in | 2 +-
test/test-/23.ref | 2 +
test/test-/3x3_sign.in | 6 +-
test/test-/3x3_sign.ref | 2 +
test/test-/3x3_sign2.ref | 2 +
test/test-/4x4.ref | 2 +
test/test-/4x4gen.ref | 2 +
example/5x5.in => test/test-/5x5PF.in | 3 +
test/test-/5x5PF.ref | 98 +
test/test-/ChF_8_1024.in | 20 +
test/test-/ChF_8_1024.ref | 1104 +
test/test-/ChF_8_1024P.in | 20 +
test/test-/ChF_8_1024P.ref | 1104 +
test/test-/InhomIneqSymb.in | 8 +
test/test-/InhomIneqSymb.ref | 59 +
test/test-/Thierry.in | 6 +
test/test-/Thierry.ref | 3695 +
test/test-/ThierryApproximate.in | 7 +
test/test-/ThierryApproximate.ref | 3695 +
test/test-/ThierryNoProjection.in | 8 +
test/test-/ThierryNoProjection.ref | 3695 +
test/test-/ThierryPF.in | 7 +
test/test-/ThierryPF.ref | 3695 +
test/test-/binom.ref | 2 +
test/test-/direct_overflow.ref | 2 +
test/test-/direct_overflow_dual.ref | 2 +
test/test-/dual_not_full_dim.ref | 2 +
test/test-/empty_polyhedron2.ref | 2 +
test/test-/fullspace.ref | 2 +
test/test-/fullspacehyp.ref | 2 +
test/test-/gen_nonpointed.ref | 2 +
test/test-/halfspace2.ref | 2 +
test/test-/halfspace3inhom.ref | 2 +
test/test-/hickerson-16plus1.in | 14 +
test/test-/hickerson-16plus1.ref | 32918 ++++++
test/test-/intcl1.ref | 2 +
test/test-/knapsack_11_60_test2.in | 13 +-
test/test-/knapsack_11_60_test2.ref | 14 +-
test/test-/latt_id_nonpointed.ref | 2 +
test/test-/lattice_ideal.ref | 2 +
test/test-/lowrank.ref | 2 +
test/test-/lowrankPF.in | 20 +
test/{test-1/lowrank.ref => test-/lowrankPF.ref} | 3 -
test/test-/normface.ref | 2 +
test/test-/notpointed.ref | 2 +
test/test-/polyhedron.ref | 2 +
test/test-/rp2poly.ref | 2 +
test/test-/simple_grading.ref | 2 +
test/test-/small-sh.in | 8 +-
test/test-/small.in | 7 +-
test/{test-mm/small_inhom.in => test-/smallPF.in} | 5 +-
test/{test-hh/small.ref => test-/smallPF.ref} | 3 -
test/test-/strict.in | 7 +
test/test-/strict.ref | 62 +
test/test-/strip2.ref | 2 +
test/test-/subspace4.ref | 2 +
test/test-/test22dual.ref | 2 +
test/test-/zero3.ref | 2 +
test/test-/zero4.ref | 2 +
test/test-/zero_polyhedron.ref | 2 +
test/test-1/3x3magic.ref | 3 -
test/test-1/Fact_wrt_dual_error_hom.ref | 3 -
test/test-1/cross2.in | 2 +-
test/test-1/cross2.ref | 3 -
test/test-1/cut.in | 2 +-
test/test-1/cut.ref | 3 -
test/test-1/direct_overflow.ref | 3 -
test/test-1/dual.in | 2 +-
test/test-1/dual.ref | 3 -
test/test-1/dual_not_full_dim.ref | 3 -
test/test-1/dupl_remove.ref | 3 -
test/test-1/fullspace.ref | 2 +
test/test-1/fullspacehyp.ref | 2 +
test/test-1/hickerson-16.in | 2 +-
test/test-1/hickerson-16.ref | 3 -
test/test-1/latt_id_nonpointed.ref | 3 -
test/test-1/lattice_ideal.ref | 3 -
test/test-1/lowrank.ref | 3 -
test/test-1/medium.ref | 3 -
test/test-1/mode45.ref | 3 -
test/test-1/mode456.ref | 3 -
test/test-1/polytop.ref | 3 -
test/test-1/rafa2416.ref | 3 -
test/test-1/rees.ref | 3 -
test/test-1/rees_mini.ref | 3 -
test/test-1/rp2poly.ref | 3 -
test/test-1/rproj2.ref | 3 -
test/test-1/small.in | 7 +-
test/test-1/small.ref | 3 -
test/test-1/squaref0.in | 2 +-
test/test-1/squaref0.ref | 3 -
test/test-1/squaref1.ref | 3 -
test/test-1/zero4.ref | 2 +
test/test-Int/Condorcet-q.in | 9 +
test/test-Int/Condorcet-q.ref | 301 +
test/test-Int/Condorcet-v.in | 8 +
test/test-Int/Condorcet-v.ref | 282 +
test/test-Int/CondorcetSemi-q.in | 8 +
test/test-Int/CondorcetSemi-q.ref | 303 +
test/test-Int/j462.in | 25 +
test/test-Int/j462.ref | 49 +
test/test-Int/rational-E.in | 12 +
test/test-Int/rational-E.ref | 69 +
example/rational.in => test/test-Int/rational-I.in | 6 +-
test/test-Int/rational-I.ref | 33 +
example/rational.in => test/test-Int/rational-L.in | 6 +-
test/test-Int/rational-L.ref | 33 +
test/test-Int/zero-E.in | 7 +
test/{test-/zero4.ref => test-Int/zero-E.ref} | 30 +-
test/test-Int/zero-I.in | 7 +
test/{test-1/zero4.ref => test-Int/zero-I.ref} | 14 +-
test/test-Int/zero-L.in | 7 +
test/{test-1/zero4.ref => test-Int/zero-L.ref} | 14 +-
test/test-d/dual-inhom-not-pointed.ref | 2 +-
test/test-d/fullspace.ref | 2 +
test/test-d/fullspacehyp.ref | 2 +
test/test-d/zero4.ref | 2 +
test/test-d1/fullspace.ref | 2 +
test/test-d1/fullspacehyp.ref | 2 +
test/test-d1/zero4.ref | 2 +
test/test-h/3x3_sign.ref | 2 +
test/test-h/3x3_sign2.ref | 2 +
test/test-h/4x4.ref | 2 +
test/test-h/4x4gen.ref | 2 +
test/test-h/binom.ref | 2 +
test/test-h/direct_overflow.ref | 2 +
test/test-h/dual_not_full_dim.ref | 2 +
test/test-h/gen_nonpointed.ref | 2 +
test/test-h/halfspace2.ref | 2 +
test/test-h/halfspace3inhom.ref | 2 +
test/test-h/latt_id_nonpointed.ref | 2 +
test/test-h/lattice_ideal.ref | 2 +
test/test-h/lowrank.ref | 2 +
test/test-h/normface.ref | 2 +
test/test-h/notpointed.ref | 2 +
test/test-h/rp2poly.ref | 2 +
test/test-h/simple_grading.ref | 2 +
test/test-h/small.in | 7 +-
test/test-h/strip2.ref | 2 +
test/test-h/test22dual.ref | 2 +
test/test-h/zero4.ref | 2 +
test/test-hh/direct_overflow.ref | 3 -
test/test-hh/fullspace.IntHull.ref | 11 +-
test/test-hh/fullspace.ref | 2 +
test/test-hh/fullspacehyp.IntHull.ref | 11 +-
test/test-hh/fullspacehyp.ref | 2 +
test/test-hh/halfspace3inhom.IntHull.ref | 14 +-
test/test-hh/no_int_point.IntHull.ref | 2 -
test/test-hh/no_int_point.ref | 4 +-
test/test-hh/strip2.IntHull.ref | 15 +-
test/test-hh/strip2.ref | 11 -
test/test-mm/4x4gen.in | 10 +-
test/test-mm/4x4gen.ref | 4 +
test/test-mm/fullspace.ref | 2 +
test/test-mm/no_open_facet.in | 7 +
test/test-mm/no_open_facet.ref | 52 +
test/test-mm/open_facet.in | 9 +
test/test-mm/open_facet.ref | 51 +
test/test-mm/small.ref | 102807 -----------------
test/test-mm/small_inhom.ref | 102810 ------------------
test/test-n/inhom_triangle.ref | 13 -
test/test-n/strip2.ref | 11 -
test/test-nn/fullspace.ref | 2 +
test/test-nn/fullspacehyp.ref | 2 +
test/test-nn/small-sh.in | 8 +-
test/test-nn/small.in | 7 +-
test/test-nn/strip2.ref | 11 -
test/test-nn/zero4.ref | 2 +
test/test-p/binom.ref | 2 +
test/test-p/bugHpoly.ref | 2 +
test/test-p/direct_overflow.ref | 2 +
test/test-p/dual_not_full_dim.ref | 2 +
test/test-p/gen_nonpointed.ref | 2 +
test/test-p/halfspace2.ref | 2 +
test/test-p/hickerson-16.ref | 4 +-
test/test-p/knapsack_11_60_test2.in | 2 +-
test/test-p/latt_id_nonpointed.ref | 2 +
test/test-p/lattice_ideal.ref | 2 +
test/test-p/lowrank.ref | 2 +
test/test-p/notpointed.ref | 2 +
test/test-p/rp2poly.ref | 2 +
test/test-p/rproj2.in | 2 +-
test/test-p/small.in | 7 +-
test/test-p/zero4.ref | 2 +
test/test-q/bugHpoly.ref | 2 +
test/test-q/direct_overflow.ref | 2 +
test/test-q/dual_not_full_dim.ref | 2 +
test/test-q/fullspace.ref | 2 +
test/test-q/fullspacehyp.ref | 2 +
test/test-q/gen_nonpointed.ref | 2 +
test/test-q/halfspace2.ref | 2 +
test/test-q/halfspace3inhom.ref | 2 +
test/test-q/hickerson-16.ref | 4 +-
test/test-q/inhom_triangle.ref | 9 -
test/test-q/latt_id_nonpointed.ref | 2 +
test/test-q/lattice_ideal.ref | 2 +
test/test-q/lowrank.ref | 2 +
test/test-q/notpointed.ref | 2 +
test/test-q/rp2poly.ref | 2 +
test/test-q/strip2.ref | 10 +-
test/test-q/subspace4.ref | 2 +
test/test-q/zero4.ref | 2 +
test/test-r1/cross2.ref | 3 -
test/test-r1/cut.ref | 3 -
test/test-r1/direct_overflow.ref | 3 -
test/test-r1/dual.ref | 3 -
test/test-r1/dual_not_full_dim.ref | 3 -
test/test-r1/dupl_remove.ref | 3 -
test/test-r1/hyperplanes-not-pointed.ref | 3 -
test/test-r1/lowrank.ref | 3 -
test/test-r1/medium.ref | 3 -
test/test-r1/polytop.ref | 3 -
test/test-r1/rees.ref | 3 -
test/test-r1/rees_mini.ref | 3 -
test/test-r1/rproj2.ref | 3 -
test/test-r1/small.in | 7 +-
test/test-r1/small.ref | 3 -
test/test-r1/zero4.ref | 2 +
test/test-s/23.in | 2 +-
test/test-s/ChineseRemainder.ref | 2 +
test/test-s/dehomogenization.ref | 2 +
test/test-s/fullspace.ref | 2 +
test/test-s/small-sh.in | 8 +-
test/test-s/small.in | 8 +-
test/test-s/strip2.ref | 2 +
test/test-s/zero4.ref | 2 +
test/test-v/fullspace.ref | 2 +
test/test-v/fullspacehyp.ref | 2 +
test/test-v/inhom_triangle.ref | 3 -
test/test-v/strip2.ref | 3 -
test/test-v/zero4.ref | 2 +
test/tools/my-out-ref.sh | 6 +
test/tools/mygetin-1.sh | 2 +
test/tools/mygetin.sh | 6 +
525 files changed, 148912 insertions(+), 250242 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