passagemath-polyhedra 10.6.30__cp312-cp312-macosx_13_0_x86_64.whl → 10.6.31rc2__cp312-cp312-macosx_13_0_x86_64.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-polyhedra might be problematic. Click here for more details.

Files changed (27) hide show
  1. {passagemath_polyhedra-10.6.30.dist-info → passagemath_polyhedra-10.6.31rc2.dist-info}/METADATA +4 -4
  2. {passagemath_polyhedra-10.6.30.dist-info → passagemath_polyhedra-10.6.31rc2.dist-info}/METADATA.bak +5 -5
  3. {passagemath_polyhedra-10.6.30.dist-info → passagemath_polyhedra-10.6.31rc2.dist-info}/RECORD +27 -27
  4. sage/geometry/integral_points_generic_dense.cpython-312-darwin.so +0 -0
  5. sage/geometry/point_collection.cpython-312-darwin.so +0 -0
  6. sage/geometry/polyhedron/combinatorial_polyhedron/base.cpython-312-darwin.so +0 -0
  7. sage/geometry/polyhedron/combinatorial_polyhedron/combinatorial_face.cpython-312-darwin.so +0 -0
  8. sage/geometry/polyhedron/combinatorial_polyhedron/conversions.cpython-312-darwin.so +0 -0
  9. sage/geometry/polyhedron/combinatorial_polyhedron/face_iterator.cpython-312-darwin.so +0 -0
  10. sage/geometry/polyhedron/combinatorial_polyhedron/face_list_data_structure.cpython-312-darwin.so +0 -0
  11. sage/geometry/polyhedron/combinatorial_polyhedron/list_of_faces.cpython-312-darwin.so +0 -0
  12. sage/geometry/polyhedron/combinatorial_polyhedron/polyhedron_face_lattice.cpython-312-darwin.so +0 -0
  13. sage/geometry/triangulation/base.cpython-312-darwin.so +0 -0
  14. sage/numerical/backends/cvxopt_backend.cpython-312-darwin.so +0 -0
  15. sage/numerical/backends/cvxopt_sdp_backend.cpython-312-darwin.so +0 -0
  16. sage/numerical/backends/cvxpy_backend.cpython-312-darwin.so +0 -0
  17. sage/numerical/backends/interactivelp_backend.cpython-312-darwin.so +0 -0
  18. sage/numerical/backends/matrix_sdp_backend.cpython-312-darwin.so +0 -0
  19. sage/numerical/backends/ppl_backend.cpython-312-darwin.so +0 -0
  20. sage/numerical/backends/scip_backend.cpython-312-darwin.so +0 -0
  21. sage/numerical/linear_functions.cpython-312-darwin.so +0 -0
  22. sage/numerical/linear_tensor_element.cpython-312-darwin.so +0 -0
  23. sage/numerical/mip.cpython-312-darwin.so +0 -0
  24. sage/numerical/sdp.cpython-312-darwin.so +0 -0
  25. sage/schemes/toric/divisor_class.cpython-312-darwin.so +0 -0
  26. {passagemath_polyhedra-10.6.30.dist-info → passagemath_polyhedra-10.6.31rc2.dist-info}/WHEEL +0 -0
  27. {passagemath_polyhedra-10.6.30.dist-info → passagemath_polyhedra-10.6.31rc2.dist-info}/top_level.txt +0 -0
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: passagemath-polyhedra
3
- Version: 10.6.30
3
+ Version: 10.6.31rc2
4
4
  Summary: passagemath: Convex polyhedra in arbitrary dimension, mixed integer linear optimization
5
5
  Author-email: The Sage Developers <sage-support@googlegroups.com>
6
6
  Maintainer: Matthias Köppe, passagemath contributors
@@ -33,9 +33,9 @@ Requires-Dist: cysignals<1.12.4; sys_platform == "win32"
33
33
  Requires-Dist: cysignals!=1.12.0,>=1.11.2
34
34
  Requires-Dist: passagemath-ppl
35
35
  Requires-Dist: memory_allocator
