passagemath-polyhedra 10.6.28__cp310-cp310-macosx_13_0_x86_64.whl → 10.6.29__cp310-cp310-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.28.dist-info → passagemath_polyhedra-10.6.29.dist-info}/METADATA +4 -4
  2. {passagemath_polyhedra-10.6.28.dist-info → passagemath_polyhedra-10.6.29.dist-info}/METADATA.bak +5 -5
  3. {passagemath_polyhedra-10.6.28.dist-info → passagemath_polyhedra-10.6.29.dist-info}/RECORD +27 -27
  4. sage/geometry/integral_points_generic_dense.cpython-310-darwin.so +0 -0
  5. sage/geometry/point_collection.cpython-310-darwin.so +0 -0
  6. sage/geometry/polyhedron/combinatorial_polyhedron/base.cpython-310-darwin.so +0 -0
  7. sage/geometry/polyhedron/combinatorial_polyhedron/combinatorial_face.cpython-310-darwin.so +0 -0
  8. sage/geometry/polyhedron/combinatorial_polyhedron/conversions.cpython-310-darwin.so +0 -0
  9. sage/geometry/polyhedron/combinatorial_polyhedron/face_iterator.cpython-310-darwin.so +0 -0
  10. sage/geometry/polyhedron/combinatorial_polyhedron/face_list_data_structure.cpython-310-darwin.so +0 -0
  11. sage/geometry/polyhedron/combinatorial_polyhedron/list_of_faces.cpython-310-darwin.so +0 -0
  12. sage/geometry/polyhedron/combinatorial_polyhedron/polyhedron_face_lattice.cpython-310-darwin.so +0 -0
  13. sage/geometry/triangulation/base.cpython-310-darwin.so +0 -0
  14. sage/numerical/backends/cvxopt_backend.cpython-310-darwin.so +0 -0
  15. sage/numerical/backends/cvxopt_sdp_backend.cpython-310-darwin.so +0 -0
  16. sage/numerical/backends/cvxpy_backend.cpython-310-darwin.so +0 -0
  17. sage/numerical/backends/interactivelp_backend.cpython-310-darwin.so +0 -0
  18. sage/numerical/backends/matrix_sdp_backend.cpython-310-darwin.so +0 -0
  19. sage/numerical/backends/ppl_backend.cpython-310-darwin.so +0 -0
  20. sage/numerical/backends/scip_backend.cpython-310-darwin.so +0 -0
  21. sage/numerical/linear_functions.cpython-310-darwin.so +0 -0
  22. sage/numerical/linear_tensor_element.cpython-310-darwin.so +0 -0
  23. sage/numerical/mip.cpython-310-darwin.so +0 -0
  24. sage/numerical/sdp.cpython-310-darwin.so +0 -0
  25. sage/schemes/toric/divisor_class.cpython-310-darwin.so +0 -0
  26. {passagemath_polyhedra-10.6.28.dist-info → passagemath_polyhedra-10.6.29.dist-info}/WHEEL +0 -0
  27. {passagemath_polyhedra-10.6.28.dist-info → passagemath_polyhedra-10.6.29.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.28
3
+ Version: 10.6.29
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.28.0
37
- Requires-Dist: passagemath-glpk~=10.6.28.0
38
- Requires-Dist: passagemath-modules~=10.6.28.0
36
+ Requires-Dist: passagemath-environment~=10.6.29.0
37
+ Requires-Dist: passagemath-glpk~=10.6.29.0
38
+ Requires-Dist: passagemath-modules~=10.6.29.0
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.28
3
+ Version: 10.6.29
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.28.0; sys_platform != "win32"
37
- Requires-Dist: passagemath-environment~=10.6.28.0
38
- Requires-Dist: passagemath-glpk~=10.6.28.0
39
- Requires-Dist: passagemath-modules~=10.6.28.0
36
+ Requires-Dist: passagemath-conf~=10.6.29.0; sys_platform != "win32"
37
+ Requires-Dist: passagemath-environment~=10.6.29.0
38
+ Requires-Dist: passagemath-glpk~=10.6.29.0
39
+ Requires-Dist: passagemath-modules~=10.6.29.0
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.28.dist-info/RECORD,,
2
- passagemath_polyhedra-10.6.28.dist-info/METADATA.bak,sha256=0yvoutu3vDUFT92IqzGTxXYGVBsWWSDiBY5Cu2Zkbw0,16885
3
- passagemath_polyhedra-10.6.28.dist-info/WHEEL,sha256=RpI2f7qWECrFv3jwk06i6A13TXjBn5AxATfaWklqEPg,137
4
- passagemath_polyhedra-10.6.28.dist-info/top_level.txt,sha256=Kmzulf9WsphADFQuqgvdy5mvTLDj_V2zkFHU2s3UXos,6
5
- passagemath_polyhedra-10.6.28.dist-info/METADATA,sha256=E2hITg-Mx-lbOjQJYvS-_Ci6tWGte5jE4epAU4sah0k,16768
1
+ passagemath_polyhedra-10.6.29.dist-info/RECORD,,
2
+ passagemath_polyhedra-10.6.29.dist-info/METADATA.bak,sha256=zvC5KrOkq8BzW_5PgbznRnHJzd8NVZRHmBed5QF8-QM,16885
3
+ passagemath_polyhedra-10.6.29.dist-info/WHEEL,sha256=RpI2f7qWECrFv3jwk06i6A13TXjBn5AxATfaWklqEPg,137
4
+ passagemath_polyhedra-10.6.29.dist-info/top_level.txt,sha256=Kmzulf9WsphADFQuqgvdy5mvTLDj_V2zkFHU2s3UXos,6
5
+ passagemath_polyhedra-10.6.29.dist-info/METADATA,sha256=XnlGDR9FdgW50s6s44nK6lOrvq-iboGNLQxtr-Fi-Js,16768
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
@@ -32,7 +32,7 @@ sage/schemes/toric/toric_subscheme.py,sha256=AeYT1Uz9c1B7JZDPdMVf7R7mcoQa4YqIXlo
32
32
  sage/schemes/toric/variety.py,sha256=LhcFtN_1cPz4M63PMrl2WhH6y_jpPK6gxUxWLVdJgxE,124003
33
33
  sage/schemes/toric/divisor.py,sha256=snO-NUT6YyV2WghnX-oziAZK7iqKHT3o4yFgmhoSIOQ,73549
34
34
  sage/schemes/toric/weierstrass.py,sha256=Hh2SoJL2bBhnhdFf92c8x0PkSIdG87LBlGxv_9L4D48,39637
35
- sage/schemes/toric/divisor_class.cpython-310-darwin.so,sha256=ceunIznHEMO5trsN-3jcOh77LtiuC1jzR3tJWfUTWR4,158576
35
+ sage/schemes/toric/divisor_class.cpython-310-darwin.so,sha256=vwBqL_7UfInZZpKE4IWJwoixwIi_eDxUpDxjSBgVpYQ,158576
36
36
  sage/schemes/toric/ideal.py,sha256=eUaTln_kyaLm7-R1Ulscp0OmElHcU3SqlzFQ746PHwU,15282
37
37
  sage/schemes/toric/weierstrass_covering.py,sha256=GNcro607UxSsszNTrajLnrJybSpNOq0LT4mfBtVbSLE,18300
38
38
  sage/schemes/toric/all.py,sha256=mFWIqoMQf5edfq6n5qCdzWE-qVsNOTMplIfcMulnan4,502
@@ -47,15 +47,15 @@ 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_functions.cpython-310-darwin.so,sha256=wWq12ayDnGERfMkTQ5AyKTeV3oLDmTw1B1gWdJzNzSY,280520
50
+ sage/numerical/linear_functions.cpython-310-darwin.so,sha256=B2y5YAFtqaNnWF2KenkgXaWU6Wxq33uIrmRgim03Xvg,280520
51
51
  sage/numerical/sdp.pxd,sha256=sfIqekttQvN5N43WfniGS6kfOB5XEC-evQNxUhOSL_0,1164
52
52
  sage/numerical/knapsack.py,sha256=uGP7S0Y7w0RhrBHPNJHUtRyg0GjzAQZ6wrjJXM6JXNU,23947
53
53
  sage/numerical/all.py,sha256=G0M2Yf4lcL46RVDRsfghmIsXkWkTQHsJNRishtSekEw,581
54
54
  sage/numerical/linear_tensor.py,sha256=mS9vjSn1HLCkB_MwLBHwd1kmLTn09gt9WjPMpcRI-8Q,15511
55
- sage/numerical/linear_tensor_element.cpython-310-darwin.so,sha256=RmwFNHBdCt0Y_ZMNO1gUtH0tXFoLvNMgLq8NeufpybA,160000
55
+ sage/numerical/linear_tensor_element.cpython-310-darwin.so,sha256=6rZcWw4Rwe18evAi2ll0Pvu-tyMQBnh8-C9tg92cuC8,160000
56
56
  sage/numerical/sdp.pyx,sha256=plAUmlSMli0a5LuDhu7md5g1JL0hYLg7vJywYLOW27E,49355
57
- sage/numerical/mip.cpython-310-darwin.so,sha256=h-4EIDljAyVWhwOtXnlskoaNNhsmNDUy8H-ef87FhUs,472264
58
- sage/numerical/sdp.cpython-310-darwin.so,sha256=gmf60mNRW510VEGoYKq_tRTXCGUQIOuDImyJmy6rrZs,261928
57
+ sage/numerical/mip.cpython-310-darwin.so,sha256=Urqd-XjOeN1IJ2VLMsE6CJPFCqsJ0qAabYbqpK6Upak,472264
58
+ sage/numerical/sdp.cpython-310-darwin.so,sha256=HeXaR5M_GqNkA652Uh-_3XjlFiKP_woz9ZmhGBUVVgI,261928
59
59
  sage/numerical/all__sagemath_polyhedra.py,sha256=919uMNLV86OInEG6t6qAjZtpE7usy3cYFnAub4iijx0,529
60
60
  sage/numerical/linear_functions.pyx,sha256=Y-0QrlZzDmIhw5fbP3UoyoqMhY1YLgT3FgJxwx9iIj4,52370
61
61
  sage/numerical/interactive_simplex_method.py,sha256=hB3EdLJhhTjQINmw5tW-DBb2W3zNe6gCDBWrRY8CAp4,181303
@@ -69,23 +69,23 @@ sage/numerical/backends/scip_backend.pyx,sha256=0f8lujlFNkKByz4kJIjsZjcD9esqpDvp
69
69
  sage/numerical/backends/ppl_backend.pyx,sha256=KmVJfd_EQiO50J7D1i-Xrow24oCxvLdX4nNY6husyjg,35982
70
70
  sage/numerical/backends/interactivelp_backend.pxd,sha256=jbiRhBROPhMHBPLvvgSpDmNI0ew_LNMRuF7mErpbK1M,1276
71
71
  sage/numerical/backends/cvxpy_backend_test.py,sha256=iNyGauzoCxHyN93Gh8LbirONKr6Bcc7v508WyAPQL3g,473
72
- sage/numerical/backends/interactivelp_backend.cpython-310-darwin.so,sha256=ASAMBK6OrE1h1UTwlH1h3lYHE3F2ADxWf1plXbjl0Bo,295296
72
+ sage/numerical/backends/interactivelp_backend.cpython-310-darwin.so,sha256=eGkjC6F3CFq_FP9bCQ01073F0y2reti0QEf0iGfkBEE,295296
73
73
  sage/numerical/backends/interactivelp_backend_test.py,sha256=5nBccm9J9UtcI37eDcli1UUCdtX4HrGwvkQxb4-d0AM,459
74
- sage/numerical/backends/matrix_sdp_backend.cpython-310-darwin.so,sha256=RZiPpxFPdTcv2XijbXfWlLzigsVoypnjl-kXAooB1_E,157624
74
+ sage/numerical/backends/matrix_sdp_backend.cpython-310-darwin.so,sha256=32wPQ-4JKCsRxfJGQFU-WCKwweHRxebxxWYQVj__d1o,157624
75
75
  sage/numerical/backends/ppl_backend_test.py,sha256=oZ8N2oKi3wu1V79BGYnzNBdFDtYSIRh8jmSc7MNpQzY,440
76
76
  sage/numerical/backends/logging_backend.py,sha256=iXP1h3n1zyd9CSKmpnAfz54FWIUHI2c6OppZ1ky9lhQ,15334
77
77
  sage/numerical/backends/all.py,sha256=LolvTCzFQLU1zFvEF3eKq8UENEuaxFb6_fOHRj_4pOA,48
78
78
  sage/numerical/backends/scip_backend_test.py,sha256=IZcdDQBeOv7qlMilYXqG2pZ2jE7YaOUq8CnopZBseu4,475
79
- sage/numerical/backends/cvxopt_backend.cpython-310-darwin.so,sha256=EaPR5iFgYIkmiUPUWdx8Bq0VtF8tpohWQzB3RqAjXXs,221920
79
+ sage/numerical/backends/cvxopt_backend.cpython-310-darwin.so,sha256=X1J0C3U6Zaiynoo9EHmFh_3qMReLU8KfBpEeELR073o,221920
80
80
  sage/numerical/backends/cvxopt_backend_test.py,sha256=5FROhb8uv_jQOuphjLIhy_VOJ1fPY0nxOpVBCzAl8dM,834
81
- sage/numerical/backends/ppl_backend.cpython-310-darwin.so,sha256=R2AHLt3e_niM_GWS8gcxa1KjJOwXSGglG6GxJ3P_mbg,271888
81
+ sage/numerical/backends/ppl_backend.cpython-310-darwin.so,sha256=n_H0JavCOfIS1TuHjUeHVoseQ3Qi_IYrg0AKoiRKNw0,271888
82
82
  sage/numerical/backends/cvxopt_backend.pyx,sha256=90JOjOoefaa6G2OZdMO0H9M-0sQfug8kM7FQsEoD2mQ,32099
83
83
  sage/numerical/backends/interactivelp_backend.pyx,sha256=9O1kp-KKel1o65j3lk2fKRSTNxXjzTjiJ0otD581T-U,42533
84
- sage/numerical/backends/scip_backend.cpython-310-darwin.so,sha256=7_dAWB-xpoIYwibGgc4aW0Ri1RXU-ClvkZAeGvNYda8,297656
84
+ sage/numerical/backends/scip_backend.cpython-310-darwin.so,sha256=3wfx_68monc5CVkjWm_EHJZTqU6q9lKL_e8nanqrJkg,297656
85
85
  sage/numerical/backends/all__sagemath_polyhedra.py,sha256=LolvTCzFQLU1zFvEF3eKq8UENEuaxFb6_fOHRj_4pOA,48
86
- sage/numerical/backends/cvxpy_backend.cpython-310-darwin.so,sha256=PWrkI-q9r1PS_d4bAR8K5A7F85j86xmsTFRWO2wN8c0,252928
86
+ sage/numerical/backends/cvxpy_backend.cpython-310-darwin.so,sha256=f-O4q0f6egZCHaQtbFjFl8_5-uGF4RjObrMpwW584BQ,252928
87
87
  sage/numerical/backends/scip_backend.pxd,sha256=bMUmB3-ZIQpR0iK3BT9vQnn0alEJFxbKkR8r6JicCMk,854
88
- sage/numerical/backends/cvxopt_sdp_backend.cpython-310-darwin.so,sha256=etvINs-_-ek1cByeLhtfnEgirABQCyssRIQkQqV_qL8,150024
88
+ sage/numerical/backends/cvxopt_sdp_backend.cpython-310-darwin.so,sha256=vmJV7rss9KRJe3H0pnE4bOq6E6Uf9ndMVnUhbDoEpas,150024
89
89
  sage/numerical/backends/matrix_sdp_backend.pyx,sha256=btqQmRzPbR0I62rn6znGlJjlqfU02dxwRGPmbHzvNQw,14917
90
90
  sage/numerical/backends/cvxpy_backend.pyx,sha256=923cU0penU7ZCKwURr4gUdpdpo8AMRs3Av8NwNHAJHU,31553
91
91
  sage/game_theory/catalog.py,sha256=mmnFcKG7cHLUQ5dln-TyP5TJujCA5IItHcLcIzx22LE,136
@@ -103,7 +103,7 @@ sage/geometry/convex_set.py,sha256=KLl3HSHD9zF721hV0cFxJtpWNRMOHeow59FNKS3zp4U,3
103
103
  sage/geometry/cone_catalog.py,sha256=NvjO93iEBnzPTN6CjY3LPleTG8pT4-dSEySEhYEiVTM,28632
104
104
  sage/geometry/newton_polygon.py,sha256=S8lr5dh4dPL7x7cyZRBWifpI9ZqEgca8rIKpdX7hnC8,25033
105
105
  sage/geometry/voronoi_diagram.py,sha256=qlpoY3sxfUFUTRhhQtXzlrClzROTRruYH5Df2qyBBnw,13521
106
- sage/geometry/integral_points_generic_dense.cpython-310-darwin.so,sha256=wKi8VqJNGBG--6_zoTugNInoWM_0GGc_17MbDqXHYU8,335152
106
+ sage/geometry/integral_points_generic_dense.cpython-310-darwin.so,sha256=gfTEMJPk-xUwaju6QJakK4h2_k58_yKQg3O48E-CWf0,335152
107
107
  sage/geometry/fan_morphism.py,sha256=kpF3LxKEqAMnzf2kDuzyhPNxlgQQ94aZ40Q9BPCE2Do,76418
108
108
  sage/geometry/fan.py,sha256=zCQfeUl9d0HPA6hX6cIpHAQlqTA9CgEoA0murzxqzlM,140393
109
109
  sage/geometry/toric_plotter.py,sha256=6RM_PEHbUt_zlDIlvEpL7EgwTURAAOMeYoAdVV9sBd4,41310
@@ -114,7 +114,7 @@ sage/geometry/integral_points_generic_dense.pyx,sha256=c848OfZnrbOYfGJBfI44DiQ5X
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
117
- sage/geometry/point_collection.cpython-310-darwin.so,sha256=zY7z0LNoK4PIzMHuPefn0GaV2yNcYHm2-ExydxBYJQ8,249064
117
+ sage/geometry/point_collection.cpython-310-darwin.so,sha256=th0THh1z0Xd6UxhK5uXN8tukIB_08DMQizJq_cgKapE,249064
118
118
  sage/geometry/hasse_diagram.py,sha256=VTdFT8ivZhIImLeYnsK06hgRbDTBpm6E6GesNx8dbXM,8673
119
119
  sage/geometry/relative_interior.py,sha256=1HWZLrhsXGJnIUMRlNGKWuN299I2Nr6WxJqQ9vIFGmQ,15715
120
120
  sage/geometry/cone.py,sha256=ix5--8fTKK85HeZw5-Lo8B6oNTqdD_oLmIev9QhPdLQ,249968
@@ -159,26 +159,26 @@ sage/geometry/polyhedron/double_description_inhomogeneous.py,sha256=lO9TEmsvmgna
159
159
  sage/geometry/polyhedron/face.py,sha256=oJRMa_C3WxcpXgoeGoOlLKaK6uc2B4Q2a18Jal22y7k,36780
160
160
  sage/geometry/polyhedron/combinatorial_polyhedron/face_list_data_structure.pxd,sha256=2_L1zSSHpCxDBufxjL8mOoFUj__OvMfJouYzaPzxk2Q,13151
161
161
  sage/geometry/polyhedron/combinatorial_polyhedron/face_data_structure.pxd,sha256=Yio6wTA2kEeQls07hQWVkBcYeAqBQFuik3H7AeVVwYA,6438
162
- sage/geometry/polyhedron/combinatorial_polyhedron/list_of_faces.cpython-310-darwin.so,sha256=6u6q8Dz3Yx0rKNEt3wVtDonK8mql22XH7zKqlCD3yF4,147808
162
+ sage/geometry/polyhedron/combinatorial_polyhedron/list_of_faces.cpython-310-darwin.so,sha256=JYP9RusgiBwt6z_WmWIYwxA8nAAHScZZz3Y3V6OJmC8,147808
163
163
  sage/geometry/polyhedron/combinatorial_polyhedron/polyhedron_face_lattice.pyx,sha256=3syIslI5bst2-DAGcU5PDomSrnH847XGyVBakUQWIcw,24147
164
164
  sage/geometry/polyhedron/combinatorial_polyhedron/conversions.pxd,sha256=1jOLLePlKwt5CJnjXtfj1DyU4W-c2EAdnyowkJPyJu4,365
165
165
  sage/geometry/polyhedron/combinatorial_polyhedron/combinatorial_face.pyx,sha256=hUNvaz3sfKgy4GNF5e74YfaXf97I7baeKG8I77xvQIA,39883
166
- sage/geometry/polyhedron/combinatorial_polyhedron/face_iterator.cpython-310-darwin.so,sha256=3FGbXNGeBtJEwx0MS5jo2iVxv7gYFROFp8AarA6XTJw,264272
167
- sage/geometry/polyhedron/combinatorial_polyhedron/base.cpython-310-darwin.so,sha256=3ag9qc9QjkSoWvDPfvHkWxRXL01_Phx-JRzXDvFnlrE,689408
166
+ sage/geometry/polyhedron/combinatorial_polyhedron/face_iterator.cpython-310-darwin.so,sha256=TCz6nr1FVtO7lyU2-S_ta-P_FqXi_Z6aREjxvXRD50E,264272
167
+ sage/geometry/polyhedron/combinatorial_polyhedron/base.cpython-310-darwin.so,sha256=mitZGdZ9jbu9CR4mVZEzXUWoHvsU07jbycMf9IGRqKc,689408
168
168
  sage/geometry/polyhedron/combinatorial_polyhedron/face_iterator.pyx,sha256=sWM2nnuPt_2C4K97ZgD6-FSirZjCfoEvucet1Ce4gmA,90221
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
- sage/geometry/polyhedron/combinatorial_polyhedron/polyhedron_face_lattice.cpython-310-darwin.so,sha256=56I20jNPekfCSWUFlv5yxXYAm4zAS0hUICVzan0jBYE,150272
172
+ sage/geometry/polyhedron/combinatorial_polyhedron/polyhedron_face_lattice.cpython-310-darwin.so,sha256=VCwL5NJ50xBH1gXtxE7a5v6HELxxwyC_UCUNcmOJOI8,150272
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/combinatorial_face.cpython-310-darwin.so,sha256=_bREG9lO0QmrR9Y0yerzNpOJtZK3zhf3yLJez30KgCk,240368
175
+ sage/geometry/polyhedron/combinatorial_polyhedron/combinatorial_face.cpython-310-darwin.so,sha256=G27ECrarhaXYLzTX_tUFtGiL5uZzyp19idhKbjHOjxQ,240368
176
176
  sage/geometry/polyhedron/combinatorial_polyhedron/face_iterator.pxd,sha256=Lq6QNsS3DnUUeHqkZZQQ996xyRzECFqEio5qEgWLh9s,4644
177
- sage/geometry/polyhedron/combinatorial_polyhedron/conversions.cpython-310-darwin.so,sha256=vQQwtZaOtrQ-MJFtXmDvuI87zFPDg7-F2gGZ-6As8ac,157776
177
+ sage/geometry/polyhedron/combinatorial_polyhedron/conversions.cpython-310-darwin.so,sha256=mffaks2On1JPLt-z8BnfZ05YtCRlUsY5vLxSfcOlz6E,157776
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
- sage/geometry/polyhedron/combinatorial_polyhedron/face_list_data_structure.cpython-310-darwin.so,sha256=aO6_xgxHMz32U6TDD7wWjJzsoz4wNCLxcCXmWGFDoQM,78832
181
+ sage/geometry/polyhedron/combinatorial_polyhedron/face_list_data_structure.cpython-310-darwin.so,sha256=N0dCEY8r0s-8Zj92iMbJ7vWu6LTixt98RB7QNfHUs9Y,78832
182
182
  sage/geometry/polyhedron/combinatorial_polyhedron/face_list_data_structure.pyx,sha256=3Tqdtx-8T9DkWslPzK82n27p_TgeuhyKPR-yDF18LBo,2859
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
@@ -191,7 +191,7 @@ sage/geometry/hyperplane_arrangement/ordered_arrangement.py,sha256=98ajk4ROSqLn3
191
191
  sage/geometry/hyperplane_arrangement/check_freeness.py,sha256=meD0cajAB-G2qloSG-6_YCDXw6-fzvkq32Z8Za3EbXY,4357
192
192
  sage/geometry/hyperplane_arrangement/affine_subspace.py,sha256=1YaIFU5Ip3hGtGvK2o40Q027TVlyZ4PVlhQErGv4mVI,12186
193
193
  sage/geometry/triangulation/data.h,sha256=0wVPN5U3c9FNqkoPq1EbrZOhkBrHNJggn-7jS-GsJwU,3618
194
- sage/geometry/triangulation/base.cpython-310-darwin.so,sha256=PG7NcKecstl1CSLm_dWAl9UqXdOg1P_DfNMK2vEfQKE,323080
194
+ sage/geometry/triangulation/base.cpython-310-darwin.so,sha256=InbCjUIEJ_RzDhQ7wbXzuX43rUMg1b1YS71sa5O3KZY,323080
195
195
  sage/geometry/triangulation/data.pxd,sha256=7w9mhv0OphWg4LW_0BopsW4D1FaGkvrSCkasXCCdVyY,158
196
196
  sage/geometry/triangulation/all.py,sha256=hZDvbBIQgzsXOQvCh2SFC9BPl-MP3Za2ltX254BOibs,127
197
197
  sage/geometry/triangulation/element.py,sha256=uRnbu-I4-Y1RqJ7mIvRnsCdDwIA-sG0zpZcNOsdVPI8,36416
Binary file
Binary file