passagemath-polyhedra 10.6.37__cp314-cp314-musllinux_1_2_x86_64.whl → 10.6.42__cp314-cp314-musllinux_1_2_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.
Files changed (27) hide show
  1. {passagemath_polyhedra-10.6.37.dist-info → passagemath_polyhedra-10.6.42.dist-info}/METADATA +6 -6
  2. {passagemath_polyhedra-10.6.37.dist-info → passagemath_polyhedra-10.6.42.dist-info}/METADATA.bak +7 -7
  3. {passagemath_polyhedra-10.6.37.dist-info → passagemath_polyhedra-10.6.42.dist-info}/RECORD +27 -27
  4. sage/geometry/integral_points_generic_dense.cpython-314-x86_64-linux-musl.so +0 -0
  5. sage/geometry/point_collection.cpython-314-x86_64-linux-musl.so +0 -0
  6. sage/geometry/polyhedron/combinatorial_polyhedron/base.cpython-314-x86_64-linux-musl.so +0 -0
  7. sage/geometry/polyhedron/combinatorial_polyhedron/combinatorial_face.cpython-314-x86_64-linux-musl.so +0 -0
  8. sage/geometry/polyhedron/combinatorial_polyhedron/conversions.cpython-314-x86_64-linux-musl.so +0 -0
  9. sage/geometry/polyhedron/combinatorial_polyhedron/face_iterator.cpython-314-x86_64-linux-musl.so +0 -0
  10. sage/geometry/polyhedron/combinatorial_polyhedron/face_list_data_structure.cpython-314-x86_64-linux-musl.so +0 -0
  11. sage/geometry/polyhedron/combinatorial_polyhedron/list_of_faces.cpython-314-x86_64-linux-musl.so +0 -0
  12. sage/geometry/polyhedron/combinatorial_polyhedron/polyhedron_face_lattice.cpython-314-x86_64-linux-musl.so +0 -0
  13. sage/geometry/triangulation/base.cpython-314-x86_64-linux-musl.so +0 -0
  14. sage/numerical/backends/cvxopt_backend.cpython-314-x86_64-linux-musl.so +0 -0
  15. sage/numerical/backends/cvxopt_sdp_backend.cpython-314-x86_64-linux-musl.so +0 -0
  16. sage/numerical/backends/cvxpy_backend.cpython-314-x86_64-linux-musl.so +0 -0
  17. sage/numerical/backends/interactivelp_backend.cpython-314-x86_64-linux-musl.so +0 -0
  18. sage/numerical/backends/matrix_sdp_backend.cpython-314-x86_64-linux-musl.so +0 -0
  19. sage/numerical/backends/ppl_backend.cpython-314-x86_64-linux-musl.so +0 -0
  20. sage/numerical/backends/scip_backend.cpython-314-x86_64-linux-musl.so +0 -0
  21. sage/numerical/linear_functions.cpython-314-x86_64-linux-musl.so +0 -0
  22. sage/numerical/linear_tensor_element.cpython-314-x86_64-linux-musl.so +0 -0
  23. sage/numerical/mip.cpython-314-x86_64-linux-musl.so +0 -0
  24. sage/numerical/sdp.cpython-314-x86_64-linux-musl.so +0 -0
  25. sage/schemes/toric/divisor_class.cpython-314-x86_64-linux-musl.so +0 -0
  26. {passagemath_polyhedra-10.6.37.dist-info → passagemath_polyhedra-10.6.42.dist-info}/WHEEL +0 -0
  27. {passagemath_polyhedra-10.6.37.dist-info → passagemath_polyhedra-10.6.42.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.37
3
+ Version: 10.6.42
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
@@ -30,13 +30,13 @@ Classifier: Topic :: Scientific/Engineering :: Mathematics
30
30
  Requires-Python: <3.15,>=3.10
31
31
  Description-Content-Type: text/x-rst
32
32
  Requires-Dist: gmpy2~=2.1.b999
33
- Requires-Dist: cysignals<1.12.4; sys_platform == "win32"
33
+ Requires-Dist: cysignals!=1.12.4; sys_platform == "win32"
34
34
  Requires-Dist: cysignals!=1.12.0,>=1.11.2
35
35
  Requires-Dist: passagemath-ppl
36
36
  Requires-Dist: memory_allocator
37
- Requires-Dist: passagemath-environment~=10.6.37.0
38
- Requires-Dist: passagemath-glpk~=10.6.37.0
39
- Requires-Dist: passagemath-modules~=10.6.37.0
37
+ Requires-Dist: passagemath-environment~=10.6.42.0
38
+ Requires-Dist: passagemath-glpk~=10.6.42.0
39
+ Requires-Dist: passagemath-modules~=10.6.42.0
40
40
  Provides-Extra: conf
41
41
  Provides-Extra: test
42
42
  Requires-Dist: passagemath-repl; extra == "test"
@@ -158,7 +158,7 @@ the passagemath distributions. Use of the full functionality of passagemath
158
158
  on Windows currently requires the use of Windows Subsystem for Linux (WSL)
159
159
  or virtualization.
160
160
 
161
- The supported Python versions in the passagemath 10.6.x series are 3.10.x-3.13.x.
161
+ The supported Python versions in the passagemath 10.6.x series are 3.10.x-3.14.x.
162
162
 
163
163
 
164
164
  About this pip-installable distribution package
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: passagemath-polyhedra
3
- Version: 10.6.37
3
+ Version: 10.6.42
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
@@ -30,14 +30,14 @@ Classifier: Topic :: Scientific/Engineering :: Mathematics
30
30
  Requires-Python: <3.15,>=3.10
31
31
  Description-Content-Type: text/x-rst
32
32
  Requires-Dist: gmpy2~=2.1.b999
33
- Requires-Dist: cysignals<1.12.4; sys_platform == "win32"
33
+ Requires-Dist: cysignals!=1.12.4; sys_platform == "win32"
34
34
  Requires-Dist: cysignals!=1.12.0,>=1.11.2
35
35
  Requires-Dist: passagemath-ppl
36
36
  Requires-Dist: memory_allocator
37
- Requires-Dist: passagemath-conf~=10.6.37.0; sys_platform != "win32"
38
- Requires-Dist: passagemath-environment~=10.6.37.0
39
- Requires-Dist: passagemath-glpk~=10.6.37.0
40
- Requires-Dist: passagemath-modules~=10.6.37.0
37
+ Requires-Dist: passagemath-conf~=10.6.42.0; sys_platform != "win32"
38
+ Requires-Dist: passagemath-environment~=10.6.42.0
39
+ Requires-Dist: passagemath-glpk~=10.6.42.0
40
+ Requires-Dist: passagemath-modules~=10.6.42.0
41
41
  Provides-Extra: conf
42
42
  Requires-Dist: passagemath-conf; extra == "conf"
43
43
  Provides-Extra: test
@@ -160,7 +160,7 @@ the passagemath distributions. Use of the full functionality of passagemath
160
160
  on Windows currently requires the use of Windows Subsystem for Linux (WSL)
161
161
  or virtualization.
162
162
 
163
- The supported Python versions in the passagemath 10.6.x series are 3.10.x-3.13.x.
163
+ The supported Python versions in the passagemath 10.6.x series are 3.10.x-3.14.x.
164
164
 
165
165
 
166
166
  About this pip-installable distribution package
@@ -21,12 +21,12 @@ sage/geometry/fan_isomorphism.py,sha256=9R_vCWyqMi8qWky1T1PpXWASx2T9EDu4hhgIFdQ4
21
21
  sage/geometry/fan_morphism.py,sha256=kpF3LxKEqAMnzf2kDuzyhPNxlgQQ94aZ40Q9BPCE2Do,76418
22
22
  sage/geometry/hasse_diagram.py,sha256=VTdFT8ivZhIImLeYnsK06hgRbDTBpm6E6GesNx8dbXM,8673
23
23
  sage/geometry/integral_points.py,sha256=V48Vs4dG6fZRcxmAr9ScqN3jERcKgUqTq8Aod5eTa5Q,1072
24
- sage/geometry/integral_points_generic_dense.cpython-314-x86_64-linux-musl.so,sha256=KRMzVfoWt3NYXXCQLpqWcSr2gAfU0NEKs7jotzZmwfw,1560712
24
+ sage/geometry/integral_points_generic_dense.cpython-314-x86_64-linux-musl.so,sha256=QNTTN5XiTogbAJjugkaEY1R9fLsVfwTXfP3R6xwSwd8,1521864
25
25
  sage/geometry/integral_points_generic_dense.pyx,sha256=c848OfZnrbOYfGJBfI44DiQ5XTi7IsbntBe6PjrMJ0Q,275
26
26
  sage/geometry/lattice_polytope.py,sha256=1brMNpTtL_fLa8jvoa9H1rcZ0Y03haAUmP3zClY8QPM,213397
27
27
  sage/geometry/linear_expression.py,sha256=lYY_Itcvq5d4Nnquc3z3uTy3L7xJkHz7jyvVOQNZrCc,24729
28
28
  sage/geometry/newton_polygon.py,sha256=S8lr5dh4dPL7x7cyZRBWifpI9ZqEgca8rIKpdX7hnC8,25033
29
- sage/geometry/point_collection.cpython-314-x86_64-linux-musl.so,sha256=JsPlJiS3BaZ5X23N14zKmEFrzd8DGcHyb_j2GHvPM2s,1211800
29
+ sage/geometry/point_collection.cpython-314-x86_64-linux-musl.so,sha256=mFu45LgdRWkEgI3qhta6iWNgTHvU7W8Ve7jMpfpzAno,1189912
30
30
  sage/geometry/point_collection.pyx,sha256=Ua2x8Lsw2-YE2hAo_of4V6OetcKZxICXF_Cul_MFAuQ,30166
31
31
  sage/geometry/polyhedral_complex.py,sha256=NeSrleLIcAGL1MRCUFy4l6hS1d8WBL1z1VDZIEVYr5k,106721
32
32
  sage/geometry/pseudolines.py,sha256=L_r3dGqbSMLtKCfGbBPLhqFuDJGFJ38lxUKy_ESOIqE,19173
@@ -79,32 +79,32 @@ sage/geometry/polyhedron/ppl_lattice_polygon.py,sha256=bEQ3m7EyeLpwIioG7_BkoZLKV
79
79
  sage/geometry/polyhedron/ppl_lattice_polytope.py,sha256=fDkgC1D4jbbd-CODevS7BtzmGcELWDsQDF05AxWidZk,49897
80
80
  sage/geometry/polyhedron/representation.py,sha256=ts4Bu0TWgJWxBeH_FT96-R8gZEA_RQGqD1nyv6QmSlQ,55243
81
81
  sage/geometry/polyhedron/combinatorial_polyhedron/all.py,sha256=LolvTCzFQLU1zFvEF3eKq8UENEuaxFb6_fOHRj_4pOA,48
82
- sage/geometry/polyhedron/combinatorial_polyhedron/base.cpython-314-x86_64-linux-musl.so,sha256=jc3DSgfdq3e3cK-1JqwAS0M-DepDBOpRRRb_7V-PBbA,3746257
82
+ sage/geometry/polyhedron/combinatorial_polyhedron/base.cpython-314-x86_64-linux-musl.so,sha256=sNtAhHgTgd_m9_4Fz92QZCOxtc1TfXSrkSnr0DknBrU,3578537
83
83
  sage/geometry/polyhedron/combinatorial_polyhedron/base.pxd,sha256=yhN1XgEZ85N0nR7QDOg2NSvGHj5UAl-fDwEEV619svU,4098
84
84
  sage/geometry/polyhedron/combinatorial_polyhedron/base.pyx,sha256=v3gjG9bsd0IBu3w7LLyQXKjMcuj3l9iJhV-w3PHFa1g,146138
85
- sage/geometry/polyhedron/combinatorial_polyhedron/combinatorial_face.cpython-314-x86_64-linux-musl.so,sha256=rl1kxqNU0tqjSPUzgC826qnFDv8D-vd-gcrBEESWFqI,874473
85
+ sage/geometry/polyhedron/combinatorial_polyhedron/combinatorial_face.cpython-314-x86_64-linux-musl.so,sha256=Z9syOY0dzrEKEoQ7YhfQQ6QUCnNerHGiA1qe_yye2tU,862409
86
86
  sage/geometry/polyhedron/combinatorial_polyhedron/combinatorial_face.pxd,sha256=pwXlD_jx_fg9hGx-hb93_zbDl6EHJWJvBmNg3KYfWlY,1782
87
87
  sage/geometry/polyhedron/combinatorial_polyhedron/combinatorial_face.pyx,sha256=hUNvaz3sfKgy4GNF5e74YfaXf97I7baeKG8I77xvQIA,39883
88
- sage/geometry/polyhedron/combinatorial_polyhedron/conversions.cpython-314-x86_64-linux-musl.so,sha256=bRE1jZAQVj8ORGah9T3Avxu_Y8Bq_KgvwMf_mMDrM34,726465
88
+ sage/geometry/polyhedron/combinatorial_polyhedron/conversions.cpython-314-x86_64-linux-musl.so,sha256=cMsk6RYBbzStvuP2KyewFuaC-v1R53oBoU6BnKbuOfg,710193
89
89
  sage/geometry/polyhedron/combinatorial_polyhedron/conversions.pxd,sha256=1jOLLePlKwt5CJnjXtfj1DyU4W-c2EAdnyowkJPyJu4,365
90
90
  sage/geometry/polyhedron/combinatorial_polyhedron/conversions.pyx,sha256=eGBgIHKiGVJGYgEBSA2P_jiLTtGnHDPIO9Qlv45aGeE,18803
91
91
  sage/geometry/polyhedron/combinatorial_polyhedron/face_data_structure.pxd,sha256=Yio6wTA2kEeQls07hQWVkBcYeAqBQFuik3H7AeVVwYA,6438
92
- sage/geometry/polyhedron/combinatorial_polyhedron/face_iterator.cpython-314-x86_64-linux-musl.so,sha256=uqVXxGrDu7Y6n8U6M9oU6mUTxX_y0C5xXyxI8BQoZjM,928921
92
+ sage/geometry/polyhedron/combinatorial_polyhedron/face_iterator.cpython-314-x86_64-linux-musl.so,sha256=R3UMZwKxzx7O8BgxMZZbioVQoCLlQSPhe0pWHi5BJGE,899905
93
93
  sage/geometry/polyhedron/combinatorial_polyhedron/face_iterator.pxd,sha256=Lq6QNsS3DnUUeHqkZZQQ996xyRzECFqEio5qEgWLh9s,4644
94
94
  sage/geometry/polyhedron/combinatorial_polyhedron/face_iterator.pyx,sha256=sWM2nnuPt_2C4K97ZgD6-FSirZjCfoEvucet1Ce4gmA,90221
95
- sage/geometry/polyhedron/combinatorial_polyhedron/face_list_data_structure.cpython-314-x86_64-linux-musl.so,sha256=dypCVXxyETSfJy4R1-iIr9bNOV8Ry5iBwLRS62ofqGY,103352
95
+ sage/geometry/polyhedron/combinatorial_polyhedron/face_list_data_structure.cpython-314-x86_64-linux-musl.so,sha256=mWW3jNsMQDUpWpry5DD3f5S9Q3TfPHAcqB8v-svKRvc,98416
96
96
  sage/geometry/polyhedron/combinatorial_polyhedron/face_list_data_structure.pxd,sha256=2_L1zSSHpCxDBufxjL8mOoFUj__OvMfJouYzaPzxk2Q,13151
97
97
  sage/geometry/polyhedron/combinatorial_polyhedron/face_list_data_structure.pyx,sha256=3Tqdtx-8T9DkWslPzK82n27p_TgeuhyKPR-yDF18LBo,2859
98
- sage/geometry/polyhedron/combinatorial_polyhedron/list_of_faces.cpython-314-x86_64-linux-musl.so,sha256=QtLF04zfSCReTgiDhG1ayWnEE2IwF8WpnIrL5m2Hhgo,517081
98
+ sage/geometry/polyhedron/combinatorial_polyhedron/list_of_faces.cpython-314-x86_64-linux-musl.so,sha256=Troe_S8CFk56xPDQcgXtREsTNOV8tuXAdaKabkIjnDE,509033
99
99
  sage/geometry/polyhedron/combinatorial_polyhedron/list_of_faces.pxd,sha256=yPhgmiCIyYePn8aRrXWUndALSX6XojSV0nyyBeDpo9o,1154
100
100
  sage/geometry/polyhedron/combinatorial_polyhedron/list_of_faces.pyx,sha256=9huRMVWU8UpHiIqMa4tmbE_QBSc2zYgn8h620tWoqhA,21823
101
- sage/geometry/polyhedron/combinatorial_polyhedron/polyhedron_face_lattice.cpython-314-x86_64-linux-musl.so,sha256=k_SM80rGAQxF8a91MzKnw0JdAsqC5YXIsUQcyGlYvoE,660593
101
+ sage/geometry/polyhedron/combinatorial_polyhedron/polyhedron_face_lattice.cpython-314-x86_64-linux-musl.so,sha256=9jLhYedHgB37kWhe2_6jhd7BHo6BQpNw85v_h4AlFYo,591145
102
102
  sage/geometry/polyhedron/combinatorial_polyhedron/polyhedron_face_lattice.pxd,sha256=AvDecggtVui3oUQcoCwBguJJBzT9MDA4W6q70KsMv0A,2921
103
103
  sage/geometry/polyhedron/combinatorial_polyhedron/polyhedron_face_lattice.pyx,sha256=3syIslI5bst2-DAGcU5PDomSrnH847XGyVBakUQWIcw,24147
104
104
  sage/geometry/polyhedron/modules/all.py,sha256=LolvTCzFQLU1zFvEF3eKq8UENEuaxFb6_fOHRj_4pOA,48
105
105
  sage/geometry/polyhedron/modules/formal_polyhedra_module.py,sha256=H1M4Q-gVvLo3aGkPyCCMRvdfQxpcqiPAlBIPzFB4lqU,6114
106
106
  sage/geometry/triangulation/all.py,sha256=hZDvbBIQgzsXOQvCh2SFC9BPl-MP3Za2ltX254BOibs,127
107
- sage/geometry/triangulation/base.cpython-314-x86_64-linux-musl.so,sha256=zohWZD820Z6U6R6zfuFaDRCPyMd0xnWz18UlsG9dH7o,2083825
107
+ sage/geometry/triangulation/base.cpython-314-x86_64-linux-musl.so,sha256=Awiyzlo68EsscUgMlVeGgMi9cNTZrr2TMf8jJbVu6gc,2104513
108
108
  sage/geometry/triangulation/base.pyx,sha256=CcdBXQjqRq5UKFmvF47CdbY3kezZJOlYXdVJm0WUq0s,30274
109
109
  sage/geometry/triangulation/data.h,sha256=0wVPN5U3c9FNqkoPq1EbrZOhkBrHNJggn-7jS-GsJwU,3618
110
110
  sage/geometry/triangulation/data.pxd,sha256=7w9mhv0OphWg4LW_0BopsW4D1FaGkvrSCkasXCCdVyY,158
@@ -120,44 +120,44 @@ sage/numerical/all.py,sha256=G0M2Yf4lcL46RVDRsfghmIsXkWkTQHsJNRishtSekEw,581
120
120
  sage/numerical/all__sagemath_polyhedra.py,sha256=919uMNLV86OInEG6t6qAjZtpE7usy3cYFnAub4iijx0,529
121
121
  sage/numerical/interactive_simplex_method.py,sha256=hB3EdLJhhTjQINmw5tW-DBb2W3zNe6gCDBWrRY8CAp4,181303
122
122
  sage/numerical/knapsack.py,sha256=uGP7S0Y7w0RhrBHPNJHUtRyg0GjzAQZ6wrjJXM6JXNU,23947
123
- sage/numerical/linear_functions.cpython-314-x86_64-linux-musl.so,sha256=RjKhzx_reBMaick41WgTOQTfaQcDl2HfEQ93PLrR-nc,1365168
123
+ sage/numerical/linear_functions.cpython-314-x86_64-linux-musl.so,sha256=gtlpoVr-HYQj421xBozWP-CNJgRDUpFeRB1FBfhp3cs,1328800
124
124
  sage/numerical/linear_functions.pxd,sha256=6Ur2bqh-6yBoOpw-fU_dGKAvRAXYJIRbkxq5LWA93bk,1089
125
125
  sage/numerical/linear_functions.pyx,sha256=Y-0QrlZzDmIhw5fbP3UoyoqMhY1YLgT3FgJxwx9iIj4,52370
126
126
  sage/numerical/linear_tensor.py,sha256=mS9vjSn1HLCkB_MwLBHwd1kmLTn09gt9WjPMpcRI-8Q,15511
127
127
  sage/numerical/linear_tensor_constraints.py,sha256=xhv_mFvG1-QlM_5JbUwRzThPWAydtSZBoBMvkNiFzG4,14956
128
- sage/numerical/linear_tensor_element.cpython-314-x86_64-linux-musl.so,sha256=f1RcZD3s94CkCKgKrFXvrlXr9zTkUhZo_QY7eqfaX8E,778496
128
+ sage/numerical/linear_tensor_element.cpython-314-x86_64-linux-musl.so,sha256=rSngOwGiSis1ojeSJTL31QM4YO7cucLErh7SDk2TCJk,757464
129
129
  sage/numerical/linear_tensor_element.pxd,sha256=KiJZamtNwBh-qjJVctqbjRiQWZdNi9wz97hpcur36W8,194
130
130
  sage/numerical/linear_tensor_element.pyx,sha256=kWDDxacjWJsp4Cx6TVzG2tlXncVb5z_oW1xxj9t5d5s,15417
131
- sage/numerical/mip.cpython-314-x86_64-linux-musl.so,sha256=cqd_DceOsUkRLOA9HnZimizn0cz2nUG-2pBNuVCZxNE,2560264
131
+ sage/numerical/mip.cpython-314-x86_64-linux-musl.so,sha256=ow7nhq_YEt00Jh2jZnskxsH3A-_wiXQC9Rh9faMhLWE,2476416
132
132
  sage/numerical/mip.pxd,sha256=cGeXE3lPa5E7H7U-U3ImT-vSo8eqWFlTN4PVxngNMSs,1120
133
133
  sage/numerical/mip.pyx,sha256=DkStzMmKSqiLU8QqGyI6o5czIBsOQPhbM5AheLbcsFw,134520
134
- sage/numerical/sdp.cpython-314-x86_64-linux-musl.so,sha256=rMMKw4HjyVnwqAq68E7x6IprWpj_GqC0BxTwRSPs2YI,1293616
134
+ sage/numerical/sdp.cpython-314-x86_64-linux-musl.so,sha256=7MUN4LPUJp5ltzP9GAIOIEoITL86yZsjU-kRi4ioSqw,1265632
135
135
  sage/numerical/sdp.pxd,sha256=sfIqekttQvN5N43WfniGS6kfOB5XEC-evQNxUhOSL_0,1164
136
136
  sage/numerical/sdp.pyx,sha256=plAUmlSMli0a5LuDhu7md5g1JL0hYLg7vJywYLOW27E,49355
137
137
  sage/numerical/backends/all.py,sha256=LolvTCzFQLU1zFvEF3eKq8UENEuaxFb6_fOHRj_4pOA,48
138
138
  sage/numerical/backends/all__sagemath_polyhedra.py,sha256=LolvTCzFQLU1zFvEF3eKq8UENEuaxFb6_fOHRj_4pOA,48
139
- sage/numerical/backends/cvxopt_backend.cpython-314-x86_64-linux-musl.so,sha256=SUiYG8l0c4fbAjF_ypNdhpilNqobg2Bec3D_U9TpB5c,1056408
139
+ sage/numerical/backends/cvxopt_backend.cpython-314-x86_64-linux-musl.so,sha256=ox22uCCg_G6J45R30EXXuZnc1Gzk6DKAu3XoF3oDc3s,1050896
140
140
  sage/numerical/backends/cvxopt_backend.pyx,sha256=90JOjOoefaa6G2OZdMO0H9M-0sQfug8kM7FQsEoD2mQ,32099
141
141
  sage/numerical/backends/cvxopt_backend_test.py,sha256=5FROhb8uv_jQOuphjLIhy_VOJ1fPY0nxOpVBCzAl8dM,834
142
- sage/numerical/backends/cvxopt_sdp_backend.cpython-314-x86_64-linux-musl.so,sha256=3NuxPlNy09sju13oAhzayQ3vbqLw1Wk2vHq5wF-7U70,717352
142
+ sage/numerical/backends/cvxopt_sdp_backend.cpython-314-x86_64-linux-musl.so,sha256=wKVtmCynG6DhW06lEsoww---uuAdjoUg8yVgyHmuO3I,703528
143
143
  sage/numerical/backends/cvxopt_sdp_backend.pyx,sha256=NCq7iXCCQZjt8Qdg24a695TjsE7cN3CYqoIe5jT-kks,14671
144
- sage/numerical/backends/cvxpy_backend.cpython-314-x86_64-linux-musl.so,sha256=Ak0NyxYTdwm8X8ncUjcvcevcYlDcTRlJoXAhMKW362s,1278384
144
+ sage/numerical/backends/cvxpy_backend.cpython-314-x86_64-linux-musl.so,sha256=hgfpPMDrehP6aSA-rRvuF3k-aX_Pa-G1nBmShJgjjFk,1261408
145
145
  sage/numerical/backends/cvxpy_backend.pxd,sha256=p2GKJSvFNblYmpK2NeH7YwVGu4VMVnG4coCdUIt2xek,1390
146
146
  sage/numerical/backends/cvxpy_backend.pyx,sha256=923cU0penU7ZCKwURr4gUdpdpo8AMRs3Av8NwNHAJHU,31553
147
147
  sage/numerical/backends/cvxpy_backend_test.py,sha256=iNyGauzoCxHyN93Gh8LbirONKr6Bcc7v508WyAPQL3g,473
148
148
  sage/numerical/backends/generic_backend_test.py,sha256=m0k25bdrfvOZiL9zzimj8Upsm5Gy6W9eLTeFki0Doxw,889
149
- sage/numerical/backends/interactivelp_backend.cpython-314-x86_64-linux-musl.so,sha256=egNYgoPwrIZ88_vUvTS_Q1c1kCBeB6I-zmYgbySB00I,1430640
149
+ sage/numerical/backends/interactivelp_backend.cpython-314-x86_64-linux-musl.so,sha256=ITZZfSZvtprtJb26f4gel26bnMQkGJGN1KnkaWG6g3I,1417400
150
150
  sage/numerical/backends/interactivelp_backend.pxd,sha256=jbiRhBROPhMHBPLvvgSpDmNI0ew_LNMRuF7mErpbK1M,1276
151
151
  sage/numerical/backends/interactivelp_backend.pyx,sha256=9O1kp-KKel1o65j3lk2fKRSTNxXjzTjiJ0otD581T-U,42533
152
152
  sage/numerical/backends/interactivelp_backend_test.py,sha256=5nBccm9J9UtcI37eDcli1UUCdtX4HrGwvkQxb4-d0AM,459
153
153
  sage/numerical/backends/logging_backend.py,sha256=iXP1h3n1zyd9CSKmpnAfz54FWIUHI2c6OppZ1ky9lhQ,15334
154
- sage/numerical/backends/matrix_sdp_backend.cpython-314-x86_64-linux-musl.so,sha256=9CxB1aPAWvr7RnO9fi5ExB9uq-X7J34nrA8SKuTRjc0,770344
154
+ sage/numerical/backends/matrix_sdp_backend.cpython-314-x86_64-linux-musl.so,sha256=TiRr6kMDt_jIp48mDyotR5kIJGOi409aODydJIh1hBM,769152
155
155
  sage/numerical/backends/matrix_sdp_backend.pxd,sha256=WWZCkgndram96A2Rw2iHoBJ7Lgun-42V7XpLkCXkvpg,362
156
156
  sage/numerical/backends/matrix_sdp_backend.pyx,sha256=btqQmRzPbR0I62rn6znGlJjlqfU02dxwRGPmbHzvNQw,14917
157
- sage/numerical/backends/ppl_backend.cpython-314-x86_64-linux-musl.so,sha256=wcyck34uOmdCQWYh5iJ0gYTi1JpiaLBXuBC_L-Qqyj0,1281728
157
+ sage/numerical/backends/ppl_backend.cpython-314-x86_64-linux-musl.so,sha256=t5iIGlhZyOsLZUiNxxNcf_VE9_hf5y45810wb1ixN90,1244016
158
158
  sage/numerical/backends/ppl_backend.pyx,sha256=KmVJfd_EQiO50J7D1i-Xrow24oCxvLdX4nNY6husyjg,35982
159
159
  sage/numerical/backends/ppl_backend_test.py,sha256=oZ8N2oKi3wu1V79BGYnzNBdFDtYSIRh8jmSc7MNpQzY,440
160
- sage/numerical/backends/scip_backend.cpython-314-x86_64-linux-musl.so,sha256=iJ0P6NV6SZfrU-M09OlczeV9EWWivOBxyWAN5FH1ORE,1400624
160
+ sage/numerical/backends/scip_backend.cpython-314-x86_64-linux-musl.so,sha256=_cX7K9X0xn7UgrCNoRP6yx0K2A41ZPgEJpRgZOrFGDA,1376912
161
161
  sage/numerical/backends/scip_backend.pxd,sha256=bMUmB3-ZIQpR0iK3BT9vQnn0alEJFxbKkR8r6JicCMk,854
162
162
  sage/numerical/backends/scip_backend.pyx,sha256=0f8lujlFNkKByz4kJIjsZjcD9esqpDvp1-n59HfixC0,41999
163
163
  sage/numerical/backends/scip_backend_test.py,sha256=IZcdDQBeOv7qlMilYXqG2pZ2jE7YaOUq8CnopZBseu4,475
@@ -168,7 +168,7 @@ sage/schemes/all__sagemath_polyhedra.py,sha256=4l3RkFm9XlBkxEwkDCva-832OQmXneOPt
168
168
  sage/schemes/toric/all.py,sha256=mFWIqoMQf5edfq6n5qCdzWE-qVsNOTMplIfcMulnan4,502
169
169
  sage/schemes/toric/chow_group.py,sha256=ZaSpJNG4PagYKkQbpgBo6kiHCkxPq47ZYkYAN8VLQQw,43384
170
170
  sage/schemes/toric/divisor.py,sha256=snO-NUT6YyV2WghnX-oziAZK7iqKHT3o4yFgmhoSIOQ,73549
171
- sage/schemes/toric/divisor_class.cpython-314-x86_64-linux-musl.so,sha256=GugAkF2a3AjqxoQJmcKzDZo9H6D6YY4uy9Y-Cj5DTCQ,554409
171
+ sage/schemes/toric/divisor_class.cpython-314-x86_64-linux-musl.so,sha256=pVm-SYjwoajCQTI2sbW-PKdd3Z670Ls6XzJTNHHG1ZM,554577
172
172
  sage/schemes/toric/divisor_class.pyx,sha256=GdjxhF1TGrs9Bv7pkji6G1Cw4h46cEAlKacgHKuIH8Q,10060
173
173
  sage/schemes/toric/fano_variety.py,sha256=JaLduwM-_yYPW05FaDbYx6tfi2hEZ2c-uK8l23tAGy0,69936
174
174
  sage/schemes/toric/homset.py,sha256=hWrz_VHrSMjMBuuu2dtQBNqz7WCnAB52oI5tg6mLyyA,24278
@@ -202,8 +202,8 @@ sage_wheels/share/reflexive_polytopes/Full3d/zzdb.v10,sha256=RNGTpHZbqg_kQjAaXht
202
202
  sage_wheels/share/reflexive_polytopes/Full3d/zzdb.v11,sha256=aWBRUh_ypzLTwOQBt3kiNi7vVHUVjITBuzGnUz_ezXw,224
203
203
  sage_wheels/share/reflexive_polytopes/Full3d/zzdb.v12,sha256=kqmjvL8x9BW9RbPh7lUW4OMY1dY9BTi4PRcS9YieQQw,31
204
204
  sage_wheels/share/reflexive_polytopes/Full3d/zzdb.v13,sha256=82Nhvyd4kPTIRVlSDjYCJEnFMoDTY-3Yg81Pq-DXFXc,14
205
- passagemath_polyhedra-10.6.37.dist-info/METADATA,sha256=cMiVs87_m_9buqpCkP3yFMGFJLRw-1YjEAIm8jCj6d8,16763
206
- passagemath_polyhedra-10.6.37.dist-info/METADATA.bak,sha256=DXhgeZt6w8jwbym8SVO5j8kV94KirZyugktM_ZxfCOQ,16880
207
- passagemath_polyhedra-10.6.37.dist-info/WHEEL,sha256=K2_TehZnioJBDmm5baDVfhoCxaclJzJsPrng3hg7WD0,112
208
- passagemath_polyhedra-10.6.37.dist-info/top_level.txt,sha256=9P9YDQPIjcwxGubgX2prvOiUXMSPfkZjuSBAiX6H7Zc,28
209
- passagemath_polyhedra-10.6.37.dist-info/RECORD,,
205
+ passagemath_polyhedra-10.6.42.dist-info/METADATA,sha256=hVfdhBlWoNB8Z24w0YY-2izgt4hJD-zePZ_67JfRL3E,16764
206
+ passagemath_polyhedra-10.6.42.dist-info/METADATA.bak,sha256=fOcpp4TX3ZSof5c0w7ve1lkof-WLcnQ1QD0VNO9mR9c,16881
207
+ passagemath_polyhedra-10.6.42.dist-info/WHEEL,sha256=K2_TehZnioJBDmm5baDVfhoCxaclJzJsPrng3hg7WD0,112
208
+ passagemath_polyhedra-10.6.42.dist-info/top_level.txt,sha256=9P9YDQPIjcwxGubgX2prvOiUXMSPfkZjuSBAiX6H7Zc,28
209
+ passagemath_polyhedra-10.6.42.dist-info/RECORD,,