passagemath-latte-4ti2 10.6.22__cp312-cp312-macosx_14_0_arm64.whl → 10.6.23__cp312-cp312-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.23.dist-info}/METADATA +3 -3
- passagemath_latte_4ti2-10.6.23.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-312-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.23.dist-info}/WHEEL +0 -0
- {passagemath_latte_4ti2-10.6.22.dist-info → passagemath_latte_4ti2-10.6.23.dist-info}/top_level.txt +0 -0
{passagemath_latte_4ti2-10.6.22.dist-info → passagemath_latte_4ti2-10.6.23.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.23
|
|
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.23.0
|
|
34
|
+
Requires-Dist: passagemath-cddlib~=10.6.23.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=QPNXcgetj2rKo5OIAP7k32RGm-lbgIJxJhdWzbGMWNc,14850720
|
|
3
|
+
passagemath_latte_4ti2.dylibs/libcddgmp.0.dylib,sha256=4seYc9Y2ZgGXS9eBw0cJqIhX1yzxEJ-cNYh0pLLEYoY,298800
|
|
4
|
+
passagemath_latte_4ti2.dylibs/libglpk.40.dylib,sha256=oeoejo0e9jcvh-YSXx1G3GO6NHwdo9Wl3q5RHTbWDGM,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=-CrjVwdsSkNnt-fZuvH4kW2dFHHq6f9uyZLmfT76Gek,55184
|
|
8
|
+
passagemath_latte_4ti2.dylibs/libnormalize.0.dylib,sha256=oqtAdg7nQxbn9cIYv-hoeoYPYdZZ2xT2drdcOFXNHbE,175040
|
|
9
|
+
passagemath_latte_4ti2.dylibs/liblatte.0.dylib,sha256=b7UmtuGXWlYrxGc8UyFajofVbvlsZMFZweOC30O1zNw,1251600
|
|
10
|
+
passagemath_latte_4ti2.dylibs/lib4ti2int64.0.dylib,sha256=YDFWQEMY0182q7XU3MH9IaZ0NgMYFl2nI4ZwkAihl_U,658912
|
|
11
|
+
passagemath_latte_4ti2.dylibs/lib4ti2util.0.dylib,sha256=TLAo5aWXCVxrIamoreJwXaIk7S_-epn6l91nTNhBAL4,144480
|
|
12
|
+
passagemath_latte_4ti2.dylibs/lib4ti2gmp.0.dylib,sha256=TWqzbHMwV5639UA_2hM0j0vvMRMJ-wy4S0bDFFr6D9A,557168
|
|
13
|
+
passagemath_latte_4ti2.dylibs/libzsolve.0.dylib,sha256=_o4SqbqOHCMpbP01kgym49Qqitf2vti8_KZx1ERu2Yo,511568
|
|
14
|
+
passagemath_latte_4ti2.dylibs/lib4ti2int32.0.dylib,sha256=T-XRECJ-2KxrQPXSVBIDLo4HxKEYL9ZxJCwU5Q3Lhxk,643248
|
|
15
|
+
passagemath_latte_4ti2.dylibs/libgmp.10.dylib,sha256=und1kuuRSUr_K-Q523n26zVKRnOTfM0C0Skd4Uir0VU,464688
|
|
16
|
+
sage_wheels/bin/latte-minimize.bin,sha256=0pI6ZUgWlVfigLBQVpr6rXf6CI9Ak2sXm_atAAml2xU,107520
|
|
17
|
+
sage_wheels/bin/4ti2int32,sha256=mOMzRv9T_sMw8lWU2x1NaOOHFZPjB3psnkpJvGsfg_A,86640
|
|
18
|
+
sage_wheels/bin/zsolve,sha256=JxSPH8zQtiWB-AI3cWfa_2bP87Epl56Rn0QrmW6FJCM,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=obYf6fSsXsKDMm0B2HJDgN9Oo1-061Q50nqbjGsURRs,59536
|
|
22
|
+
sage_wheels/bin/circuits,sha256=wnaflXklQMzfkc9SPNkDQeJW2QwZ6OE02tKZ5ng-qoU,2394
|
|
23
|
+
sage_wheels/bin/latte2ine.bin,sha256=2qKCikQgB6KIPZCiGh88LAkocwVtrFhmDZJge1eRE8U,56640
|
|
24
|
+
sage_wheels/bin/markov,sha256=wnaflXklQMzfkc9SPNkDQeJW2QwZ6OE02tKZ5ng-qoU,2394
|
|
25
|
+
sage_wheels/bin/top-ehrhart-knapsack.bin,sha256=poKPAZBKAVWmSdETZWZWK985ajouTew20KbCGVW2T9Y,95216
|
|
26
|
+
sage_wheels/bin/hilbert-from-rays-symm,sha256=ip5sHWCoUxRbc_V33y0uU5QvBRmOq5v0FbP2IH20yEs,59568
|
|
27
|
+
sage_wheels/bin/gensymm,sha256=y1bIrkjkzBA9Ld9tjJFbteIGfralURRjalDqyyX4KoA,51920
|
|
28
|
+
sage_wheels/bin/count,sha256=JJer9B7HkhlkQQk537CCoxLxbuvDptj2WLtD4Lx3Hpo,59536
|
|
29
|
+
sage_wheels/bin/count-linear-forms-from-polynomial.bin,sha256=RfnsHhQY0xKIAml2_9u_tUqSdNFTafrwxnfR_nTQ87g,78848
|
|
30
|
+
sage_wheels/bin/output,sha256=XGprBHGy97ViAkpwKTdTi61o08yyUP2LDlf87Fvk7SY,51888
|
|
31
|
+
sage_wheels/bin/ehrhart3.bin,sha256=siwwgQnGgace7vBCO9RDRroOApyHHh9Caty8vMzCI7A,84032
|
|
32
|
+
sage_wheels/bin/latte2ext.bin,sha256=-8jbQr4hmPkK2dbaKAhV4sOH_W9CRVqJLIE3H_q78EM,56640
|
|
33
|
+
sage_wheels/bin/latte-maximize.bin,sha256=iJkrmIHC6qRF88pe7812mHUFhw8ZjJwRne8RM1KmMtI,107520
|
|
34
|
+
sage_wheels/bin/ConvertCDDineToLatte.bin,sha256=0JbVyaMcRqw1qrxUgkNX3BF8L5Dtla9rfcpTjUsO1a8,81312
|
|
35
|
+
sage_wheels/bin/ConvertCDDextToLatte,sha256=_-OWI-ExK4BsdhDt8ev5mkslsZcKvj8y32_bbhIQdw0,59552
|
|
36
|
+
sage_wheels/bin/polyhedron-to-cones.bin,sha256=9olxIhq83jcgRcRL6fqzb3c-uBxz6qEiIB1MNsLNcn0,58768
|
|
37
|
+
sage_wheels/bin/ConvertCDDextToLatte.bin,sha256=fTZ42FzqxIf_JfT4al1YGmRpgW6AiGJLoFoYDaSiT-Q,56272
|
|
38
|
+
sage_wheels/bin/qsolve,sha256=wnaflXklQMzfkc9SPNkDQeJW2QwZ6OE02tKZ5ng-qoU,2394
|
|
39
|
+
sage_wheels/bin/latte2ext,sha256=ozsyf4yNQf0WHm6J-HfORqt71mCGrWaeWxIOTrEhbWo,59536
|
|
40
|
+
sage_wheels/bin/groebner,sha256=wnaflXklQMzfkc9SPNkDQeJW2QwZ6OE02tKZ5ng-qoU,2394
|
|
41
|
+
sage_wheels/bin/4ti2int64,sha256=7pZXVJ9T5AGP1jMKfFw9iwAC9VeeSDspUmOXlBTxdEU,86640
|
|
42
|
+
sage_wheels/bin/ehrhart.bin,sha256=5EOFXl1Srs_6wJgHEdO7XISZc7HWCJzagwnynqPQRMo,106192
|
|
43
|
+
sage_wheels/bin/triangulate.bin,sha256=-510OopjRjztrh1JlKsgBpVCRx-rQHL7uPwqZmFM1MQ,76240
|
|
44
|
+
sage_wheels/bin/genmodel,sha256=yNVM8a2WvV4sfJjUZqUDPUrJJrMkLRkLAz7ZznQKiO8,51920
|
|
45
|
+
sage_wheels/bin/ConvertCDDineToLatte,sha256=e-JYmLW0dSYTvJKUR4jhtwrJCLXPDyNSdSlfd8SomBA,59552
|
|
46
|
+
sage_wheels/bin/hilbert,sha256=4Njr4NKajVjma40APFdJYscfsvYq1wrPwvH2UElnipU,478
|
|
47
|
+
sage_wheels/bin/ehrhart,sha256=3pPnEifi1OYFr5w6Qbln3xKVY9IuqRuMh_UyIVw7u7U,59536
|
|
48
|
+
sage_wheels/bin/polyhedron-to-cones,sha256=26vX3IG4OGHC1TJN-SRPvowT4G5P-HKjMzNUpldIn5o,59544
|
|
49
|
+
sage_wheels/bin/hilbert-from-rays.bin,sha256=_9zIqEdmljmbiZwuwj6uKad5BQl7yEvKVwFxla8McEs,51968
|
|
50
|
+
sage_wheels/bin/triangulate,sha256=z4llFWhPSeqkeNP3lDpvFtCwHcLwhzge5pjKF1kMC-k,59536
|
|
51
|
+
sage_wheels/bin/count-linear-forms-from-polynomial,sha256=EuwgTqLgAGUOl7FvJtNY_u1y5Zx3Km03YEng916OL9w,59560
|
|
52
|
+
sage_wheels/bin/latte-minimize,sha256=FRuOz4vr6xqB6DxZwzURIsbCFRY_en2Jie6u0RuSLps,59544
|
|
53
|
+
sage_wheels/bin/integrate.bin,sha256=nZhbA5-hvIlHMG4Ne-8i51RAASsxVNoRawahuaDqDbA,56336
|
|
54
|
+
sage_wheels/bin/ppi,sha256=D6IV4NSxYN5xP2qD7uST4EZ7rVfCviPsjbZZFtCAYns,78096
|
|
55
|
+
sage_wheels/bin/zbasis,sha256=wnaflXklQMzfkc9SPNkDQeJW2QwZ6OE02tKZ5ng-qoU,2394
|
|
56
|
+
sage_wheels/bin/latte2ine,sha256=PPD-tBUYECKPI7UOOnq0yzQXrnQwbDnxzQvpUuaCixk,59536
|
|
57
|
+
sage_wheels/bin/rays,sha256=wnaflXklQMzfkc9SPNkDQeJW2QwZ6OE02tKZ5ng-qoU,2394
|
|
58
|
+
sage_wheels/bin/hilbert-from-rays-symm.bin,sha256=pD9dV-3-iHcbb4GjseFX8snSXt176OSkCpUs8W5sUPg,74128
|
|
59
|
+
sage_wheels/bin/ehrhart3,sha256=nHK5H8U4oLGpX2FO5J5MSSO_12n8huu4Huoi31DXb7I,59536
|
|
60
|
+
sage_wheels/bin/4ti2gmp,sha256=UKeQnhYY2z7U3cSzHoYu6CNO_FS66i5WQ6a7ARDbUKY,86592
|
|
61
|
+
sage_wheels/bin/minimize,sha256=wnaflXklQMzfkc9SPNkDQeJW2QwZ6OE02tKZ5ng-qoU,2394
|
|
62
|
+
sage_wheels/bin/latte-maximize,sha256=vhZcZwnV_u25Wwhi2Y95WtQmaf5aR47ytGNoTh8ECUI,59544
|
|
63
|
+
sage_wheels/bin/count.bin,sha256=7-xXUdvePsj2eRm40-8NPwItlg4iahew8QTP9Z8TxcA,57936
|
|
64
|
+
sage_wheels/bin/hilbert-from-rays,sha256=h_eGsBwrhXN-7y2Rq5D81oW1AOBwNlfx8NgBr_ar22w,59560
|
|
65
|
+
sage_wheels/bin/normalform,sha256=wnaflXklQMzfkc9SPNkDQeJW2QwZ6OE02tKZ5ng-qoU,2394
|
|
66
|
+
sage_wheels/bin/top-ehrhart-knapsack,sha256=4jwakpvj-KrV30DvhqsyTlzF5iLjDHZ8K2mKD6YuIO0,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.23.dist-info/RECORD,,
|
|
72
|
+
passagemath_latte_4ti2-10.6.23.dist-info/WHEEL,sha256=VrhWOWJdu4wN9IKhAFBqWPMo6yuww-SFg9GbWc0qbmI,136
|
|
73
|
+
passagemath_latte_4ti2-10.6.23.dist-info/top_level.txt,sha256=Kmzulf9WsphADFQuqgvdy5mvTLDj_V2zkFHU2s3UXos,6
|
|
74
|
+
passagemath_latte_4ti2-10.6.23.dist-info/METADATA,sha256=_lCs441vgm6480mvX0Pb-KbuCWSZWNONJuS2lptgM5w,7076
|
|
75
|
+
sage/all__sagemath_latte_4ti2.py,sha256=Dkvm4PL7UuwvR-qJmoWzKFOIgCe3kqsUihuJmwhekeI,113
|
|
76
|
+
sage/libs/latte_int.cpython-312-darwin.so,sha256=M6wSvBH9_dvafVJvq7hFgDcgV_AjURRrrZng3FE4ruI,55488
|
|
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=VrhWOWJdu4wN9IKhAFBqWPMo6yuww-SFg9GbWc0qbmI,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-312-darwin.so,sha256=D27puVfXInRvtnq5jzMJecJzCQKEeGcBLBd4ukAI9c0,55488
|
|
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.23.dist-info}/top_level.txt
RENAMED
|
File without changes
|