36
- Requires-Dist: passagemath-environment~=10.6.30.0
37
- Requires-Dist: passagemath-glpk~=10.6.30.0
38
- Requires-Dist: passagemath-modules~=10.6.30.0
36
+ Requires-Dist: passagemath-environment==10.6.31rc2
37
+ Requires-Dist: passagemath-glpk==10.6.31rc2
38
+ Requires-Dist: passagemath-modules==10.6.31rc2
39
39
  Provides-Extra: conf
40
40
  Provides-Extra: test
41
41
  Requires-Dist: passagemath-repl; extra == "test"
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: passagemath-polyhedra
3
- Version: 10.6.30
3
+ Version: 10.6.31rc2
4
4
  Summary: passagemath: Convex polyhedra in arbitrary dimension, mixed integer linear optimization
5
5
  Author-email: The Sage Developers <sage-support@googlegroups.com>
6
6
  Maintainer: Matthias Köppe, passagemath contributors
@@ -33,10 +33,10 @@ Requires-Dist: cysignals<1.12.4; sys_platform == "win32"
33
33
  Requires-Dist: cysignals!=1.12.0,>=1.11.2
34
34
  Requires-Dist: passagemath-ppl
35
35
  Requires-Dist: memory_allocator
36
- Requires-Dist: passagemath-conf~=10.6.30.0; sys_platform != "win32"
37
- Requires-Dist: passagemath-environment~=10.6.30.0
38
- Requires-Dist: passagemath-glpk~=10.6.30.0
39
- Requires-Dist: passagemath-modules~=10.6.30.0
36
+ Requires-Dist: passagemath-conf==10.6.31rc2; sys_platform != "win32"
37
+ Requires-Dist: passagemath-environment==10.6.31rc2
38
+ Requires-Dist: passagemath-glpk==10.6.31rc2
39
+ Requires-Dist: passagemath-modules==10.6.31rc2
40
40
  Provides-Extra: conf
41
41
  Requires-Dist: passagemath-conf; extra == "conf"
42
42
  Provides-Extra: test
@@ -1,8 +1,8 @@
1
- passagemath_polyhedra-10.6.30.dist-info/RECORD,,
2
- passagemath_polyhedra-10.6.30.dist-info/METADATA.bak,sha256=Ao-Pb0vmmupP1Lug3EFqPJssQgnm4xX6YBSfhxSLMBc,16885
3
- passagemath_polyhedra-10.6.30.dist-info/WHEEL,sha256=teO2xh-FJ1HNVGe5DhoP69xaQDzWk7o1JLSQ2CMfYdA,137
4
- passagemath_polyhedra-10.6.30.dist-info/top_level.txt,sha256=Kmzulf9WsphADFQuqgvdy5mvTLDj_V2zkFHU2s3UXos,6
5
- passagemath_polyhedra-10.6.30.dist-info/METADATA,sha256=VswZaCP6E70AW42ceW-6FCXu1wg1CDS_d72gqGXVqxY,16768
1
+ passagemath_polyhedra-10.6.31rc2.dist-info/RECORD,,
2
+ passagemath_polyhedra-10.6.31rc2.dist-info/METADATA.bak,sha256=lM7N5tQ9kHH5OtPb9pyOIo6A36L5IuoaeKZaoNrxosI,16892
3
+ passagemath_polyhedra-10.6.31rc2.dist-info/WHEEL,sha256=teO2xh-FJ1HNVGe5DhoP69xaQDzWk7o1JLSQ2CMfYdA,137
4
+ passagemath_polyhedra-10.6.31rc2.dist-info/top_level.txt,sha256=Kmzulf9WsphADFQuqgvdy5mvTLDj_V2zkFHU2s3UXos,6
5
+ passagemath_polyhedra-10.6.31rc2.dist-info/METADATA,sha256=VG7NuvYGngRh2bW1EdMYda7fotCBiLeTLuHsQm9vnVw,16774
6
6
  sage_wheels/share/reflexive_polytopes/reflexive_polytopes_2d,sha256=8ORzEes2X3AOKgOmsGH-6F1E8dOTes_zKHZyP0fr7bQ,361
7
7
  sage_wheels/share/reflexive_polytopes/reflexive_polytopes_3d,sha256=HVkKsXuxZghNh0ZxI8fJ_xid0VtC5L9NXfZ5D_0Q_tM,254744
