passagemath-latte-4ti2 10.6.22__cp310-cp310-macosx_14_0_arm64.whl → 10.6.24__cp310-cp310-macosx_14_0_arm64.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Potentially problematic release.
This version of passagemath-latte-4ti2 might be problematic. Click here for more details.
- {passagemath_latte_4ti2-10.6.22.dist-info → passagemath_latte_4ti2-10.6.24.dist-info}/METADATA +3 -3
- passagemath_latte_4ti2-10.6.24.dist-info/RECORD +81 -0
- passagemath_latte_4ti2.dylibs/lib4ti2common.0.dylib +0 -0
- passagemath_latte_4ti2.dylibs/lib4ti2int32.0.dylib +0 -0
- passagemath_latte_4ti2.dylibs/lib4ti2int64.0.dylib +0 -0
- passagemath_latte_4ti2.dylibs/lib4ti2util.0.dylib +0 -0
- passagemath_latte_4ti2.dylibs/libLiDIA.0.dylib +0 -0
- passagemath_latte_4ti2.dylibs/libcddgmp.0.dylib +0 -0
- passagemath_latte_4ti2.dylibs/libglpk.40.dylib +0 -0
- passagemath_latte_4ti2.dylibs/liblatte.0.dylib +0 -0
- passagemath_latte_4ti2.dylibs/libnormalize.0.dylib +0 -0
- passagemath_latte_4ti2.dylibs/libzsolve.0.dylib +0 -0
- sage/libs/latte_int.cpython-310-darwin.so +0 -0
- sage_wheels/bin/4ti2gmp +0 -0
- sage_wheels/bin/4ti2int32 +0 -0
- sage_wheels/bin/4ti2int64 +0 -0
- sage_wheels/bin/ConvertCDDextToLatte +0 -0
- sage_wheels/bin/ConvertCDDextToLatte.bin +0 -0
- sage_wheels/bin/ConvertCDDineToLatte +0 -0
- sage_wheels/bin/ConvertCDDineToLatte.bin +0 -0
- sage_wheels/bin/count +0 -0
- sage_wheels/bin/count-linear-forms-from-polynomial +0 -0
- sage_wheels/bin/count-linear-forms-from-polynomial.bin +0 -0
- sage_wheels/bin/count.bin +0 -0
- sage_wheels/bin/ehrhart +0 -0
- sage_wheels/bin/ehrhart.bin +0 -0
- sage_wheels/bin/ehrhart3 +0 -0
- sage_wheels/bin/ehrhart3.bin +0 -0
- sage_wheels/bin/genmodel +0 -0
- sage_wheels/bin/gensymm +0 -0
- sage_wheels/bin/hilbert-from-rays +0 -0
- sage_wheels/bin/hilbert-from-rays-symm +0 -0
- sage_wheels/bin/hilbert-from-rays-symm.bin +0 -0
- sage_wheels/bin/hilbert-from-rays.bin +0 -0
- sage_wheels/bin/integrate +0 -0
- sage_wheels/bin/integrate.bin +0 -0
- sage_wheels/bin/latte-maximize +0 -0
- sage_wheels/bin/latte-maximize.bin +0 -0
- sage_wheels/bin/latte-minimize +0 -0
- sage_wheels/bin/latte-minimize.bin +0 -0
- sage_wheels/bin/latte2ext +0 -0
- sage_wheels/bin/latte2ext.bin +0 -0
- sage_wheels/bin/latte2ine +0 -0
- sage_wheels/bin/latte2ine.bin +0 -0
- sage_wheels/bin/output +0 -0
- sage_wheels/bin/polyhedron-to-cones +0 -0
- sage_wheels/bin/polyhedron-to-cones.bin +0 -0
- sage_wheels/bin/ppi +0 -0
- sage_wheels/bin/top-ehrhart-knapsack +0 -0
- sage_wheels/bin/top-ehrhart-knapsack.bin +0 -0
- sage_wheels/bin/triangulate +0 -0
- sage_wheels/bin/triangulate.bin +0 -0
- sage_wheels/bin/zsolve +0 -0
- passagemath_latte_4ti2-10.6.22.dist-info/RECORD +0 -81
- {passagemath_latte_4ti2-10.6.22.dist-info → passagemath_latte_4ti2-10.6.24.dist-info}/WHEEL +0 -0
- {passagemath_latte_4ti2-10.6.22.dist-info → passagemath_latte_4ti2-10.6.24.dist-info}/top_level.txt +0 -0
{passagemath_latte_4ti2-10.6.22.dist-info → passagemath_latte_4ti2-10.6.24.dist-info}/METADATA
RENAMED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: passagemath-latte-4ti2
|
|
3
|
-
Version: 10.6.
|
|
3
|
+
Version: 10.6.24
|
|
4
4
|
Summary: passagemath: Lattice points in polyhedra with LattE integrale and 4ti2
|
|
5
5
|
Author-email: The Sage Developers <sage-support@googlegroups.com>
|
|
6
6
|
Maintainer: Matthias Köppe, passagemath contributors
|
|
@@ -30,8 +30,8 @@ Requires-Python: <3.14,>=3.10
|
|
|
30
30
|
Description-Content-Type: text/x-rst
|
|
31
31
|
Requires-Dist: cysignals<1.12.4; sys_platform == "win32"
|
|
32
32
|
Requires-Dist: cysignals!=1.12.0,>=1.11.2
|
|
33
|
-
Requires-Dist: passagemath-categories~=10.6.
|
|
34
|
-
Requires-Dist: passagemath-cddlib~=10.6.
|
|
33
|
+
Requires-Dist: passagemath-categories~=10.6.24.0
|
|
34
|
+
Requires-Dist: passagemath-cddlib~=10.6.24.0
|
|
35
35
|
Provides-Extra: test
|
|
36
36
|
Requires-Dist: passagemath-polyhedra; extra == "test"
|
|
37
37
|
Requires-Dist: passagemath-flint; extra == "test"
|
|
@@ -0,0 +1,81 @@
|
|
|
1
|
+
passagemath_latte_4ti2.dylibs/libgmpxx.4.dylib,sha256=RRRbPsaalKjprqEu73dPN-9cGRsQgccNktu5cVx6HJA,64640
|
|
2
|
+
passagemath_latte_4ti2.dylibs/libLiDIA.0.dylib,sha256=th4A2jxJ5eEqQLg3uHw4Wx4QWAvwYIn70nGXf8r9hV4,14850720
|
|
3
|
+
passagemath_latte_4ti2.dylibs/libcddgmp.0.dylib,sha256=4seYc9Y2ZgGXS9eBw0cJqIhX1yzxEJ-cNYh0pLLEYoY,298800
|
|
4
|
+
passagemath_latte_4ti2.dylibs/libglpk.40.dylib,sha256=E-hImHMJQSeMC74tbaI92apuiN7Wj-Ts3c2L7W0K2Io,1073312
|
|
5
|
+
passagemath_latte_4ti2.dylibs/libgf2x.3.dylib,sha256=uE6MYUd-30erV5SCwUroNfnUrsk5LAuTlCwgmUZmdB8,137056
|
|
6
|
+
passagemath_latte_4ti2.dylibs/libntl.44.dylib,sha256=UdSiwL33n8SMTcPJREDkD0W4itdbX6CBlkbX2fHZ1ck,2170096
|
|
7
|
+
passagemath_latte_4ti2.dylibs/lib4ti2common.0.dylib,sha256=_ibmenHpDfNU7yoVa70fExjp6DPZFhBuewkFVE_eVZA,55184
|
|
8
|
+
passagemath_latte_4ti2.dylibs/libnormalize.0.dylib,sha256=oqtAdg7nQxbn9cIYv-hoeoYPYdZZ2xT2drdcOFXNHbE,175040
|
|
9
|
+
passagemath_latte_4ti2.dylibs/liblatte.0.dylib,sha256=apR1-dpsn9MlpLf8qeGFCTQTTt8DBF6QjGMFCMBUlIc,1251600
|
|
10
|
+
passagemath_latte_4ti2.dylibs/lib4ti2int64.0.dylib,sha256=phogdVLtpJej1PlNbcaIP9UIUrRs5tKxjLZpTaZT3nE,658912
|
|
11
|
+
passagemath_latte_4ti2.dylibs/lib4ti2util.0.dylib,sha256=5kdQyEM6glc7rGTCUEVUjEVSfcKqLtfyOl_pzIKG4Wc,144480
|
|
12
|
+
passagemath_latte_4ti2.dylibs/lib4ti2gmp.0.dylib,sha256=TWqzbHMwV5639UA_2hM0j0vvMRMJ-wy4S0bDFFr6D9A,557168
|
|
13
|
+
passagemath_latte_4ti2.dylibs/libzsolve.0.dylib,sha256=d6KQRYqb1ogWvxDoFivnsl9WtMNM81loVlw2CEhY91c,511568
|
|
14
|
+
passagemath_latte_4ti2.dylibs/lib4ti2int32.0.dylib,sha256=YxVasbYFShZ4CehxH_eApb-fgrLAtNwtk7Tssi9Ascg,643248
|
|
15
|
+
passagemath_latte_4ti2.dylibs/libgmp.10.dylib,sha256=und1kuuRSUr_K-Q523n26zVKRnOTfM0C0Skd4Uir0VU,464688
|
|
16
|
+
sage_wheels/bin/latte-minimize.bin,sha256=ghwwq1j0wm8dtHAiesLOaUD-dl5Bxn3X31c7d3f1kew,107520
|
|
17
|
+
sage_wheels/bin/4ti2int32,sha256=_NlIpgiiDKLFR7n3c5bQxi3kU04cJuXbS9MasiMX1mY,86640
|
|
18
|
+
sage_wheels/bin/zsolve,sha256=WlWPyDCTRCy_saF3I5zsF90cRbP5-290oe_eaJoxFA0,58400
|
|
19
|
+
sage_wheels/bin/walk,sha256=wnaflXklQMzfkc9SPNkDQeJW2QwZ6OE02tKZ5ng-qoU,2394
|
|
20
|
+
sage_wheels/bin/graver,sha256=asLYkgaj2gnL0rNu6ObcMZQnP11Yld_JEmM8BXP-1SU,478
|
|
21
|
+
sage_wheels/bin/integrate,sha256=XthPMX_x1wDXgLUeC5CI3l0gF-LKR1OWbRPSjisOjCs,59536
|
|
22
|
+
sage_wheels/bin/circuits,sha256=wnaflXklQMzfkc9SPNkDQeJW2QwZ6OE02tKZ5ng-qoU,2394
|
|
23
|
+
sage_wheels/bin/latte2ine.bin,sha256=hseB0f8EGd_IDhGxFpXIiTJjHJoNJSkc54d3xPkAmyM,56640
|
|
24
|
+
sage_wheels/bin/markov,sha256=wnaflXklQMzfkc9SPNkDQeJW2QwZ6OE02tKZ5ng-qoU,2394
|
|
25
|
+
sage_wheels/bin/top-ehrhart-knapsack.bin,sha256=afvP1g1hnjY2Sm5RkAceLuk8Pg0cdNAfZfyUhq76KUY,95216
|
|
26
|
+
sage_wheels/bin/hilbert-from-rays-symm,sha256=1feNUP_PH0ILjBVlphy_LNcOxc9UEo8XD0sUhG8-auM,59568
|
|
27
|
+
sage_wheels/bin/gensymm,sha256=6WzGa9NxZiIOZ3tMjFSVHaxzFPpwABP4NXVhgUbuOUw,51920
|
|
28
|
+
sage_wheels/bin/count,sha256=yj_9MGZXDWqmK1soiWY1efsmJxkim8-SaZCGZRr_DD0,59536
|
|
29
|
+
sage_wheels/bin/count-linear-forms-from-polynomial.bin,sha256=Wjz1Ky8_RnOjFS0E3tb2PiFD8kL707EMmqz1n4_Q_vI,78848
|
|
30
|
+
sage_wheels/bin/output,sha256=uRQTb7G6Gehyr4p_vMs80S75MnvwLFDIxpRT6Yczrwg,51888
|
|
31
|
+
sage_wheels/bin/ehrhart3.bin,sha256=-iq_aVkh8EPqaVT5xkiREjTQYDQDr-m7ZkC92Hgus10,84032
|
|
32
|
+
sage_wheels/bin/latte2ext.bin,sha256=tXFWJ927Y4VzvLQ6y0Xe80tPmC2cYBT5Rs-VDgK9Mu8,56640
|
|
33
|
+
sage_wheels/bin/latte-maximize.bin,sha256=P4ijo7daiBorsv0gHymneGsp50GDDWW_e98fdUpNono,107520
|
|
34
|
+
sage_wheels/bin/ConvertCDDineToLatte.bin,sha256=brkLJfP09dlM2DIAEZNorOcj2ZzUPVRfLpOmbKkFHOY,81312
|
|
35
|
+
sage_wheels/bin/ConvertCDDextToLatte,sha256=NAR7U64bmOcpRmT9ST4mJdmxoHLy9qyAyiTYUccSO0U,59552
|
|
36
|
+
sage_wheels/bin/polyhedron-to-cones.bin,sha256=VqWCZJzvnVVt0REor07Ch_sL3lIb75g4FSBjPFaHwv0,58768
|
|
37
|
+
sage_wheels/bin/ConvertCDDextToLatte.bin,sha256=h5uyySUND0ADP89xMaoj_p4Ogo6udK7JW0XRsUFW1hw,56272
|
|
38
|
+
sage_wheels/bin/qsolve,sha256=wnaflXklQMzfkc9SPNkDQeJW2QwZ6OE02tKZ5ng-qoU,2394
|
|
39
|
+
sage_wheels/bin/latte2ext,sha256=CzGcxMpBbduLIoGn1Hd9TSaiOEN1LlTwoYTvf2CMEDg,59536
|
|
40
|
+
sage_wheels/bin/groebner,sha256=wnaflXklQMzfkc9SPNkDQeJW2QwZ6OE02tKZ5ng-qoU,2394
|
|
41
|
+
sage_wheels/bin/4ti2int64,sha256=CQOVUtAVTx3LyMFtLtM3L4w7zN73DgtVCIWmYGL0H3k,86640
|
|
42
|
+
sage_wheels/bin/ehrhart.bin,sha256=h9eAQYEwS2Xs-djkqGQ4rdjyWk3W7e7mMDBC8xakbaI,106192
|
|
43
|
+
sage_wheels/bin/triangulate.bin,sha256=7ShFIkuJsuNX8V7nHi4akCH6_z14xtnBYtrwelhPP2Q,76240
|
|
44
|
+
sage_wheels/bin/genmodel,sha256=_aAliIba3ZE1W17aFWNn5zjhpqq0NsPVuHqtiCqlwOI,51920
|
|
45
|
+
sage_wheels/bin/ConvertCDDineToLatte,sha256=oPm_OiAdaVM4orAMFoB9f4Wi8QtF6jXEfaULUlSOgA0,59552
|
|
46
|
+
sage_wheels/bin/hilbert,sha256=4Njr4NKajVjma40APFdJYscfsvYq1wrPwvH2UElnipU,478
|
|
47
|
+
sage_wheels/bin/ehrhart,sha256=iVkd9Niww1geyaKuyTDxcAc5PLmlPL18BNfGor1I6_I,59536
|
|
48
|
+
sage_wheels/bin/polyhedron-to-cones,sha256=FNNvE5zXPbdW5UyOBMsh5EmAmnwR0-ZcH00XVocYMS4,59544
|
|
49
|
+
sage_wheels/bin/hilbert-from-rays.bin,sha256=lFMLAPnfdvWpLYH7X3RIgkxAylN4TxnTI36-B2oX_j4,51968
|
|
50
|
+
sage_wheels/bin/triangulate,sha256=BUEABkH2lGy7wLvzAeZqKkTKJEFAUMx_brgdFrldwls,59536
|
|
51
|
+
sage_wheels/bin/count-linear-forms-from-polynomial,sha256=im7bogeeBAVuYky0HQ3iAVL6fl57Ttv8_VgehKrIaq0,59560
|
|
52
|
+
sage_wheels/bin/latte-minimize,sha256=ogrCmQyqg9kNZAqGlGPK5ayXnjEOP1rLDxTdpvHP37E,59544
|
|
53
|
+
sage_wheels/bin/integrate.bin,sha256=bbNCOlRhAVrewN7r-9uWr2C9keyo7_aJJvd7y7FqRPk,56336
|
|
54
|
+
sage_wheels/bin/ppi,sha256=cXwIOJfH7wE8PCQFjD_3oXodAhRVR3qfe1Qm672iIIo,78096
|
|
55
|
+
sage_wheels/bin/zbasis,sha256=wnaflXklQMzfkc9SPNkDQeJW2QwZ6OE02tKZ5ng-qoU,2394
|
|
56
|
+
sage_wheels/bin/latte2ine,sha256=AIHR6L5GW5TYi2KsmcLbvq4bEh8gPg_Jw0F4nHLW_z8,59536
|
|
57
|
+
sage_wheels/bin/rays,sha256=wnaflXklQMzfkc9SPNkDQeJW2QwZ6OE02tKZ5ng-qoU,2394
|
|
58
|
+
sage_wheels/bin/hilbert-from-rays-symm.bin,sha256=zExTNLPjK-8RxGP6YLtJh_XtOqsdq-IZ8iIcIy7Scek,74128
|
|
59
|
+
sage_wheels/bin/ehrhart3,sha256=i0qZ3iNaSZZenEmr57iXdoz0DznffVuva50gEiHIsjU,59536
|
|
60
|
+
sage_wheels/bin/4ti2gmp,sha256=5DtJorJzRAToFVH1ntmQvWRtFECp1zuC9aeu6rrdpVs,86592
|
|
61
|
+
sage_wheels/bin/minimize,sha256=wnaflXklQMzfkc9SPNkDQeJW2QwZ6OE02tKZ5ng-qoU,2394
|
|
62
|
+
sage_wheels/bin/latte-maximize,sha256=QFtS2-L6_oFveTg4SndTcMiR_ERHpzZj65h5WZucHz8,59544
|
|
63
|
+
sage_wheels/bin/count.bin,sha256=NKnCmDx9bSR6R6KqINnaNKQYAZdEvtzgHc2pllLuq4w,57936
|
|
64
|
+
sage_wheels/bin/hilbert-from-rays,sha256=x3VGOH5BcV_nD7AbgcJtjl9J91PBLXrYjNGiD0JNJk0,59560
|
|
65
|
+
sage_wheels/bin/normalform,sha256=wnaflXklQMzfkc9SPNkDQeJW2QwZ6OE02tKZ5ng-qoU,2394
|
|
66
|
+
sage_wheels/bin/top-ehrhart-knapsack,sha256=3tHBGp_W6goN3AcwwvbuuzR1U_QUquBOsgkOLX1qkho,59552
|
|
67
|
+
sage_wheels/share/latte-int/m-knapsack.mpl,sha256=UOC1OCpgsmXwS29BORa3d9PHYrEJpPG49MJ3omf1_p8,44872
|
|
68
|
+
sage_wheels/share/latte-int/simplify.add,sha256=S7Mu2pBY0tnN0i9akB_ba1T3Jk_HGP-odgihNk3t7oM,105
|
|
69
|
+
sage_wheels/share/latte-int/simplify3.add,sha256=rY3U7fnQkj868Zu6MRHzSTRAX4SyM7e3PFeGIX0YxME,241
|
|
70
|
+
sage_wheels/share/latte-int/simplify2.add,sha256=iqxvhRDWW70iA473KumWk8DQIrKogxrDxgeBbYpKA88,162
|
|
71
|
+
passagemath_latte_4ti2-10.6.24.dist-info/RECORD,,
|
|
72
|
+
passagemath_latte_4ti2-10.6.24.dist-info/WHEEL,sha256=BY2G-e9pCnwWPELNk7GCw-k-0y7AcCiRrhf_nAfhQVk,136
|
|
73
|
+
passagemath_latte_4ti2-10.6.24.dist-info/top_level.txt,sha256=Kmzulf9WsphADFQuqgvdy5mvTLDj_V2zkFHU2s3UXos,6
|
|
74
|
+
passagemath_latte_4ti2-10.6.24.dist-info/METADATA,sha256=pa8wq-v593HkG01DwsKPMuOsf9Ncat3bE9b79Z87iRo,7076
|
|
75
|
+
sage/all__sagemath_latte_4ti2.py,sha256=Dkvm4PL7UuwvR-qJmoWzKFOIgCe3kqsUihuJmwhekeI,113
|
|
76
|
+
sage/libs/latte_int.cpython-310-darwin.so,sha256=o5YUQdh_jdoCNI-fc5kGP39MQjpdllA_lSgxZY6fLyc,55440
|
|
77
|
+
sage/libs/latte_int.pyx,sha256=OeBUMqZ5-7r0RD0OLmzj9QzVftrYLLw5uWgQDO__Tos,49
|
|
78
|
+
sage/libs/all__sagemath_latte_4ti2.py,sha256=OeBUMqZ5-7r0RD0OLmzj9QzVftrYLLw5uWgQDO__Tos,49
|
|
79
|
+
sage/interfaces/four_ti_2.py,sha256=971kyaZ9uWWdkan8jPzLIjyQnCWJllJixP8dOh19SZo,17517
|
|
80
|
+
sage/interfaces/latte.py,sha256=UWpJcZQgKEEBfu4fQeO-BpXHO4HKRxQMhETrifOfmh8,24901
|
|
81
|
+
sage/interfaces/all__sagemath_latte_4ti2.py,sha256=OeBUMqZ5-7r0RD0OLmzj9QzVftrYLLw5uWgQDO__Tos,49
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
sage_wheels/bin/4ti2gmp
CHANGED
|
Binary file
|
sage_wheels/bin/4ti2int32
CHANGED
|
Binary file
|
sage_wheels/bin/4ti2int64
CHANGED
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
sage_wheels/bin/count
CHANGED
|
Binary file
|
|
Binary file
|
|
Binary file
|
sage_wheels/bin/count.bin
CHANGED
|
Binary file
|
sage_wheels/bin/ehrhart
CHANGED
|
Binary file
|
sage_wheels/bin/ehrhart.bin
CHANGED
|
Binary file
|
sage_wheels/bin/ehrhart3
CHANGED
|
Binary file
|
sage_wheels/bin/ehrhart3.bin
CHANGED
|
Binary file
|
sage_wheels/bin/genmodel
CHANGED
|
Binary file
|
sage_wheels/bin/gensymm
CHANGED
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
sage_wheels/bin/integrate
CHANGED
|
Binary file
|
sage_wheels/bin/integrate.bin
CHANGED
|
Binary file
|
sage_wheels/bin/latte-maximize
CHANGED
|
Binary file
|
|
Binary file
|
sage_wheels/bin/latte-minimize
CHANGED
|
Binary file
|
|
Binary file
|
sage_wheels/bin/latte2ext
CHANGED
|
Binary file
|
sage_wheels/bin/latte2ext.bin
CHANGED
|
Binary file
|
sage_wheels/bin/latte2ine
CHANGED
|
Binary file
|
sage_wheels/bin/latte2ine.bin
CHANGED
|
Binary file
|
sage_wheels/bin/output
CHANGED
|
Binary file
|
|
Binary file
|
|
Binary file
|
sage_wheels/bin/ppi
CHANGED
|
Binary file
|
|
Binary file
|
|
Binary file
|
sage_wheels/bin/triangulate
CHANGED
|
Binary file
|
sage_wheels/bin/triangulate.bin
CHANGED
|
Binary file
|
sage_wheels/bin/zsolve
CHANGED
|
Binary file
|
|
@@ -1,81 +0,0 @@
|
|
|
1
|
-
passagemath_latte_4ti2-10.6.22.dist-info/RECORD,,
|
|
2
|
-
passagemath_latte_4ti2-10.6.22.dist-info/WHEEL,sha256=BY2G-e9pCnwWPELNk7GCw-k-0y7AcCiRrhf_nAfhQVk,136
|
|
3
|
-
passagemath_latte_4ti2-10.6.22.dist-info/top_level.txt,sha256=Kmzulf9WsphADFQuqgvdy5mvTLDj_V2zkFHU2s3UXos,6
|
|
4
|
-
passagemath_latte_4ti2-10.6.22.dist-info/METADATA,sha256=v8lJqs1-nbotry4tTwPZhZJuzrh2K2k-hREKrtYXjrI,7076
|
|
5
|
-
passagemath_latte_4ti2.dylibs/libgmpxx.4.dylib,sha256=RRRbPsaalKjprqEu73dPN-9cGRsQgccNktu5cVx6HJA,64640
|
|
6
|
-
passagemath_latte_4ti2.dylibs/libLiDIA.0.dylib,sha256=Z_-6p3dYJgfFkM4K12uZeTCkS1KLgWKZjrA_kW_wXag,14850720
|
|
7
|
-
passagemath_latte_4ti2.dylibs/libcddgmp.0.dylib,sha256=rl90CyXgu96nGSIm4tgFeUrfT6lCnvJ8Z9jLkbcD0_g,265552
|
|
8
|
-
passagemath_latte_4ti2.dylibs/libglpk.40.dylib,sha256=XjW68RZdGZ5j42YifPv29CwyL5ZNmDfFWR-y1H3rwbU,1073312
|
|
9
|
-
passagemath_latte_4ti2.dylibs/libgf2x.3.dylib,sha256=uE6MYUd-30erV5SCwUroNfnUrsk5LAuTlCwgmUZmdB8,137056
|
|
10
|
-
passagemath_latte_4ti2.dylibs/libntl.44.dylib,sha256=UdSiwL33n8SMTcPJREDkD0W4itdbX6CBlkbX2fHZ1ck,2170096
|
|
11
|
-
passagemath_latte_4ti2.dylibs/lib4ti2common.0.dylib,sha256=n_aDqmWidwM7VX_ZV_JzGP4yYL9mBz1TCVK-EeHSvm8,55184
|
|
12
|
-
passagemath_latte_4ti2.dylibs/libnormalize.0.dylib,sha256=yE-uvlhZDcsipn1uUzbFC5V86t7Ux-l9mF6jRb1sN4A,175040
|
|
13
|
-
passagemath_latte_4ti2.dylibs/liblatte.0.dylib,sha256=QvrLy6YIDVdh98PLZOIweFZ_N1gqg2lw4DyyGkpVh7k,1251600
|
|
14
|
-
passagemath_latte_4ti2.dylibs/lib4ti2int64.0.dylib,sha256=NBZK1qhhijPDrWIAh6pseR2iJMcybEnkBTx34nXLT78,658912
|
|
15
|
-
passagemath_latte_4ti2.dylibs/lib4ti2util.0.dylib,sha256=Rs_rw8ZQXmtxiwUKlndGV_9C4A5mqkJls7H8quJZfS0,144480
|
|
16
|
-
passagemath_latte_4ti2.dylibs/lib4ti2gmp.0.dylib,sha256=TWqzbHMwV5639UA_2hM0j0vvMRMJ-wy4S0bDFFr6D9A,557168
|
|
17
|
-
passagemath_latte_4ti2.dylibs/libzsolve.0.dylib,sha256=0DybQYtOleZcdRKfR2IOZmk_7RM-1ZmzhA3e8Jv0oHM,511568
|
|
18
|
-
passagemath_latte_4ti2.dylibs/lib4ti2int32.0.dylib,sha256=BWzs9s-FZMhyyRbuLlE5xzpBTVcZokefR5Dy_5AIiIQ,643248
|
|
19
|
-
passagemath_latte_4ti2.dylibs/libgmp.10.dylib,sha256=und1kuuRSUr_K-Q523n26zVKRnOTfM0C0Skd4Uir0VU,464688
|
|
20
|
-
sage_wheels/bin/latte-minimize.bin,sha256=Zfw3dXnEIS1Pa1rWMXOo80H9oxiAZtqiboFycf_FT-M,107520
|
|
21
|
-
sage_wheels/bin/4ti2int32,sha256=OQc6WKUyFSl18qrqigcI-AcWRboq9b2ZzEMqb1Airqs,86640
|
|
22
|
-
sage_wheels/bin/zsolve,sha256=yfZ4UhMwLVN7Doax29E4CVakYr47I2oa57o1XcjXvns,58400
|
|
23
|
-
sage_wheels/bin/walk,sha256=wnaflXklQMzfkc9SPNkDQeJW2QwZ6OE02tKZ5ng-qoU,2394
|
|
24
|
-
sage_wheels/bin/graver,sha256=asLYkgaj2gnL0rNu6ObcMZQnP11Yld_JEmM8BXP-1SU,478
|
|
25
|
-
sage_wheels/bin/integrate,sha256=tATyEw4nc3k8PxdN_4RMbQ7hcfY8qXi9Ka5XVCawQ6g,59536
|
|
26
|
-
sage_wheels/bin/circuits,sha256=wnaflXklQMzfkc9SPNkDQeJW2QwZ6OE02tKZ5ng-qoU,2394
|
|
27
|
-
sage_wheels/bin/latte2ine.bin,sha256=R3BJG3-4BAI9IWwUc0uai1CUMkoBl6qj65tR6YTNcOE,56640
|
|
28
|
-
sage_wheels/bin/markov,sha256=wnaflXklQMzfkc9SPNkDQeJW2QwZ6OE02tKZ5ng-qoU,2394
|
|
29
|
-
sage_wheels/bin/top-ehrhart-knapsack.bin,sha256=uxwg-nF9mhZL9wmkvbXQd6dH2BA72OvMC542fkOaiIM,95216
|
|
30
|
-
sage_wheels/bin/hilbert-from-rays-symm,sha256=VxkujMuuAqLxvoOV84mgF5CPJDlFFfYwGedIvHk5zhc,59568
|
|
31
|
-
sage_wheels/bin/gensymm,sha256=z424FZezPtOkHleZfVqWHhAhb2L5jz5jcXqZUKvyvNw,51920
|
|
32
|
-
sage_wheels/bin/count,sha256=y0WBHwzgflN88E-30dfuiIhlyj_Mlu4mx3KXfuynZRY,59536
|
|
33
|
-
sage_wheels/bin/count-linear-forms-from-polynomial.bin,sha256=xfQMWcq0pI_PihXXg-lFKE2BGKLizUl_0TfD2J4LS64,78848
|
|
34
|
-
sage_wheels/bin/output,sha256=vEqVnfFRTzP5JzyGrrHQIz34volgLXpROWj104--aNA,51888
|
|
35
|
-
sage_wheels/bin/ehrhart3.bin,sha256=lfmsdujdGY1ZI5-JfGp4NrS03-g5zfP4KMGTGsyXszc,84032
|
|
36
|
-
sage_wheels/bin/latte2ext.bin,sha256=md_EA8LIhud1saGiVwxR1sLgdenDEIM9-S0fhaIlVbc,56640
|
|
37
|
-
sage_wheels/bin/latte-maximize.bin,sha256=xdf7JTM9ZgXd9lklCAB0ZSZBt12Pl8sAkOTYFhmNZEw,107520
|
|
38
|
-
sage_wheels/bin/ConvertCDDineToLatte.bin,sha256=__VOCydIcskpkSsV_-uE9_abzflSS1LuebW28q785Cw,81312
|
|
39
|
-
sage_wheels/bin/ConvertCDDextToLatte,sha256=AHoHqbaZ-dpmEuqK4fo18ykotr6gd2uA9qRkM9nJTx0,59552
|
|
40
|
-
sage_wheels/bin/polyhedron-to-cones.bin,sha256=rN6DUZaVp_boxtVSAmG4dboWXAXxDuAgWhnAwVeNYsA,58768
|
|
41
|
-
sage_wheels/bin/ConvertCDDextToLatte.bin,sha256=Z_OT08izFk73r1rKSB1Q5mR398IOThIDSO5M7G6N_sU,56272
|
|
42
|
-
sage_wheels/bin/qsolve,sha256=wnaflXklQMzfkc9SPNkDQeJW2QwZ6OE02tKZ5ng-qoU,2394
|
|
43
|
-
sage_wheels/bin/latte2ext,sha256=LX-czMQhj95Y2GLTuWuvP4-WF66111YlyWz_OlaSUeU,59536
|
|
44
|
-
sage_wheels/bin/groebner,sha256=wnaflXklQMzfkc9SPNkDQeJW2QwZ6OE02tKZ5ng-qoU,2394
|
|
45
|
-
sage_wheels/bin/4ti2int64,sha256=hihM-9cdEw2dE-v3SCmKkiKnHpjisK7B-CVl5ylvPt4,86640
|
|
46
|
-
sage_wheels/bin/ehrhart.bin,sha256=ZRvf5uxzEU2y2WjfFug1idNHs2UhelJCSqv2icqOc2Q,106192
|
|
47
|
-
sage_wheels/bin/triangulate.bin,sha256=E34MycBlmmnzLlhg2dNhmS1pRIrj8cq2asVnMkM7FbM,76240
|
|
48
|
-
sage_wheels/bin/genmodel,sha256=L_wmA7P60LEpOq-5ao43jTLKKhm_PiaiKf_eSg9YWhw,51920
|
|
49
|
-
sage_wheels/bin/ConvertCDDineToLatte,sha256=z1NBxA68yOJT-frLT4kbOUGSe69cu4-SROQtq_1obDw,59552
|
|
50
|
-
sage_wheels/bin/hilbert,sha256=4Njr4NKajVjma40APFdJYscfsvYq1wrPwvH2UElnipU,478
|
|
51
|
-
sage_wheels/bin/ehrhart,sha256=mVrrrKN6gDJpnnkD9AVuVFxSBej9N8wEj0Svgk9L8zM,59536
|
|
52
|
-
sage_wheels/bin/polyhedron-to-cones,sha256=nYdLX9mx8tQ0NexNb21PJ4khyTL5nwxQnkeFobGPn5E,59544
|
|
53
|
-
sage_wheels/bin/hilbert-from-rays.bin,sha256=MencfLdeKXr5yLxdWIzzeKjewe9un2MlA1FOOvwvEU8,51968
|
|
54
|
-
sage_wheels/bin/triangulate,sha256=kuVlb63tkgwJc9HUTiS3K_bqoS3Ls2iNHvqkd8mshHE,59536
|
|
55
|
-
sage_wheels/bin/count-linear-forms-from-polynomial,sha256=A3jH7ECooQFKxnsl_KQKKXa-QOh7KjGjabzMMHXZ_-c,59560
|
|
56
|
-
sage_wheels/bin/latte-minimize,sha256=FYzIYQxu4WbQpxb3AfGF9NfipviSVKX8HBK4mvRgdJc,59544
|
|
57
|
-
sage_wheels/bin/integrate.bin,sha256=PYjMre4CHbfZKW6XbrzMDmKjbp_vG9v_gNaow8xVF-4,56336
|
|
58
|
-
sage_wheels/bin/ppi,sha256=aFpSuCMydho5zKTg6k-pCkCslbPAmRlW1Js0oz5goF8,78096
|
|
59
|
-
sage_wheels/bin/zbasis,sha256=wnaflXklQMzfkc9SPNkDQeJW2QwZ6OE02tKZ5ng-qoU,2394
|
|
60
|
-
sage_wheels/bin/latte2ine,sha256=gTNiTe_ToyoCZSY3aQLSgjvt1QhW6N-6vSJFF2xz3_I,59536
|
|
61
|
-
sage_wheels/bin/rays,sha256=wnaflXklQMzfkc9SPNkDQeJW2QwZ6OE02tKZ5ng-qoU,2394
|
|
62
|
-
sage_wheels/bin/hilbert-from-rays-symm.bin,sha256=A8NSc9-0dbS-tT7o1uw4Do9a4X6pnbUm67o5XEW-77U,74128
|
|
63
|
-
sage_wheels/bin/ehrhart3,sha256=MV9qbdOZOYB8e9v0mkec4aoVekvUNFbld4qK6AMSil8,59536
|
|
64
|
-
sage_wheels/bin/4ti2gmp,sha256=6XstwjtaXZeVLSEz49O9J_KoRD72XhPbr2uJOEdmsjo,86592
|
|
65
|
-
sage_wheels/bin/minimize,sha256=wnaflXklQMzfkc9SPNkDQeJW2QwZ6OE02tKZ5ng-qoU,2394
|
|
66
|
-
sage_wheels/bin/latte-maximize,sha256=Ff75way_3Mc-x9loyRYb29YB8nLv8Sy99ELARu4HabY,59544
|
|
67
|
-
sage_wheels/bin/count.bin,sha256=FhAqm1F4PrIgS_7cMhWTrH4ayaN4XrgWbNdaDZp7KBM,57936
|
|
68
|
-
sage_wheels/bin/hilbert-from-rays,sha256=eOXrVmEqpsLQQTohEXkd0acMCVPSCflak71HXKFiSw0,59560
|
|
69
|
-
sage_wheels/bin/normalform,sha256=wnaflXklQMzfkc9SPNkDQeJW2QwZ6OE02tKZ5ng-qoU,2394
|
|
70
|
-
sage_wheels/bin/top-ehrhart-knapsack,sha256=hV54yQ45U9rfoKMw5hq2x3Kaq9zJawd-vqEW-x9LSYo,59552
|
|
71
|
-
sage_wheels/share/latte-int/m-knapsack.mpl,sha256=UOC1OCpgsmXwS29BORa3d9PHYrEJpPG49MJ3omf1_p8,44872
|
|
72
|
-
sage_wheels/share/latte-int/simplify.add,sha256=S7Mu2pBY0tnN0i9akB_ba1T3Jk_HGP-odgihNk3t7oM,105
|
|
73
|
-
sage_wheels/share/latte-int/simplify3.add,sha256=rY3U7fnQkj868Zu6MRHzSTRAX4SyM7e3PFeGIX0YxME,241
|
|
74
|
-
sage_wheels/share/latte-int/simplify2.add,sha256=iqxvhRDWW70iA473KumWk8DQIrKogxrDxgeBbYpKA88,162
|
|
75
|
-
sage/all__sagemath_latte_4ti2.py,sha256=Dkvm4PL7UuwvR-qJmoWzKFOIgCe3kqsUihuJmwhekeI,113
|
|
76
|
-
sage/libs/latte_int.cpython-310-darwin.so,sha256=jngo8gMBT4Vrw8GcHlrDmwTEJ4R7H5F67l7bzjUolQQ,55440
|
|
77
|
-
sage/libs/latte_int.pyx,sha256=OeBUMqZ5-7r0RD0OLmzj9QzVftrYLLw5uWgQDO__Tos,49
|
|
78
|
-
sage/libs/all__sagemath_latte_4ti2.py,sha256=OeBUMqZ5-7r0RD0OLmzj9QzVftrYLLw5uWgQDO__Tos,49
|
|
79
|
-
sage/interfaces/four_ti_2.py,sha256=971kyaZ9uWWdkan8jPzLIjyQnCWJllJixP8dOh19SZo,17517
|
|
80
|
-
sage/interfaces/latte.py,sha256=UWpJcZQgKEEBfu4fQeO-BpXHO4HKRxQMhETrifOfmh8,24901
|
|
81
|
-
sage/interfaces/all__sagemath_latte_4ti2.py,sha256=OeBUMqZ5-7r0RD0OLmzj9QzVftrYLLw5uWgQDO__Tos,49
|
|
File without changes
|
{passagemath_latte_4ti2-10.6.22.dist-info → passagemath_latte_4ti2-10.6.24.dist-info}/top_level.txt
RENAMED
|
File without changes
|