passagemath-polyhedra 10.6.31rc1__cp313-cp313-macosx_13_0_x86_64.whl → 10.6.31rc2__cp313-cp313-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.31rc1.dist-info → passagemath_polyhedra-10.6.31rc2.dist-info}/METADATA +4 -4
  2. {passagemath_polyhedra-10.6.31rc1.dist-info → passagemath_polyhedra-10.6.31rc2.dist-info}/METADATA.bak +5 -5
  3. {passagemath_polyhedra-10.6.31rc1.dist-info → passagemath_polyhedra-10.6.31rc2.dist-info}/RECORD +27 -27
  4. sage/geometry/integral_points_generic_dense.cpython-313-darwin.so +0 -0
  5. sage/geometry/point_collection.cpython-313-darwin.so +0 -0
  6. sage/geometry/polyhedron/combinatorial_polyhedron/base.cpython-313-darwin.so +0 -0
  7. sage/geometry/polyhedron/combinatorial_polyhedron/combinatorial_face.cpython-313-darwin.so +0 -0
  8. sage/geometry/polyhedron/combinatorial_polyhedron/conversions.cpython-313-darwin.so +0 -0
  9. sage/geometry/polyhedron/combinatorial_polyhedron/face_iterator.cpython-313-darwin.so +0 -0
  10. sage/geometry/polyhedron/combinatorial_polyhedron/face_list_data_structure.cpython-313-darwin.so +0 -0
  11. sage/geometry/polyhedron/combinatorial_polyhedron/list_of_faces.cpython-313-darwin.so +0 -0
  12. sage/geometry/polyhedron/combinatorial_polyhedron/polyhedron_face_lattice.cpython-313-darwin.so +0 -0
  13. sage/geometry/triangulation/base.cpython-313-darwin.so +0 -0
  14. sage/numerical/backends/cvxopt_backend.cpython-313-darwin.so +0 -0
  15. sage/numerical/backends/cvxopt_sdp_backend.cpython-313-darwin.so +0 -0
  16. sage/numerical/backends/cvxpy_backend.cpython-313-darwin.so +0 -0
  17. sage/numerical/backends/interactivelp_backend.cpython-313-darwin.so +0 -0
  18. sage/numerical/backends/matrix_sdp_backend.cpython-313-darwin.so +0 -0
  19. sage/numerical/backends/ppl_backend.cpython-313-darwin.so +0 -0
  20. sage/numerical/backends/scip_backend.cpython-313-darwin.so +0 -0
  21. sage/numerical/linear_functions.cpython-313-darwin.so +0 -0
  22. sage/numerical/linear_tensor_element.cpython-313-darwin.so +0 -0
  23. sage/numerical/mip.cpython-313-darwin.so +0 -0
  24. sage/numerical/sdp.cpython-313-darwin.so +0 -0
  25. sage/schemes/toric/divisor_class.cpython-313-darwin.so +0 -0
  26. {passagemath_polyhedra-10.6.31rc1.dist-info → passagemath_polyhedra-10.6.31rc2.dist-info}/WHEEL +0 -0
  27. {passagemath_polyhedra-10.6.31rc1.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.31rc1
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.31rc1
37
- Requires-Dist: passagemath-glpk==10.6.31rc1
38
- Requires-Dist: passagemath-modules==10.6.31rc1
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.31rc1
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.31rc1; sys_platform != "win32"
37
- Requires-Dist: passagemath-environment==10.6.31rc1
38
- Requires-Dist: passagemath-glpk==10.6.31rc1
39
- Requires-Dist: passagemath-modules==10.6.31rc1
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,3 +1,8 @@
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=-TvmXr7RkWi8yvrRqFxryd6XtR7Yo2G6b8GHlU8MPnQ,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
1
6
  sage_wheels/share/reflexive_polytopes/reflexive_polytopes_2d,sha256=8ORzEes2X3AOKgOmsGH-6F1E8dOTes_zKHZyP0fr7bQ,361
2
7
  sage_wheels/share/reflexive_polytopes/reflexive_polytopes_3d,sha256=HVkKsXuxZghNh0ZxI8fJ_xid0VtC5L9NXfZ5D_0Q_tM,254744
3
8
  sage_wheels/share/reflexive_polytopes/Full2d/zzdb.info,sha256=cZ_1jKaJhDeb5ZYncpg96RKo10A3Fz7VyWUmjBNa2qw,70
@@ -16,11 +21,6 @@ sage_wheels/share/reflexive_polytopes/Full3d/zzdb.v10,sha256=RNGTpHZbqg_kQjAaXht
16
21
  sage_wheels/share/reflexive_polytopes/Full3d/zzdb.v11,sha256=aWBRUh_ypzLTwOQBt3kiNi7vVHUVjITBuzGnUz_ezXw,224
17
22
  sage_wheels/share/reflexive_polytopes/Full3d/zzdb.v05,sha256=p4fEfG21B3v1QRCVe8HOuVOBcKoM0eUMOZgU6obmHFs,602
18
23
  sage_wheels/share/reflexive_polytopes/Full3d/zzdb.v04,sha256=FVRdUcxBwdxw5UPlRxyxTv9IDaeSpSDJ1gQe_vaZpZE,90
19
- passagemath_polyhedra-10.6.31rc1.dist-info/RECORD,,
20
- passagemath_polyhedra-10.6.31rc1.dist-info/METADATA.bak,sha256=liDKbiEijQcI8GTsB0yLfibStyfUT-OFx5eOH_-fwBM,16892
21
- passagemath_polyhedra-10.6.31rc1.dist-info/WHEEL,sha256=-TvmXr7RkWi8yvrRqFxryd6XtR7Yo2G6b8GHlU8MPnQ,137
22
- passagemath_polyhedra-10.6.31rc1.dist-info/top_level.txt,sha256=Kmzulf9WsphADFQuqgvdy5mvTLDj_V2zkFHU2s3UXos,6
23
- passagemath_polyhedra-10.6.31rc1.dist-info/METADATA,sha256=9VuwPIBDgJQWibmLmBdro2f7h6d-U-yp2U6NObyWu60,16774
24
24
  passagemath_polyhedra.dylibs/libgmp.10.dylib,sha256=3mycjWDqJlzWNFvo3lO9262MB-mn_AhoAuQN-_n3Rkw,510784
25
25
  sage/all__sagemath_polyhedra.py,sha256=VzeBbSQmBnTIy9KbebMG26Wav0WfPRFqKl_LiGdR8J4,1345
26
26
  sage/schemes/all__sagemath_polyhedra.py,sha256=4l3RkFm9XlBkxEwkDCva-832OQmXneOPtYP8yJJUFxg,85
@@ -37,7 +37,7 @@ sage/schemes/toric/weierstrass_covering.py,sha256=GNcro607UxSsszNTrajLnrJybSpNOq
37
37
  sage/schemes/toric/all.py,sha256=mFWIqoMQf5edfq6n5qCdzWE-qVsNOTMplIfcMulnan4,502
38
38
  sage/schemes/toric/weierstrass_higher.py,sha256=ODotIk-4hcQR067xCt4g0-G4VdJMKoRNuJV4EgFzJo8,11492
39
39
  sage/schemes/toric/chow_group.py,sha256=ZaSpJNG4PagYKkQbpgBo6kiHCkxPq47ZYkYAN8VLQQw,43384
40
- sage/schemes/toric/divisor_class.cpython-313-darwin.so,sha256=qVz9X5vU82CqEeBe1CrlPS6udesPkGLHFMff0sSURz8,135392
40
+ sage/schemes/toric/divisor_class.cpython-313-darwin.so,sha256=_iSlNkz9NKnGNarCuiEXbn4hB358aYncWCKfLf2nRwc,135392
41
41
  sage/schemes/toric/homset.py,sha256=hWrz_VHrSMjMBuuu2dtQBNqz7WCnAB52oI5tg6mLyyA,24278
42
42
  sage/schemes/toric/morphism.py,sha256=CqKCoT-1pB15gdjyu41J4xZnaODV1lrWWogCjqFfgHQ,76577
43
43
  sage/schemes/toric/sheaf/klyachko.py,sha256=7PQeyfT1VG8BM5PQjkxYqVzU4kmaSxtV3bER6xVBiS8,31426
@@ -45,41 +45,41 @@ sage/schemes/toric/sheaf/constructor.py,sha256=9k-RXw9qDzqnG0dIKtBOSDG5NjS7V0iJL
45
45
  sage/schemes/toric/sheaf/all.py,sha256=LolvTCzFQLU1zFvEF3eKq8UENEuaxFb6_fOHRj_4pOA,48
46
46
  sage/numerical/mip.pxd,sha256=cGeXE3lPa5E7H7U-U3ImT-vSo8eqWFlTN4PVxngNMSs,1120
47
47
  sage/numerical/linear_tensor_constraints.py,sha256=xhv_mFvG1-QlM_5JbUwRzThPWAydtSZBoBMvkNiFzG4,14956
48
- sage/numerical/sdp.cpython-313-darwin.so,sha256=HYVe3ke5X204O7iWJhO_MgMnJOs__2L1eo6qtjppZiw,259208
48
+ sage/numerical/sdp.cpython-313-darwin.so,sha256=TTH0NnHVu7Hy00NB_Dwww7CscK_QrIoLnQUkogg8_x8,259208
49
49
  sage/numerical/linear_tensor_element.pyx,sha256=kWDDxacjWJsp4Cx6TVzG2tlXncVb5z_oW1xxj9t5d5s,15417
50
- sage/numerical/mip.cpython-313-darwin.so,sha256=WP7kXZb-qMHwyt9PhUoUh9GKjOAYN_bSrOf6ajM5NGQ,517232
50
+ sage/numerical/mip.cpython-313-darwin.so,sha256=Se9zXA_ld1wsMk2935Ciea97TzwbSsBtbUDutPTFaA4,517232
51
51
  sage/numerical/linear_functions.pxd,sha256=6Ur2bqh-6yBoOpw-fU_dGKAvRAXYJIRbkxq5LWA93bk,1089
52
52
  sage/numerical/sdp.pxd,sha256=sfIqekttQvN5N43WfniGS6kfOB5XEC-evQNxUhOSL_0,1164
53
53
  sage/numerical/knapsack.py,sha256=uGP7S0Y7w0RhrBHPNJHUtRyg0GjzAQZ6wrjJXM6JXNU,23947
54
54
  sage/numerical/all.py,sha256=G0M2Yf4lcL46RVDRsfghmIsXkWkTQHsJNRishtSekEw,581
55
- sage/numerical/linear_tensor_element.cpython-313-darwin.so,sha256=bj0anw_o3T9GU_R1fT6E--bHtidyOGQUfBAxn04O2Gg,151336
55
+ sage/numerical/linear_tensor_element.cpython-313-darwin.so,sha256=YS3IUzUFHdqhtgmhlDw4XtQoLVm-OMSiguBvb4cbF48,151336
56
56
  sage/numerical/linear_tensor.py,sha256=mS9vjSn1HLCkB_MwLBHwd1kmLTn09gt9WjPMpcRI-8Q,15511
57
57
  sage/numerical/sdp.pyx,sha256=plAUmlSMli0a5LuDhu7md5g1JL0hYLg7vJywYLOW27E,49355
58
58
  sage/numerical/all__sagemath_polyhedra.py,sha256=919uMNLV86OInEG6t6qAjZtpE7usy3cYFnAub4iijx0,529
59
59
  sage/numerical/linear_functions.pyx,sha256=Y-0QrlZzDmIhw5fbP3UoyoqMhY1YLgT3FgJxwx9iIj4,52370
60
60
  sage/numerical/interactive_simplex_method.py,sha256=hB3EdLJhhTjQINmw5tW-DBb2W3zNe6gCDBWrRY8CAp4,181303
61
61
  sage/numerical/linear_tensor_element.pxd,sha256=KiJZamtNwBh-qjJVctqbjRiQWZdNi9wz97hpcur36W8,194
62
- sage/numerical/linear_functions.cpython-313-darwin.so,sha256=rrYdXvQCKbHZgPo_rP9vJhV1ePtaFjbHiuSqnl2IXiM,294840
62
+ sage/numerical/linear_functions.cpython-313-darwin.so,sha256=dKiYYJHSlNOtwQ79eSmks_0rfIBUNpssXh9vcw8ASB8,294840
63
63
  sage/numerical/mip.pyx,sha256=DkStzMmKSqiLU8QqGyI6o5czIBsOQPhbM5AheLbcsFw,134520
64
64
  sage/numerical/backends/generic_backend_test.py,sha256=m0k25bdrfvOZiL9zzimj8Upsm5Gy6W9eLTeFki0Doxw,889
65
65
  sage/numerical/backends/matrix_sdp_backend.pxd,sha256=WWZCkgndram96A2Rw2iHoBJ7Lgun-42V7XpLkCXkvpg,362
66
66
  sage/numerical/backends/cvxopt_sdp_backend.pyx,sha256=NCq7iXCCQZjt8Qdg24a695TjsE7cN3CYqoIe5jT-kks,14671
67
67
  sage/numerical/backends/cvxpy_backend.pxd,sha256=p2GKJSvFNblYmpK2NeH7YwVGu4VMVnG4coCdUIt2xek,1390
68
- sage/numerical/backends/cvxpy_backend.cpython-313-darwin.so,sha256=mS9__U4PFwqCfCU2A_nQYk8GiAFG0cSGqxqV9JDAQ4I,233688
69
- sage/numerical/backends/scip_backend.cpython-313-darwin.so,sha256=2CmpeSJA-o1yGcmP9_0Pci3E_UnNMLn2X61mEDcXveQ,290704
68
+ sage/numerical/backends/cvxpy_backend.cpython-313-darwin.so,sha256=JmgL1WtwlyXqAmOgQiX25ld49XJiI_bXbXie1eB4GhU,233688
69
+ sage/numerical/backends/scip_backend.cpython-313-darwin.so,sha256=yJLuhxCp4Kijmih6dJUhL1-sGCB_m54MjeYVndSgyXg,290704
70
70
  sage/numerical/backends/scip_backend.pyx,sha256=0f8lujlFNkKByz4kJIjsZjcD9esqpDvp1-n59HfixC0,41999
71
71
  sage/numerical/backends/ppl_backend.pyx,sha256=KmVJfd_EQiO50J7D1i-Xrow24oCxvLdX4nNY6husyjg,35982
72
- sage/numerical/backends/cvxopt_sdp_backend.cpython-313-darwin.so,sha256=Xa_qgugAvt0-NzQtYPiR7qOiOAvn7TyxXaoNUSGt7DM,129496
72
+ sage/numerical/backends/cvxopt_sdp_backend.cpython-313-darwin.so,sha256=N9lQGZ-9Mr-DC0jJNyE03ulSKKrJGgF1quHaaSf0DKw,129496
73
73
  sage/numerical/backends/interactivelp_backend.pxd,sha256=jbiRhBROPhMHBPLvvgSpDmNI0ew_LNMRuF7mErpbK1M,1276
74
74
  sage/numerical/backends/cvxpy_backend_test.py,sha256=iNyGauzoCxHyN93Gh8LbirONKr6Bcc7v508WyAPQL3g,473
75
- sage/numerical/backends/cvxopt_backend.cpython-313-darwin.so,sha256=psni5czLn1esb7vSfZqWv9Phl8BMLDKj5NclGLJJEro,220248
75
+ sage/numerical/backends/cvxopt_backend.cpython-313-darwin.so,sha256=NVAgB5zAX1B5B8HXz0dVkBRRZvmV2lGdymZsOgzxI30,220248
76
76
  sage/numerical/backends/interactivelp_backend_test.py,sha256=5nBccm9J9UtcI37eDcli1UUCdtX4HrGwvkQxb4-d0AM,459
77
77
  sage/numerical/backends/ppl_backend_test.py,sha256=oZ8N2oKi3wu1V79BGYnzNBdFDtYSIRh8jmSc7MNpQzY,440
78
- sage/numerical/backends/ppl_backend.cpython-313-darwin.so,sha256=8AuV8h27m9tDF3S9me2EaGJfN5KAsdvyUG5cFypeHNE,276048
78
+ sage/numerical/backends/ppl_backend.cpython-313-darwin.so,sha256=OoHBUiY9xwesb_rbkYZOm1xjfbYTv2sMYX2FxDJRQKY,276048
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
- sage/numerical/backends/matrix_sdp_backend.cpython-313-darwin.so,sha256=buKckA06WOS_rupwv31CzqR8pc1YCK9es2sFMRKMyb0,140200
82
+ sage/numerical/backends/matrix_sdp_backend.cpython-313-darwin.so,sha256=On-0vqNy3-ck1Tb251GoloBZFoJGk-gU_i5bPPmgG6U,140200
83
83
  sage/numerical/backends/cvxopt_backend_test.py,sha256=5FROhb8uv_jQOuphjLIhy_VOJ1fPY0nxOpVBCzAl8dM,834
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
@@ -87,7 +87,7 @@ sage/numerical/backends/all__sagemath_polyhedra.py,sha256=LolvTCzFQLU1zFvEF3eKq8
87
87
  sage/numerical/backends/scip_backend.pxd,sha256=bMUmB3-ZIQpR0iK3BT9vQnn0alEJFxbKkR8r6JicCMk,854
88
88
  sage/numerical/backends/matrix_sdp_backend.pyx,sha256=btqQmRzPbR0I62rn6znGlJjlqfU02dxwRGPmbHzvNQw,14917
89
89
  sage/numerical/backends/cvxpy_backend.pyx,sha256=923cU0penU7ZCKwURr4gUdpdpo8AMRs3Av8NwNHAJHU,31553
90
- sage/numerical/backends/interactivelp_backend.cpython-313-darwin.so,sha256=j14H8PVfJpmZQkDVuRxYI9H1A-tOzLpQuSI3JrLxmbM,278776
90
+ sage/numerical/backends/interactivelp_backend.cpython-313-darwin.so,sha256=BOAWsICDRX25D_i-810zp_Yba7TcII1h5PeZ3dfnCA4,278776
91
91
  sage/game_theory/catalog.py,sha256=mmnFcKG7cHLUQ5dln-TyP5TJujCA5IItHcLcIzx22LE,136
92
92
  sage/game_theory/matching_game.py,sha256=87EoEx-s850LQSWQl8L1y6i22Yfg12fz3rguGQR354c,37280
93
93
  sage/game_theory/normal_form_game.py,sha256=cy0bq6THnie4vXRMIyx1wPssLS4l8lG-_-KT58wK-0w,103701
@@ -110,7 +110,7 @@ sage/geometry/cone_critical_angles.py,sha256=gKseu7D2IH5h9S3K-r7NaeFeNHRKIoF-8Fn
110
110
  sage/geometry/polyhedral_complex.py,sha256=NeSrleLIcAGL1MRCUFy4l6hS1d8WBL1z1VDZIEVYr5k,106721
111
111
  sage/geometry/integral_points.py,sha256=V48Vs4dG6fZRcxmAr9ScqN3jERcKgUqTq8Aod5eTa5Q,1072
112
112
  sage/geometry/integral_points_generic_dense.pyx,sha256=c848OfZnrbOYfGJBfI44DiQ5XTi7IsbntBe6PjrMJ0Q,275
113
- sage/geometry/point_collection.cpython-313-darwin.so,sha256=6vHqgk-wH9WLlOUm8uKJrcDn36QtZ4OMdxv6HMFzUKk,242592
113
+ sage/geometry/point_collection.cpython-313-darwin.so,sha256=m16Zf7VlOW1AzSBfwqpA5GHa_raSF913arTGsLMEaFE,242592
114
114
  sage/geometry/point_collection.pyx,sha256=Ua2x8Lsw2-YE2hAo_of4V6OetcKZxICXF_Cul_MFAuQ,30166
115
115
  sage/geometry/lattice_polytope.py,sha256=1brMNpTtL_fLa8jvoa9H1rcZ0Y03haAUmP3zClY8QPM,213397
116
116
  sage/geometry/pseudolines.py,sha256=L_r3dGqbSMLtKCfGbBPLhqFuDJGFJ38lxUKy_ESOIqE,19173
@@ -119,7 +119,7 @@ sage/geometry/relative_interior.py,sha256=1HWZLrhsXGJnIUMRlNGKWuN299I2Nr6WxJqQ9v
119
119
  sage/geometry/cone.py,sha256=ix5--8fTKK85HeZw5-Lo8B6oNTqdD_oLmIev9QhPdLQ,249968
120
120
  sage/geometry/fan_isomorphism.py,sha256=9R_vCWyqMi8qWky1T1PpXWASx2T9EDu4hhgIFdQ4KZQ,14360
121
121
  sage/geometry/all__sagemath_polyhedra.py,sha256=-_ZJoah622e22ApV14p9UVJ-bogur5tNgyjbAuDslWc,1122
122
- sage/geometry/integral_points_generic_dense.cpython-313-darwin.so,sha256=eXkHXJ6tks64CCdsIEGSyaa12iwYo8blpLMiNvAfYUA,343824
122
+ sage/geometry/integral_points_generic_dense.cpython-313-darwin.so,sha256=doVXvdWraLJ_asVXDIi5-RTtvD0q9u-5I11pas-gwgY,343824
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
125
125
  sage/geometry/polyhedron/misc.py,sha256=EaVRWnNSfTETd2L93gHYXOoO5OQo50NhnnZJiDQb-MY,3028
@@ -157,9 +157,9 @@ sage/geometry/polyhedron/base.py,sha256=LsG19XcmI4uORpibkdXgcsnEQmyIl9WBQRSaqGXv
157
157
  sage/geometry/polyhedron/generating_function.py,sha256=ihhBiavtR2yUBX2eL93fbltimvyYHFlrL9K3WTnfXYI,71807
158
158
  sage/geometry/polyhedron/double_description_inhomogeneous.py,sha256=lO9TEmsvmgnaM4cgq5qrLLCm2OaHUWh9HilcJxT-sLo,19601
159
159
  sage/geometry/polyhedron/face.py,sha256=oJRMa_C3WxcpXgoeGoOlLKaK6uc2B4Q2a18Jal22y7k,36780
160
- sage/geometry/polyhedron/combinatorial_polyhedron/conversions.cpython-313-darwin.so,sha256=DGtEQmCveTFjmKDsDpJJrtxeHRsBzdiaCsG6jG93UiE,153024
160
+ sage/geometry/polyhedron/combinatorial_polyhedron/conversions.cpython-313-darwin.so,sha256=X1gRAyTv-QEkXLM6t9orCfCogywofrVtRPPRx0sG208,153024
161
161
  sage/geometry/polyhedron/combinatorial_polyhedron/face_list_data_structure.pxd,sha256=2_L1zSSHpCxDBufxjL8mOoFUj__OvMfJouYzaPzxk2Q,13151
162
- sage/geometry/polyhedron/combinatorial_polyhedron/face_list_data_structure.cpython-313-darwin.so,sha256=ucOXrV2vjjRc0mv1FpbxQZC7hgTbXFzLQe7vzdZD73A,54640
162
+ sage/geometry/polyhedron/combinatorial_polyhedron/face_list_data_structure.cpython-313-darwin.so,sha256=Wz0rT4rRepIH7T1OBoIO8uB2RUOj6TtwEqcEFu-c-lg,54640
163
163
  sage/geometry/polyhedron/combinatorial_polyhedron/face_data_structure.pxd,sha256=Yio6wTA2kEeQls07hQWVkBcYeAqBQFuik3H7AeVVwYA,6438
164
164
  sage/geometry/polyhedron/combinatorial_polyhedron/polyhedron_face_lattice.pyx,sha256=3syIslI5bst2-DAGcU5PDomSrnH847XGyVBakUQWIcw,24147
165
165
  sage/geometry/polyhedron/combinatorial_polyhedron/conversions.pxd,sha256=1jOLLePlKwt5CJnjXtfj1DyU4W-c2EAdnyowkJPyJu4,365
@@ -168,18 +168,18 @@ sage/geometry/polyhedron/combinatorial_polyhedron/face_iterator.pyx,sha256=sWM2n
168
168
  sage/geometry/polyhedron/combinatorial_polyhedron/list_of_faces.pyx,sha256=9huRMVWU8UpHiIqMa4tmbE_QBSc2zYgn8h620tWoqhA,21823
169
169
  sage/geometry/polyhedron/combinatorial_polyhedron/base.pxd,sha256=yhN1XgEZ85N0nR7QDOg2NSvGHj5UAl-fDwEEV619svU,4098
170
170
  sage/geometry/polyhedron/combinatorial_polyhedron/all.py,sha256=LolvTCzFQLU1zFvEF3eKq8UENEuaxFb6_fOHRj_4pOA,48
171
- sage/geometry/polyhedron/combinatorial_polyhedron/combinatorial_face.cpython-313-darwin.so,sha256=_Jy2E2OrnejIvE-tFinzinuRPZzXRUjF0wzepQCirwU,254800
172
- sage/geometry/polyhedron/combinatorial_polyhedron/base.cpython-313-darwin.so,sha256=sTX7Wxj6qPXJeukPTlg1Smp2xtWlFmaFB47RKIS-jas,792048
171
+ sage/geometry/polyhedron/combinatorial_polyhedron/combinatorial_face.cpython-313-darwin.so,sha256=28rYT0YkNKesjK_QVbH5Lb4rf0Y598knum7qwiNLy9A,254800
172
+ sage/geometry/polyhedron/combinatorial_polyhedron/base.cpython-313-darwin.so,sha256=vsRyFfg7iiWvKpSMKh7B-kWMuC9fHd3gY7U4PKEt5a0,792048
173
173
  sage/geometry/polyhedron/combinatorial_polyhedron/list_of_faces.pxd,sha256=yPhgmiCIyYePn8aRrXWUndALSX6XojSV0nyyBeDpo9o,1154
174
174
  sage/geometry/polyhedron/combinatorial_polyhedron/base.pyx,sha256=v3gjG9bsd0IBu3w7LLyQXKjMcuj3l9iJhV-w3PHFa1g,146138
175
- sage/geometry/polyhedron/combinatorial_polyhedron/polyhedron_face_lattice.cpython-313-darwin.so,sha256=Rb7ggIRzdpEGqyZPRXFCpS5bPfiI5fbRwXdUKZ0SRLs,125440
175
+ sage/geometry/polyhedron/combinatorial_polyhedron/polyhedron_face_lattice.cpython-313-darwin.so,sha256=9MN8KFv6pgw9PEv09wWFQzwL0Q4B9HpmmFWYdJavIgA,125440
176
176
  sage/geometry/polyhedron/combinatorial_polyhedron/face_iterator.pxd,sha256=Lq6QNsS3DnUUeHqkZZQQ996xyRzECFqEio5qEgWLh9s,4644
177
177
  sage/geometry/polyhedron/combinatorial_polyhedron/combinatorial_face.pxd,sha256=pwXlD_jx_fg9hGx-hb93_zbDl6EHJWJvBmNg3KYfWlY,1782
178
- sage/geometry/polyhedron/combinatorial_polyhedron/list_of_faces.cpython-313-darwin.so,sha256=9ccRvbZPv1XJ76mJwSn1xSqdYL_kgH1nA3MV-54CLFU,123568
178
+ sage/geometry/polyhedron/combinatorial_polyhedron/list_of_faces.cpython-313-darwin.so,sha256=lP5QdZQyt6eukdlgRuC8SSTPrxukFsfTGaBIdwVPM30,123568
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/face_iterator.cpython-313-darwin.so,sha256=zDRNni7dJvx2PMu3pNtDmMnbrW7-5ITGS4hPUWxrcX4,260352
182
+ sage/geometry/polyhedron/combinatorial_polyhedron/face_iterator.cpython-313-darwin.so,sha256=xJdTuzIFnGDx_2n-IDS6CqgUjz8YLvpeH-u1i82WSTU,260352
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
@@ -194,7 +194,7 @@ sage/geometry/triangulation/data.h,sha256=0wVPN5U3c9FNqkoPq1EbrZOhkBrHNJggn-7jS-
194
194
  sage/geometry/triangulation/data.pxd,sha256=7w9mhv0OphWg4LW_0BopsW4D1FaGkvrSCkasXCCdVyY,158
195
195
  sage/geometry/triangulation/all.py,sha256=hZDvbBIQgzsXOQvCh2SFC9BPl-MP3Za2ltX254BOibs,127
196
196
  sage/geometry/triangulation/element.py,sha256=uRnbu-I4-Y1RqJ7mIvRnsCdDwIA-sG0zpZcNOsdVPI8,36416
197
- sage/geometry/triangulation/base.cpython-313-darwin.so,sha256=1wxrkhrLoiodFbMMfTu-JomU9E6jzt-qNkh4xGBT5QE,318224
197
+ sage/geometry/triangulation/base.cpython-313-darwin.so,sha256=uAv1k9-VQO5QCmsyssF2Qv44RL---cDc7r_qwGvFsg4,318224
198
198
  sage/geometry/triangulation/triangulations.pxd,sha256=sARsIChJqSTji_Vnr_FjvV8C-ip_VWsps9PWZmKsuHA,355
199
199
  sage/geometry/triangulation/base.pyx,sha256=CcdBXQjqRq5UKFmvF47CdbY3kezZJOlYXdVJm0WUq0s,30274
200
200
  sage/geometry/triangulation/triangulations.h,sha256=Sgf7N2q9oFos59o4kaQBV6FnDsKlQyLIbt233HGINew,1234
Binary file
Binary file