8
8
  sage_wheels/share/reflexive_polytopes/Full2d/zzdb.info,sha256=cZ_1jKaJhDeb5ZYncpg96RKo10A3Fz7VyWUmjBNa2qw,70
@@ -39,7 +39,7 @@ sage/schemes/toric/weierstrass_higher.py,sha256=ODotIk-4hcQR067xCt4g0-G4VdJMKoRN
39
39
  sage/schemes/toric/chow_group.py,sha256=ZaSpJNG4PagYKkQbpgBo6kiHCkxPq47ZYkYAN8VLQQw,43384
40
40
  sage/schemes/toric/homset.py,sha256=hWrz_VHrSMjMBuuu2dtQBNqz7WCnAB52oI5tg6mLyyA,24278
41
41
  sage/schemes/toric/morphism.py,sha256=CqKCoT-1pB15gdjyu41J4xZnaODV1lrWWogCjqFfgHQ,76577
42
- sage/schemes/toric/divisor_class.cpython-312-darwin.so,sha256=9yXy3HPCteZ8zZ8kN9N2H2Suo3G8ayxxoZ_Ylji1oDY,135040
42
+ sage/schemes/toric/divisor_class.cpython-312-darwin.so,sha256=f8qZp-MDci-gsa98TWwaphRPRb4ztWO1Aqz-VViqvkc,135040
43
43
  sage/schemes/toric/sheaf/klyachko.py,sha256=7PQeyfT1VG8BM5PQjkxYqVzU4kmaSxtV3bER6xVBiS8,31426
44
44
  sage/schemes/toric/sheaf/constructor.py,sha256=9k-RXw9qDzqnG0dIKtBOSDG5NjS7V0iJLWbwV2829c4,9204
45
45
  sage/schemes/toric/sheaf/all.py,sha256=LolvTCzFQLU1zFvEF3eKq8UENEuaxFb6_fOHRj_4pOA,48
@@ -47,14 +47,14 @@ sage/numerical/mip.pxd,sha256=cGeXE3lPa5E7H7U-U3ImT-vSo8eqWFlTN4PVxngNMSs,1120
47
47
  sage/numerical/linear_tensor_constraints.py,sha256=xhv_mFvG1-QlM_5JbUwRzThPWAydtSZBoBMvkNiFzG4,14956
48
48
  sage/numerical/linear_tensor_element.pyx,sha256=kWDDxacjWJsp4Cx6TVzG2tlXncVb5z_oW1xxj9t5d5s,15417
49
49
  sage/numerical/linear_functions.pxd,sha256=6Ur2bqh-6yBoOpw-fU_dGKAvRAXYJIRbkxq5LWA93bk,1089
50
- sage/numerical/linear_tensor_element.cpython-312-darwin.so,sha256=ttUL83RaW288vjrtev5I7AR5ocJREid9Xb8A4Z0JAtI,151248
50
+ sage/numerical/linear_tensor_element.cpython-312-darwin.so,sha256=RAv9vU_4ijnIkCVinuNP6YDqe_ikpdtKjAiokoj_bgw,151248
51
51
  sage/numerical/sdp.pxd,sha256=sfIqekttQvN5N43WfniGS6kfOB5XEC-evQNxUhOSL_0,1164
52
- sage/numerical/sdp.cpython-312-darwin.so,sha256=-hE-38E4H6nCa_bI-moaKwXt_EH2xslesSSpOfBhUak,258704
52
+ sage/numerical/sdp.cpython-312-darwin.so,sha256=ziK_CWr9QJQz6ocl--0CmP_1nXXzjKrhTXHKhqx-c_4,258704
53
53
  sage/numerical/knapsack.py,sha256=uGP7S0Y7w0RhrBHPNJHUtRyg0GjzAQZ6wrjJXM6JXNU,23947
54
- sage/numerical/mip.cpython-312-darwin.so,sha256=bcCO4ZnBP79WDsD6FUJjCN8a4loRqaW4YqTIprgByqM,516312
54
+ sage/numerical/mip.cpython-312-darwin.so,sha256=LbiON3kpIr9CZvDR7KEY7skKTUAvCXyKEYd9c9Zgjvw,516312
55
55
  sage/numerical/all.py,sha256=G0M2Yf4lcL46RVDRsfghmIsXkWkTQHsJNRishtSekEw,581
56
56
  sage/numerical/linear_tensor.py,sha256=mS9vjSn1HLCkB_MwLBHwd1kmLTn09gt9WjPMpcRI-8Q,15511
57
- sage/numerical/linear_functions.cpython-312-darwin.so,sha256=vg275gRqZ7QZ1t2KG3TRrbE6eZBChARj-oz56cjj6E0,298784
57
+ sage/numerical/linear_functions.cpython-312-darwin.so,sha256=7YlPQntLAO4BJAUA4tveasVCBMI8e9pR2Lb7-LEnwo4,298784
58
58
  sage/numerical/sdp.pyx,sha256=plAUmlSMli0a5LuDhu7md5g1JL0hYLg7vJywYLOW27E,49355
59
59
  sage/numerical/all__sagemath_polyhedra.py,sha256=919uMNLV86OInEG6t6qAjZtpE7usy3cYFnAub4iijx0,529
60
60
  sage/numerical/linear_functions.pyx,sha256=Y-0QrlZzDmIhw5fbP3UoyoqMhY1YLgT3FgJxwx9iIj4,52370
@@ -62,28 +62,28 @@ sage/numerical/interactive_simplex_method.py,sha256=hB3EdLJhhTjQINmw5tW-DBb2W3zN
62
62
  sage/numerical/linear_tensor_element.pxd,sha256=KiJZamtNwBh-qjJVctqbjRiQWZdNi9wz97hpcur36W8,194
63
63
  sage/numerical/mip.pyx,sha256=DkStzMmKSqiLU8QqGyI6o5czIBsOQPhbM5AheLbcsFw,134520
64
64
  sage/numerical/backends/generic_backend_test.py,sha256=m0k25bdrfvOZiL9zzimj8Upsm5Gy6W9eLTeFki0Doxw,889
65
- sage/numerical/backends/cvxopt_backend.cpython-312-darwin.so,sha256=MPwjloMxJBJdom3PChIGoUkMbQ0WBGR3vjjCZa3U2q8,220544
65
+ sage/numerical/backends/cvxopt_backend.cpython-312-darwin.so,sha256=ZYXF_2Mee5qNvsQzYmJsdPo870-EQMdVPGCf-TvptRc,220544
66
66
  sage/numerical/backends/matrix_sdp_backend.pxd,sha256=WWZCkgndram96A2Rw2iHoBJ7Lgun-42V7XpLkCXkvpg,362
67
67
  sage/numerical/backends/cvxopt_sdp_backend.pyx,sha256=NCq7iXCCQZjt8Qdg24a695TjsE7cN3CYqoIe5jT-kks,14671
68
68
  sage/numerical/backends/cvxpy_backend.pxd,sha256=p2GKJSvFNblYmpK2NeH7YwVGu4VMVnG4coCdUIt2xek,1390
69
69
  sage/numerical/backends/scip_backend.pyx,sha256=0f8lujlFNkKByz4kJIjsZjcD9esqpDvp1-n59HfixC0,41999
70
- sage/numerical/backends/ppl_backend.cpython-312-darwin.so,sha256=S4mfS8T-ieUQYbwwhuqQYNxECu653BlHCcvZ9rDSX-Y,276256
70
+ sage/numerical/backends/ppl_backend.cpython-312-darwin.so,sha256=XYzpcNOFK72E02QY0oIKxb_LotaZbeY1fyITdh4vuQI,276256
71
71
  sage/numerical/backends/ppl_backend.pyx,sha256=KmVJfd_EQiO50J7D1i-Xrow24oCxvLdX4nNY6husyjg,35982
72
72
  sage/numerical/backends/interactivelp_backend.pxd,sha256=jbiRhBROPhMHBPLvvgSpDmNI0ew_LNMRuF7mErpbK1M,1276
73
73
  sage/numerical/backends/cvxpy_backend_test.py,sha256=iNyGauzoCxHyN93Gh8LbirONKr6Bcc7v508WyAPQL3g,473
74
- sage/numerical/backends/cvxpy_backend.cpython-312-darwin.so,sha256=vJYxJ6enO0ElV8MKr-Jsoannby7AR6Ny3ofhtboVYsE,233744
74
+ sage/numerical/backends/cvxpy_backend.cpython-312-darwin.so,sha256=dLrdtVccJWAgV6u521azSZDcZbDASn4IB7yheJDD7Sw,233744
75
75
  sage/numerical/backends/interactivelp_backend_test.py,sha256=5nBccm9J9UtcI37eDcli1UUCdtX4HrGwvkQxb4-d0AM,459
76
- sage/numerical/backends/scip_backend.cpython-312-darwin.so,sha256=4THu85aqXNHVg268soFt9qqattMNKmywU5H-9oxqb28,291008
76
+ sage/numerical/backends/scip_backend.cpython-312-darwin.so,sha256=rtwf93cFL97jLUDMHrkbevPgH9Tdzo6ty5kkLFYLTig,291008
77
77
  sage/numerical/backends/ppl_backend_test.py,sha256=oZ8N2oKi3wu1V79BGYnzNBdFDtYSIRh8jmSc7MNpQzY,440
78
- sage/numerical/backends/cvxopt_sdp_backend.cpython-312-darwin.so,sha256=cO7qP0StBMEgSAG-a-vOLyTDEwqs_QxXVuv0gb5E6c8,129792
78
+ sage/numerical/backends/cvxopt_sdp_backend.cpython-312-darwin.so,sha256=wGXxt4RQU37qT3dZ8p5DNYEgh4gwmOg-CjxT0ZtNttA,129792
79
79
  sage/numerical/backends/logging_backend.py,sha256=iXP1h3n1zyd9CSKmpnAfz54FWIUHI2c6OppZ1ky9lhQ,15334
80
80
  sage/numerical/backends/all.py,sha256=LolvTCzFQLU1zFvEF3eKq8UENEuaxFb6_fOHRj_4pOA,48
81
81
  sage/numerical/backends/scip_backend_test.py,sha256=IZcdDQBeOv7qlMilYXqG2pZ2jE7YaOUq8CnopZBseu4,475
82
82
  sage/numerical/backends/cvxopt_backend_test.py,sha256=5FROhb8uv_jQOuphjLIhy_VOJ1fPY0nxOpVBCzAl8dM,834
83
- sage/numerical/backends/interactivelp_backend.cpython-312-darwin.so,sha256=Qhv5F6xQp7tAyXUCFMoIwvNUFSUE3NkuC76LFuHGxLM,283152
83
+ sage/numerical/backends/interactivelp_backend.cpython-312-darwin.so,sha256=vlB0wGtoVCb2aQbfo1BmczyoSrOnR6RQAlARSjNr8O8,283152
84
84
  sage/numerical/backends/cvxopt_backend.pyx,sha256=90JOjOoefaa6G2OZdMO0H9M-0sQfug8kM7FQsEoD2mQ,32099
85
85
  sage/numerical/backends/interactivelp_backend.pyx,sha256=9O1kp-KKel1o65j3lk2fKRSTNxXjzTjiJ0otD581T-U,42533
86
- sage/numerical/backends/matrix_sdp_backend.cpython-312-darwin.so,sha256=kHn1vrXVczGVArMBbPmFaxq50D6QDKVDOlSzzgM8Xm0,140400
86
+ sage/numerical/backends/matrix_sdp_backend.cpython-312-darwin.so,sha256=rxjZPmaa9PtW0C6tLj4TK1LnV23-xOfdwhwf0TMHTVo,140400
87
87
  sage/numerical/backends/all__sagemath_polyhedra.py,sha256=LolvTCzFQLU1zFvEF3eKq8UENEuaxFb6_fOHRj_4pOA,48
88
88
  sage/numerical/backends/scip_backend.pxd,sha256=bMUmB3-ZIQpR0iK3BT9vQnn0alEJFxbKkR8r6JicCMk,854
89
89
  sage/numerical/backends/matrix_sdp_backend.pyx,sha256=btqQmRzPbR0I62rn6znGlJjlqfU02dxwRGPmbHzvNQw,14917
@@ -102,7 +102,7 @@ sage/geometry/linear_expression.py,sha256=lYY_Itcvq5d4Nnquc3z3uTy3L7xJkHz7jyvVOQ
102
102
  sage/geometry/convex_set.py,sha256=KLl3HSHD9zF721hV0cFxJtpWNRMOHeow59FNKS3zp4U,36517
103
103
  sage/geometry/cone_catalog.py,sha256=NvjO93iEBnzPTN6CjY3LPleTG8pT4-dSEySEhYEiVTM,28632
104
104
  sage/geometry/newton_polygon.py,sha256=S8lr5dh4dPL7x7cyZRBWifpI9ZqEgca8rIKpdX7hnC8,25033
105
- sage/geometry/point_collection.cpython-312-darwin.so,sha256=K8s3oHv9Nt-b6ETvzW2IN-vG8sXVElqwvavd1xxuVKA,242368
105
+ sage/geometry/point_collection.cpython-312-darwin.so,sha256=MfKqFfullXnJCeE3yaqF11qTEj9vzCyTtBImZwGO-xQ,242368
106
106
  sage/geometry/voronoi_diagram.py,sha256=qlpoY3sxfUFUTRhhQtXzlrClzROTRruYH5Df2qyBBnw,13521
107
107
  sage/geometry/fan_morphism.py,sha256=kpF3LxKEqAMnzf2kDuzyhPNxlgQQ94aZ40Q9BPCE2Do,76418
108
108
  sage/geometry/fan.py,sha256=zCQfeUl9d0HPA6hX6cIpHAQlqTA9CgEoA0murzxqzlM,140393
@@ -118,7 +118,7 @@ sage/geometry/hasse_diagram.py,sha256=VTdFT8ivZhIImLeYnsK06hgRbDTBpm6E6GesNx8dbX
118
118
  sage/geometry/relative_interior.py,sha256=1HWZLrhsXGJnIUMRlNGKWuN299I2Nr6WxJqQ9vIFGmQ,15715
119
119
  sage/geometry/cone.py,sha256=ix5--8fTKK85HeZw5-Lo8B6oNTqdD_oLmIev9QhPdLQ,249968
120
120
  sage/geometry/fan_isomorphism.py,sha256=9R_vCWyqMi8qWky1T1PpXWASx2T9EDu4hhgIFdQ4KZQ,14360
121
- sage/geometry/integral_points_generic_dense.cpython-312-darwin.so,sha256=Vn-sfGbFxMZmKnvEPw1EMc6foEf4nje1nz1TD0A0AkY,347728
121
+ sage/geometry/integral_points_generic_dense.cpython-312-darwin.so,sha256=5r-Hrx3jma0DSstLKXd6Juz4tWW5Lrj4fN5IRUZcyW0,347728
122
122
  sage/geometry/all__sagemath_polyhedra.py,sha256=-_ZJoah622e22ApV14p9UVJ-bogur5tNgyjbAuDslWc,1122
123
123
  sage/geometry/polyhedron/base_RDF.py,sha256=4lcqqFmoUf4hwiYldg2DE2y0KrbHxjeKYNb_twc2BIc,2100
124
124
  sage/geometry/polyhedron/ppl_lattice_polygon.py,sha256=bEQ3m7EyeLpwIioG7_BkoZLKV8ewrFHcyDbATmRrtZE,22153
@@ -162,24 +162,24 @@ sage/geometry/polyhedron/combinatorial_polyhedron/face_data_structure.pxd,sha256
162
162
  sage/geometry/polyhedron/combinatorial_polyhedron/polyhedron_face_lattice.pyx,sha256=3syIslI5bst2-DAGcU5PDomSrnH847XGyVBakUQWIcw,24147
163
163
  sage/geometry/polyhedron/combinatorial_polyhedron/conversions.pxd,sha256=1jOLLePlKwt5CJnjXtfj1DyU4W-c2EAdnyowkJPyJu4,365
164
164
  sage/geometry/polyhedron/combinatorial_polyhedron/combinatorial_face.pyx,sha256=hUNvaz3sfKgy4GNF5e74YfaXf97I7baeKG8I77xvQIA,39883
165
- sage/geometry/polyhedron/combinatorial_polyhedron/combinatorial_face.cpython-312-darwin.so,sha256=x3jtT62VBPBGeGex2LVJUM9OV6ztXrMKRg_nSqzk6iE,254896
166
- sage/geometry/polyhedron/combinatorial_polyhedron/conversions.cpython-312-darwin.so,sha256=0PN-qr4bsPQvpsXm_VTEwrlaOCwEeRgEVYM5nFcT-Lw,153024
165
+ sage/geometry/polyhedron/combinatorial_polyhedron/combinatorial_face.cpython-312-darwin.so,sha256=GCvSyKrlDJZsEdW5MFgXb_B9HEbmAU8Znq-enloZ77g,254896
166
+ sage/geometry/polyhedron/combinatorial_polyhedron/conversions.cpython-312-darwin.so,sha256=XphkHW4RMwUsum0AJsDtOgla9Go_mCR5oSkyCWdnULs,153024
167
167
  sage/geometry/polyhedron/combinatorial_polyhedron/face_iterator.pyx,sha256=sWM2nnuPt_2C4K97ZgD6-FSirZjCfoEvucet1Ce4gmA,90221
168
- sage/geometry/polyhedron/combinatorial_polyhedron/face_list_data_structure.cpython-312-darwin.so,sha256=xH5dUYWl-HVX6Diqml2SLC46cM-4pnv6H7WD6gDoxHs,55536
168
+ sage/geometry/polyhedron/combinatorial_polyhedron/face_list_data_structure.cpython-312-darwin.so,sha256=Crc97S6c7OTRWJJQ5E6FqHDtzC--dl9ectTxwUGEgOU,55536
169
169
  sage/geometry/polyhedron/combinatorial_polyhedron/list_of_faces.pyx,sha256=9huRMVWU8UpHiIqMa4tmbE_QBSc2zYgn8h620tWoqhA,21823
170
170
  sage/geometry/polyhedron/combinatorial_polyhedron/base.pxd,sha256=yhN1XgEZ85N0nR7QDOg2NSvGHj5UAl-fDwEEV619svU,4098
171
171
  sage/geometry/polyhedron/combinatorial_polyhedron/all.py,sha256=LolvTCzFQLU1zFvEF3eKq8UENEuaxFb6_fOHRj_4pOA,48
172
172
  sage/geometry/polyhedron/combinatorial_polyhedron/list_of_faces.pxd,sha256=yPhgmiCIyYePn8aRrXWUndALSX6XojSV0nyyBeDpo9o,1154
173
173
  sage/geometry/polyhedron/combinatorial_polyhedron/base.pyx,sha256=v3gjG9bsd0IBu3w7LLyQXKjMcuj3l9iJhV-w3PHFa1g,146138
174
- sage/geometry/polyhedron/combinatorial_polyhedron/list_of_faces.cpython-312-darwin.so,sha256=wtxbitmfyjdFnV7b8DaNFv7BgPO3C8p2ucN5dLOJxeo,124336
175
- sage/geometry/polyhedron/combinatorial_polyhedron/face_iterator.cpython-312-darwin.so,sha256=jhqmW3q1kVcxbDvU0xm4qZ7o_tjys9KUjKKx8rJuAUk,260448
174
+ sage/geometry/polyhedron/combinatorial_polyhedron/list_of_faces.cpython-312-darwin.so,sha256=x7TApaqeXWd623gNSnrFhEKhoO62broG2FHvCN7zn5k,124336
175
+ sage/geometry/polyhedron/combinatorial_polyhedron/face_iterator.cpython-312-darwin.so,sha256=IV7jMKyj2LurG1LJJlkPsmsNWet8zaM4Hy9SG3co8AQ,260448
176
176
  sage/geometry/polyhedron/combinatorial_polyhedron/face_iterator.pxd,sha256=Lq6QNsS3DnUUeHqkZZQQ996xyRzECFqEio5qEgWLh9s,4644
177
- sage/geometry/polyhedron/combinatorial_polyhedron/base.cpython-312-darwin.so,sha256=shw3bej5s5WVLB__TgwnpUEf5TxKN7k4OUIDOfmjAPk,796432
177
+ sage/geometry/polyhedron/combinatorial_polyhedron/base.cpython-312-darwin.so,sha256=R7ElAYpUJ3IcvpLy_sya-jJ2aVcH9aCIqxyc8Mb_OAw,796432
178
178
  sage/geometry/polyhedron/combinatorial_polyhedron/combinatorial_face.pxd,sha256=pwXlD_jx_fg9hGx-hb93_zbDl6EHJWJvBmNg3KYfWlY,1782
179
179
  sage/geometry/polyhedron/combinatorial_polyhedron/conversions.pyx,sha256=eGBgIHKiGVJGYgEBSA2P_jiLTtGnHDPIO9Qlv45aGeE,18803
180
180
  sage/geometry/polyhedron/combinatorial_polyhedron/polyhedron_face_lattice.pxd,sha256=AvDecggtVui3oUQcoCwBguJJBzT9MDA4W6q70KsMv0A,2921
181
181
  sage/geometry/polyhedron/combinatorial_polyhedron/face_list_data_structure.pyx,sha256=3Tqdtx-8T9DkWslPzK82n27p_TgeuhyKPR-yDF18LBo,2859
182
- sage/geometry/polyhedron/combinatorial_polyhedron/polyhedron_face_lattice.cpython-312-darwin.so,sha256=UX0VRkhRmMKIfUxskUhlssLsEC6u3D68DYdj9h9oF3Y,126096
182
+ sage/geometry/polyhedron/combinatorial_polyhedron/polyhedron_face_lattice.cpython-312-darwin.so,sha256=6aD-HWkNFmkofubTRCcl2JQCoCd7oNIgDFgVifOD7tE,126096
183
183
  sage/geometry/polyhedron/modules/all.py,sha256=LolvTCzFQLU1zFvEF3eKq8UENEuaxFb6_fOHRj_4pOA,48
184
184
  sage/geometry/polyhedron/modules/formal_polyhedra_module.py,sha256=H1M4Q-gVvLo3aGkPyCCMRvdfQxpcqiPAlBIPzFB4lqU,6114
185
185
  sage/geometry/hyperplane_arrangement/arrangement.py,sha256=nPYrn9QVxjWO0v_Qev65G8L627bBSSpWuplffxa-6sk,151461
@@ -199,7 +199,7 @@ sage/geometry/triangulation/base.pyx,sha256=CcdBXQjqRq5UKFmvF47CdbY3kezZJOlYXdVJ
199
199
  sage/geometry/triangulation/triangulations.h,sha256=Sgf7N2q9oFos59o4kaQBV6FnDsKlQyLIbt233HGINew,1234
200
200
  sage/geometry/triangulation/functions.h,sha256=Qs1wMS-9jKkVzHqvQUry5MRdXO94rW0ST2Oio6EUCgY,155
201
201
  sage/geometry/triangulation/functions.pxd,sha256=tkhKwOUZkLfQQIYTx1J3ub1dOGKK7PKROU-DnjQlYL4,136
202
- sage/geometry/triangulation/base.cpython-312-darwin.so,sha256=x-YPr86jwd8KHJr5l0cA7KfvudhzeNwE9gEAR7MdgbY,318216
202
+ sage/geometry/triangulation/base.cpython-312-darwin.so,sha256=Sgf3HtDgIeE82sV6_EHa48T0H5kiJCWIopdzWE7fQXE,318216
203
203
  sage/geometry/triangulation/point_configuration.py,sha256=AcTqmcyNfKoq6xDAZXUNQw9hEGKfjmTxzyd-C95reKE,84498
204
204
  sage/interfaces/polymake.py,sha256=aqIYiQollU3FKWT5FcSpXX3e7wnqhxqjMDQiSErjykE,76807
205
205
  sage/interfaces/all__sagemath_polyhedra.py,sha256=LolvTCzFQLU1zFvEF3eKq8UENEuaxFb6_fOHRj_4pOA,48
Binary file
Binary file