passagemath-polyhedra 10.6.15__cp313-cp313-musllinux_1_2_aarch64.whl → 10.6.33__cp313-cp313-musllinux_1_2_aarch64.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.
- {passagemath_polyhedra-10.6.15.dist-info → passagemath_polyhedra-10.6.33.dist-info}/METADATA +6 -5
- {passagemath_polyhedra-10.6.15.dist-info → passagemath_polyhedra-10.6.33.dist-info}/METADATA.bak +7 -6
- {passagemath_polyhedra-10.6.15.dist-info → passagemath_polyhedra-10.6.33.dist-info}/RECORD +34 -34
- sage/geometry/hyperplane_arrangement/arrangement.py +11 -1
- sage/geometry/integral_points_generic_dense.cpython-313-aarch64-linux-musl.so +0 -0
- sage/geometry/lattice_polytope.py +1 -1
- sage/geometry/point_collection.cpython-313-aarch64-linux-musl.so +0 -0
- sage/geometry/polyhedron/base0.py +2 -2
- sage/geometry/polyhedron/base2.py +2 -2
- sage/geometry/polyhedron/base4.py +1 -1
- sage/geometry/polyhedron/base5.py +7 -2
- sage/geometry/polyhedron/base_mutable.py +1 -1
- sage/geometry/polyhedron/combinatorial_polyhedron/base.cpython-313-aarch64-linux-musl.so +0 -0
- sage/geometry/polyhedron/combinatorial_polyhedron/combinatorial_face.cpython-313-aarch64-linux-musl.so +0 -0
- sage/geometry/polyhedron/combinatorial_polyhedron/conversions.cpython-313-aarch64-linux-musl.so +0 -0
- sage/geometry/polyhedron/combinatorial_polyhedron/face_iterator.cpython-313-aarch64-linux-musl.so +0 -0
- sage/geometry/polyhedron/combinatorial_polyhedron/face_list_data_structure.cpython-313-aarch64-linux-musl.so +0 -0
- sage/geometry/polyhedron/combinatorial_polyhedron/list_of_faces.cpython-313-aarch64-linux-musl.so +0 -0
- sage/geometry/polyhedron/combinatorial_polyhedron/polyhedron_face_lattice.cpython-313-aarch64-linux-musl.so +0 -0
- sage/geometry/triangulation/base.cpython-313-aarch64-linux-musl.so +0 -0
- sage/numerical/backends/cvxopt_backend.cpython-313-aarch64-linux-musl.so +0 -0
- sage/numerical/backends/cvxopt_sdp_backend.cpython-313-aarch64-linux-musl.so +0 -0
- sage/numerical/backends/cvxpy_backend.cpython-313-aarch64-linux-musl.so +0 -0
- sage/numerical/backends/interactivelp_backend.cpython-313-aarch64-linux-musl.so +0 -0
- sage/numerical/backends/matrix_sdp_backend.cpython-313-aarch64-linux-musl.so +0 -0
- sage/numerical/backends/ppl_backend.cpython-313-aarch64-linux-musl.so +0 -0
- sage/numerical/backends/scip_backend.cpython-313-aarch64-linux-musl.so +0 -0
- sage/numerical/linear_functions.cpython-313-aarch64-linux-musl.so +0 -0
- sage/numerical/linear_tensor_element.cpython-313-aarch64-linux-musl.so +0 -0
- sage/numerical/mip.cpython-313-aarch64-linux-musl.so +0 -0
- sage/numerical/sdp.cpython-313-aarch64-linux-musl.so +0 -0
- sage/schemes/toric/divisor_class.cpython-313-aarch64-linux-musl.so +0 -0
- {passagemath_polyhedra-10.6.15.dist-info → passagemath_polyhedra-10.6.33.dist-info}/WHEEL +0 -0
- {passagemath_polyhedra-10.6.15.dist-info → passagemath_polyhedra-10.6.33.dist-info}/top_level.txt +0 -0
{passagemath_polyhedra-10.6.15.dist-info → passagemath_polyhedra-10.6.33.dist-info}/METADATA
RENAMED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: passagemath-polyhedra
|
|
3
|
-
Version: 10.6.
|
|
3
|
+
Version: 10.6.33
|
|
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
|
|
@@ -24,18 +24,19 @@ Classifier: Programming Language :: Python :: 3.10
|
|
|
24
24
|
Classifier: Programming Language :: Python :: 3.11
|
|
25
25
|
Classifier: Programming Language :: Python :: 3.12
|
|
26
26
|
Classifier: Programming Language :: Python :: 3.13
|
|
27
|
+
Classifier: Programming Language :: Python :: 3.14
|
|
27
28
|
Classifier: Programming Language :: Python :: Implementation :: CPython
|
|
28
29
|
Classifier: Topic :: Scientific/Engineering :: Mathematics
|
|
29
|
-
Requires-Python: <3.
|
|
30
|
+
Requires-Python: <3.15,>=3.10
|
|
30
31
|
Description-Content-Type: text/x-rst
|
|
31
32
|
Requires-Dist: gmpy2~=2.1.b999
|
|
32
33
|
Requires-Dist: cysignals<1.12.4; sys_platform == "win32"
|
|
33
34
|
Requires-Dist: cysignals!=1.12.0,>=1.11.2
|
|
34
35
|
Requires-Dist: passagemath-ppl
|
|
35
36
|
Requires-Dist: memory_allocator
|
|
36
|
-
Requires-Dist: passagemath-environment~=10.6.
|
|
37
|
-
Requires-Dist: passagemath-glpk~=10.6.
|
|
38
|
-
Requires-Dist: passagemath-modules~=10.6.
|
|
37
|
+
Requires-Dist: passagemath-environment~=10.6.33.0
|
|
38
|
+
Requires-Dist: passagemath-glpk~=10.6.33.0
|
|
39
|
+
Requires-Dist: passagemath-modules~=10.6.33.0
|
|
39
40
|
Provides-Extra: conf
|
|
40
41
|
Provides-Extra: test
|
|
41
42
|
Requires-Dist: passagemath-repl; extra == "test"
|
{passagemath_polyhedra-10.6.15.dist-info → passagemath_polyhedra-10.6.33.dist-info}/METADATA.bak
RENAMED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: passagemath-polyhedra
|
|
3
|
-
Version: 10.6.
|
|
3
|
+
Version: 10.6.33
|
|
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
|
|
@@ -24,19 +24,20 @@ Classifier: Programming Language :: Python :: 3.10
|
|
|
24
24
|
Classifier: Programming Language :: Python :: 3.11
|
|
25
25
|
Classifier: Programming Language :: Python :: 3.12
|
|
26
26
|
Classifier: Programming Language :: Python :: 3.13
|
|
27
|
+
Classifier: Programming Language :: Python :: 3.14
|
|
27
28
|
Classifier: Programming Language :: Python :: Implementation :: CPython
|
|
28
29
|
Classifier: Topic :: Scientific/Engineering :: Mathematics
|
|
29
|
-
Requires-Python: <3.
|
|
30
|
+
Requires-Python: <3.15,>=3.10
|
|
30
31
|
Description-Content-Type: text/x-rst
|
|
31
32
|
Requires-Dist: gmpy2~=2.1.b999
|
|
32
33
|
Requires-Dist: cysignals<1.12.4; sys_platform == "win32"
|
|
33
34
|
Requires-Dist: cysignals!=1.12.0,>=1.11.2
|
|
34
35
|
Requires-Dist: passagemath-ppl
|
|
35
36
|
Requires-Dist: memory_allocator
|
|
36
|
-
Requires-Dist: passagemath-conf~=10.6.
|
|
37
|
-
Requires-Dist: passagemath-environment~=10.6.
|
|
38
|
-
Requires-Dist: passagemath-glpk~=10.6.
|
|
39
|
-
Requires-Dist: passagemath-modules~=10.6.
|
|
37
|
+
Requires-Dist: passagemath-conf~=10.6.33.0; sys_platform != "win32"
|
|
38
|
+
Requires-Dist: passagemath-environment~=10.6.33.0
|
|
39
|
+
Requires-Dist: passagemath-glpk~=10.6.33.0
|
|
40
|
+
Requires-Dist: passagemath-modules~=10.6.33.0
|
|
40
41
|
Provides-Extra: conf
|
|
41
42
|
Requires-Dist: passagemath-conf; extra == "conf"
|
|
42
43
|
Provides-Extra: test
|
|
@@ -20,12 +20,12 @@ sage/geometry/fan_isomorphism.py,sha256=9R_vCWyqMi8qWky1T1PpXWASx2T9EDu4hhgIFdQ4
|
|
|
20
20
|
sage/geometry/fan_morphism.py,sha256=kpF3LxKEqAMnzf2kDuzyhPNxlgQQ94aZ40Q9BPCE2Do,76418
|
|
21
21
|
sage/geometry/hasse_diagram.py,sha256=VTdFT8ivZhIImLeYnsK06hgRbDTBpm6E6GesNx8dbXM,8673
|
|
22
22
|
sage/geometry/integral_points.py,sha256=V48Vs4dG6fZRcxmAr9ScqN3jERcKgUqTq8Aod5eTa5Q,1072
|
|
23
|
-
sage/geometry/integral_points_generic_dense.cpython-313-aarch64-linux-musl.so,sha256=
|
|
23
|
+
sage/geometry/integral_points_generic_dense.cpython-313-aarch64-linux-musl.so,sha256=xYaQQ_TVJ7Z_y8WZZuF_5GUeFM9X8No4sQLrk-CEeqQ,1592376
|
|
24
24
|
sage/geometry/integral_points_generic_dense.pyx,sha256=c848OfZnrbOYfGJBfI44DiQ5XTi7IsbntBe6PjrMJ0Q,275
|
|
25
|
-
sage/geometry/lattice_polytope.py,sha256=
|
|
25
|
+
sage/geometry/lattice_polytope.py,sha256=1brMNpTtL_fLa8jvoa9H1rcZ0Y03haAUmP3zClY8QPM,213397
|
|
26
26
|
sage/geometry/linear_expression.py,sha256=lYY_Itcvq5d4Nnquc3z3uTy3L7xJkHz7jyvVOQNZrCc,24729
|
|
27
27
|
sage/geometry/newton_polygon.py,sha256=S8lr5dh4dPL7x7cyZRBWifpI9ZqEgca8rIKpdX7hnC8,25033
|
|
28
|
-
sage/geometry/point_collection.cpython-313-aarch64-linux-musl.so,sha256=
|
|
28
|
+
sage/geometry/point_collection.cpython-313-aarch64-linux-musl.so,sha256=cQ0Wq2ypV6im3yNk5jJ5WjhB3uXDla5XKV9Alp50Zo0,1226544
|
|
29
29
|
sage/geometry/point_collection.pyx,sha256=Ua2x8Lsw2-YE2hAo_of4V6OetcKZxICXF_Cul_MFAuQ,30166
|
|
30
30
|
sage/geometry/polyhedral_complex.py,sha256=NeSrleLIcAGL1MRCUFy4l6hS1d8WBL1z1VDZIEVYr5k,106721
|
|
31
31
|
sage/geometry/pseudolines.py,sha256=L_r3dGqbSMLtKCfGbBPLhqFuDJGFJ38lxUKy_ESOIqE,19173
|
|
@@ -34,7 +34,7 @@ sage/geometry/toric_plotter.py,sha256=6RM_PEHbUt_zlDIlvEpL7EgwTURAAOMeYoAdVV9sBd
|
|
|
34
34
|
sage/geometry/voronoi_diagram.py,sha256=qlpoY3sxfUFUTRhhQtXzlrClzROTRruYH5Df2qyBBnw,13521
|
|
35
35
|
sage/geometry/hyperplane_arrangement/affine_subspace.py,sha256=1YaIFU5Ip3hGtGvK2o40Q027TVlyZ4PVlhQErGv4mVI,12186
|
|
36
36
|
sage/geometry/hyperplane_arrangement/all.py,sha256=LolvTCzFQLU1zFvEF3eKq8UENEuaxFb6_fOHRj_4pOA,48
|
|
37
|
-
sage/geometry/hyperplane_arrangement/arrangement.py,sha256=
|
|
37
|
+
sage/geometry/hyperplane_arrangement/arrangement.py,sha256=yd6ICQHDo4sX91P2XHIoYqiPRUFI2K3RD4wATsdQ88M,152020
|
|
38
38
|
sage/geometry/hyperplane_arrangement/check_freeness.py,sha256=meD0cajAB-G2qloSG-6_YCDXw6-fzvkq32Z8Za3EbXY,4357
|
|
39
39
|
sage/geometry/hyperplane_arrangement/hyperplane.py,sha256=i5OIogWCtEfvq3kDZbhFCMm8RW6nUenoF1Wx_Z779ac,24315
|
|
40
40
|
sage/geometry/hyperplane_arrangement/library.py,sha256=IvJj2eqUoVGdT0KFf5FnhTXgTheN5-OGH9Zas0UFLxc,28347
|
|
@@ -49,18 +49,18 @@ sage/geometry/polyhedron/backend_number_field.py,sha256=7CiRgMp8MlmhUoZ_a-nTl7wc
|
|
|
49
49
|
sage/geometry/polyhedron/backend_polymake.py,sha256=J5Jj-ex-vMLX1eUBCkquoLe221BqAfsIUfH26tBo7BU,30840
|
|
50
50
|
sage/geometry/polyhedron/backend_ppl.py,sha256=lJ_MaZWQpATMssIrpLGNbvfLyGzCyXI87LTtgp4axB0,20561
|
|
51
51
|
sage/geometry/polyhedron/base.py,sha256=LsG19XcmI4uORpibkdXgcsnEQmyIl9WBQRSaqGXvi1c,47673
|
|
52
|
-
sage/geometry/polyhedron/base0.py,sha256=
|
|
52
|
+
sage/geometry/polyhedron/base0.py,sha256=kG2DEymqh-y4NJv68Kp9mwZt4ywQZg62_YDWV87lpsw,52186
|
|
53
53
|
sage/geometry/polyhedron/base1.py,sha256=98Lir6B9tcm_0SN_CJbZuTgqxDDkNm1jmgthrdpGHm8,29094
|
|
54
|
-
sage/geometry/polyhedron/base2.py,sha256=
|
|
54
|
+
sage/geometry/polyhedron/base2.py,sha256=Y8Jk9FrrZOKle8jdkQ0ObCXCzroPVp8U_0sxOSaZXmY,31839
|
|
55
55
|
sage/geometry/polyhedron/base3.py,sha256=FX6xfC5QHRF-CH_A-uxNKOXunCrOgKwXivgqI-ZNCbo,72706
|
|
56
|
-
sage/geometry/polyhedron/base4.py,sha256=
|
|
57
|
-
sage/geometry/polyhedron/base5.py,sha256=
|
|
56
|
+
sage/geometry/polyhedron/base4.py,sha256=YIYuiZXD7ofmmOgas9rvHCQ85ibAg_Vf5YmbNONssYw,52400
|
|
57
|
+
sage/geometry/polyhedron/base5.py,sha256=hlL5TTwXz3wfSvFZlorNV3F1X4f_cCnWx7iWSYPhqEk,107661
|
|
58
58
|
sage/geometry/polyhedron/base6.py,sha256=Q10hDYxGBhn-S9sMUzgMriT_V3h0vzPbR_CXEK02FcE,80204
|
|
59
59
|
sage/geometry/polyhedron/base7.py,sha256=eMIQgEaes-rssxPaBgPBTtLGrYDoolEhuLICO5eu4Mk,41934
|
|
60
60
|
sage/geometry/polyhedron/base_QQ.py,sha256=ypi55pOIzVjXDSVEjE32A32Q7hpejGhUuiqmQ4gLWHw,54631
|
|
61
61
|
sage/geometry/polyhedron/base_RDF.py,sha256=4lcqqFmoUf4hwiYldg2DE2y0KrbHxjeKYNb_twc2BIc,2100
|
|
62
62
|
sage/geometry/polyhedron/base_ZZ.py,sha256=tvICsTWpcOsCmm5yogtcXDVwbE40ghbBcgTIlcoZQxk,38268
|
|
63
|
-
sage/geometry/polyhedron/base_mutable.py,sha256=
|
|
63
|
+
sage/geometry/polyhedron/base_mutable.py,sha256=GISesNSqY09MiMiMAR_jLmJfHeFbarJCsfMFgTNba4M,7103
|
|
64
64
|
sage/geometry/polyhedron/base_number_field.py,sha256=X6L91Owa8ayQ9cua5VOo--ciR_iALE04ZoJGHbdQ7OA,6274
|
|
65
65
|
sage/geometry/polyhedron/cdd_file_format.py,sha256=mr60PxPki2wQEf3rvZj4uS00NoUK2vKqNKM8PTNZsyg,4955
|
|
66
66
|
sage/geometry/polyhedron/constructor.py,sha256=698_AKHFvg1u2XsZTMLVq0gNjULWipOoOEnfKNUAsKM,31908
|
|
@@ -78,32 +78,32 @@ sage/geometry/polyhedron/ppl_lattice_polygon.py,sha256=bEQ3m7EyeLpwIioG7_BkoZLKV
|
|
|
78
78
|
sage/geometry/polyhedron/ppl_lattice_polytope.py,sha256=fDkgC1D4jbbd-CODevS7BtzmGcELWDsQDF05AxWidZk,49897
|
|
79
79
|
sage/geometry/polyhedron/representation.py,sha256=ts4Bu0TWgJWxBeH_FT96-R8gZEA_RQGqD1nyv6QmSlQ,55243
|
|
80
80
|
sage/geometry/polyhedron/combinatorial_polyhedron/all.py,sha256=LolvTCzFQLU1zFvEF3eKq8UENEuaxFb6_fOHRj_4pOA,48
|
|
81
|
-
sage/geometry/polyhedron/combinatorial_polyhedron/base.cpython-313-aarch64-linux-musl.so,sha256=
|
|
81
|
+
sage/geometry/polyhedron/combinatorial_polyhedron/base.cpython-313-aarch64-linux-musl.so,sha256=khIyxwGJ3QTcCWj9Q8ZhWrkFU2ExTBxRXR2ZiWtbZbM,3938721
|
|
82
82
|
sage/geometry/polyhedron/combinatorial_polyhedron/base.pxd,sha256=yhN1XgEZ85N0nR7QDOg2NSvGHj5UAl-fDwEEV619svU,4098
|
|
83
83
|
sage/geometry/polyhedron/combinatorial_polyhedron/base.pyx,sha256=v3gjG9bsd0IBu3w7LLyQXKjMcuj3l9iJhV-w3PHFa1g,146138
|
|
84
|
-
sage/geometry/polyhedron/combinatorial_polyhedron/combinatorial_face.cpython-313-aarch64-linux-musl.so,sha256=
|
|
84
|
+
sage/geometry/polyhedron/combinatorial_polyhedron/combinatorial_face.cpython-313-aarch64-linux-musl.so,sha256=UgHpsHGO3YndMDeV4Bmhte4LhuKx03T1hvEscXFvlAw,989113
|
|
85
85
|
sage/geometry/polyhedron/combinatorial_polyhedron/combinatorial_face.pxd,sha256=pwXlD_jx_fg9hGx-hb93_zbDl6EHJWJvBmNg3KYfWlY,1782
|
|
86
86
|
sage/geometry/polyhedron/combinatorial_polyhedron/combinatorial_face.pyx,sha256=hUNvaz3sfKgy4GNF5e74YfaXf97I7baeKG8I77xvQIA,39883
|
|
87
|
-
sage/geometry/polyhedron/combinatorial_polyhedron/conversions.cpython-313-aarch64-linux-musl.so,sha256=
|
|
87
|
+
sage/geometry/polyhedron/combinatorial_polyhedron/conversions.cpython-313-aarch64-linux-musl.so,sha256=NGWtzEt3n02_Uv-aiu88yePaaLaWXzMVYZ8W0tbd3jQ,857489
|
|
88
88
|
sage/geometry/polyhedron/combinatorial_polyhedron/conversions.pxd,sha256=1jOLLePlKwt5CJnjXtfj1DyU4W-c2EAdnyowkJPyJu4,365
|
|
89
89
|
sage/geometry/polyhedron/combinatorial_polyhedron/conversions.pyx,sha256=eGBgIHKiGVJGYgEBSA2P_jiLTtGnHDPIO9Qlv45aGeE,18803
|
|
90
90
|
sage/geometry/polyhedron/combinatorial_polyhedron/face_data_structure.pxd,sha256=Yio6wTA2kEeQls07hQWVkBcYeAqBQFuik3H7AeVVwYA,6438
|
|
91
|
-
sage/geometry/polyhedron/combinatorial_polyhedron/face_iterator.cpython-313-aarch64-linux-musl.so,sha256=
|
|
91
|
+
sage/geometry/polyhedron/combinatorial_polyhedron/face_iterator.cpython-313-aarch64-linux-musl.so,sha256=x4Hyye0AZircRoBQ2PLsdzpScXrCu95NjxXBcjrWcK4,1060017
|
|
92
92
|
sage/geometry/polyhedron/combinatorial_polyhedron/face_iterator.pxd,sha256=Lq6QNsS3DnUUeHqkZZQQ996xyRzECFqEio5qEgWLh9s,4644
|
|
93
93
|
sage/geometry/polyhedron/combinatorial_polyhedron/face_iterator.pyx,sha256=sWM2nnuPt_2C4K97ZgD6-FSirZjCfoEvucet1Ce4gmA,90221
|
|
94
|
-
sage/geometry/polyhedron/combinatorial_polyhedron/face_list_data_structure.cpython-313-aarch64-linux-musl.so,sha256=
|
|
94
|
+
sage/geometry/polyhedron/combinatorial_polyhedron/face_list_data_structure.cpython-313-aarch64-linux-musl.so,sha256=lOyAC_Vru8EKcj19gLGwrs70IusEWE4cVIogpxwaLwQ,146864
|
|
95
95
|
sage/geometry/polyhedron/combinatorial_polyhedron/face_list_data_structure.pxd,sha256=2_L1zSSHpCxDBufxjL8mOoFUj__OvMfJouYzaPzxk2Q,13151
|
|
96
96
|
sage/geometry/polyhedron/combinatorial_polyhedron/face_list_data_structure.pyx,sha256=3Tqdtx-8T9DkWslPzK82n27p_TgeuhyKPR-yDF18LBo,2859
|
|
97
|
-
sage/geometry/polyhedron/combinatorial_polyhedron/list_of_faces.cpython-313-aarch64-linux-musl.so,sha256=
|
|
97
|
+
sage/geometry/polyhedron/combinatorial_polyhedron/list_of_faces.cpython-313-aarch64-linux-musl.so,sha256=bsSP5lux7dCMi53Ihl7BnYIk28RZZCEQREVZy-ku1Y0,660393
|
|
98
98
|
sage/geometry/polyhedron/combinatorial_polyhedron/list_of_faces.pxd,sha256=yPhgmiCIyYePn8aRrXWUndALSX6XojSV0nyyBeDpo9o,1154
|
|
99
99
|
sage/geometry/polyhedron/combinatorial_polyhedron/list_of_faces.pyx,sha256=9huRMVWU8UpHiIqMa4tmbE_QBSc2zYgn8h620tWoqhA,21823
|
|
100
|
-
sage/geometry/polyhedron/combinatorial_polyhedron/polyhedron_face_lattice.cpython-313-aarch64-linux-musl.so,sha256=
|
|
100
|
+
sage/geometry/polyhedron/combinatorial_polyhedron/polyhedron_face_lattice.cpython-313-aarch64-linux-musl.so,sha256=O08czPPlcoN_rQD1mddFxiAJHj9xl1zDPGTfdF7Ecj0,791625
|
|
101
101
|
sage/geometry/polyhedron/combinatorial_polyhedron/polyhedron_face_lattice.pxd,sha256=AvDecggtVui3oUQcoCwBguJJBzT9MDA4W6q70KsMv0A,2921
|
|
102
102
|
sage/geometry/polyhedron/combinatorial_polyhedron/polyhedron_face_lattice.pyx,sha256=3syIslI5bst2-DAGcU5PDomSrnH847XGyVBakUQWIcw,24147
|
|
103
103
|
sage/geometry/polyhedron/modules/all.py,sha256=LolvTCzFQLU1zFvEF3eKq8UENEuaxFb6_fOHRj_4pOA,48
|
|
104
104
|
sage/geometry/polyhedron/modules/formal_polyhedra_module.py,sha256=H1M4Q-gVvLo3aGkPyCCMRvdfQxpcqiPAlBIPzFB4lqU,6114
|
|
105
105
|
sage/geometry/triangulation/all.py,sha256=hZDvbBIQgzsXOQvCh2SFC9BPl-MP3Za2ltX254BOibs,127
|
|
106
|
-
sage/geometry/triangulation/base.cpython-313-aarch64-linux-musl.so,sha256=
|
|
106
|
+
sage/geometry/triangulation/base.cpython-313-aarch64-linux-musl.so,sha256=cifjT4MeYOL2mPQIGCB8nCGglS7bglYrB4RFYa9nSns,2239449
|
|
107
107
|
sage/geometry/triangulation/base.pyx,sha256=CcdBXQjqRq5UKFmvF47CdbY3kezZJOlYXdVJm0WUq0s,30274
|
|
108
108
|
sage/geometry/triangulation/data.h,sha256=0wVPN5U3c9FNqkoPq1EbrZOhkBrHNJggn-7jS-GsJwU,3618
|
|
109
109
|
sage/geometry/triangulation/data.pxd,sha256=7w9mhv0OphWg4LW_0BopsW4D1FaGkvrSCkasXCCdVyY,158
|
|
@@ -119,44 +119,44 @@ sage/numerical/all.py,sha256=G0M2Yf4lcL46RVDRsfghmIsXkWkTQHsJNRishtSekEw,581
|
|
|
119
119
|
sage/numerical/all__sagemath_polyhedra.py,sha256=919uMNLV86OInEG6t6qAjZtpE7usy3cYFnAub4iijx0,529
|
|
120
120
|
sage/numerical/interactive_simplex_method.py,sha256=hB3EdLJhhTjQINmw5tW-DBb2W3zNe6gCDBWrRY8CAp4,181303
|
|
121
121
|
sage/numerical/knapsack.py,sha256=uGP7S0Y7w0RhrBHPNJHUtRyg0GjzAQZ6wrjJXM6JXNU,23947
|
|
122
|
-
sage/numerical/linear_functions.cpython-313-aarch64-linux-musl.so,sha256=
|
|
122
|
+
sage/numerical/linear_functions.cpython-313-aarch64-linux-musl.so,sha256=nnrwgillYuvgjGsqcuPWP_sPgqqspMWkfjLYX-PSWLk,1439016
|
|
123
123
|
sage/numerical/linear_functions.pxd,sha256=6Ur2bqh-6yBoOpw-fU_dGKAvRAXYJIRbkxq5LWA93bk,1089
|
|
124
124
|
sage/numerical/linear_functions.pyx,sha256=Y-0QrlZzDmIhw5fbP3UoyoqMhY1YLgT3FgJxwx9iIj4,52370
|
|
125
125
|
sage/numerical/linear_tensor.py,sha256=mS9vjSn1HLCkB_MwLBHwd1kmLTn09gt9WjPMpcRI-8Q,15511
|
|
126
126
|
sage/numerical/linear_tensor_constraints.py,sha256=xhv_mFvG1-QlM_5JbUwRzThPWAydtSZBoBMvkNiFzG4,14956
|
|
127
|
-
sage/numerical/linear_tensor_element.cpython-313-aarch64-linux-musl.so,sha256=
|
|
127
|
+
sage/numerical/linear_tensor_element.cpython-313-aarch64-linux-musl.so,sha256=N5O9lmoPdPj5pjQ6XVmCIyGcATBpwZM3FZG0eSkco4U,795800
|
|
128
128
|
sage/numerical/linear_tensor_element.pxd,sha256=KiJZamtNwBh-qjJVctqbjRiQWZdNi9wz97hpcur36W8,194
|
|
129
129
|
sage/numerical/linear_tensor_element.pyx,sha256=kWDDxacjWJsp4Cx6TVzG2tlXncVb5z_oW1xxj9t5d5s,15417
|
|
130
|
-
sage/numerical/mip.cpython-313-aarch64-linux-musl.so,sha256=
|
|
130
|
+
sage/numerical/mip.cpython-313-aarch64-linux-musl.so,sha256=i0USckrb1BjnYzwUUP_cQyvbhYHIcw-6QMo7_8TSFX8,2598208
|
|
131
131
|
sage/numerical/mip.pxd,sha256=cGeXE3lPa5E7H7U-U3ImT-vSo8eqWFlTN4PVxngNMSs,1120
|
|
132
132
|
sage/numerical/mip.pyx,sha256=DkStzMmKSqiLU8QqGyI6o5czIBsOQPhbM5AheLbcsFw,134520
|
|
133
|
-
sage/numerical/sdp.cpython-313-aarch64-linux-musl.so,sha256=
|
|
133
|
+
sage/numerical/sdp.cpython-313-aarch64-linux-musl.so,sha256=pCQMsEd9aRIOue1WBYntPyRISAxn_tKJrwOwYR3Fpq0,1368920
|
|
134
134
|
sage/numerical/sdp.pxd,sha256=sfIqekttQvN5N43WfniGS6kfOB5XEC-evQNxUhOSL_0,1164
|
|
135
135
|
sage/numerical/sdp.pyx,sha256=plAUmlSMli0a5LuDhu7md5g1JL0hYLg7vJywYLOW27E,49355
|
|
136
136
|
sage/numerical/backends/all.py,sha256=LolvTCzFQLU1zFvEF3eKq8UENEuaxFb6_fOHRj_4pOA,48
|
|
137
137
|
sage/numerical/backends/all__sagemath_polyhedra.py,sha256=LolvTCzFQLU1zFvEF3eKq8UENEuaxFb6_fOHRj_4pOA,48
|
|
138
|
-
sage/numerical/backends/cvxopt_backend.cpython-313-aarch64-linux-musl.so,sha256=
|
|
138
|
+
sage/numerical/backends/cvxopt_backend.cpython-313-aarch64-linux-musl.so,sha256=gFQyc1jj4o2FFrqTdcZYm0jsLNydH054yYy7ooVAhZY,1102176
|
|
139
139
|
sage/numerical/backends/cvxopt_backend.pyx,sha256=90JOjOoefaa6G2OZdMO0H9M-0sQfug8kM7FQsEoD2mQ,32099
|
|
140
140
|
sage/numerical/backends/cvxopt_backend_test.py,sha256=5FROhb8uv_jQOuphjLIhy_VOJ1fPY0nxOpVBCzAl8dM,834
|
|
141
|
-
sage/numerical/backends/cvxopt_sdp_backend.cpython-313-aarch64-linux-musl.so,sha256=
|
|
141
|
+
sage/numerical/backends/cvxopt_sdp_backend.cpython-313-aarch64-linux-musl.so,sha256=elkQ8bbVOpvdZyu-k0IRuelhqQ5JdnYirYCF7eaVtnM,743528
|
|
142
142
|
sage/numerical/backends/cvxopt_sdp_backend.pyx,sha256=NCq7iXCCQZjt8Qdg24a695TjsE7cN3CYqoIe5jT-kks,14671
|
|
143
|
-
sage/numerical/backends/cvxpy_backend.cpython-313-aarch64-linux-musl.so,sha256=
|
|
143
|
+
sage/numerical/backends/cvxpy_backend.cpython-313-aarch64-linux-musl.so,sha256=WcAaOAykZ7l7IBBEC2JaBShCFzWsB_eiAs8O1AwoL6M,1285744
|
|
144
144
|
sage/numerical/backends/cvxpy_backend.pxd,sha256=p2GKJSvFNblYmpK2NeH7YwVGu4VMVnG4coCdUIt2xek,1390
|
|
145
145
|
sage/numerical/backends/cvxpy_backend.pyx,sha256=923cU0penU7ZCKwURr4gUdpdpo8AMRs3Av8NwNHAJHU,31553
|
|
146
146
|
sage/numerical/backends/cvxpy_backend_test.py,sha256=iNyGauzoCxHyN93Gh8LbirONKr6Bcc7v508WyAPQL3g,473
|
|
147
147
|
sage/numerical/backends/generic_backend_test.py,sha256=m0k25bdrfvOZiL9zzimj8Upsm5Gy6W9eLTeFki0Doxw,889
|
|
148
|
-
sage/numerical/backends/interactivelp_backend.cpython-313-aarch64-linux-musl.so,sha256=
|
|
148
|
+
sage/numerical/backends/interactivelp_backend.cpython-313-aarch64-linux-musl.so,sha256=1_xLXZ2XDuVAepRneCP5NP1reHiBxFe6XzKl_ioBj0s,1495912
|
|
149
149
|
sage/numerical/backends/interactivelp_backend.pxd,sha256=jbiRhBROPhMHBPLvvgSpDmNI0ew_LNMRuF7mErpbK1M,1276
|
|
150
150
|
sage/numerical/backends/interactivelp_backend.pyx,sha256=9O1kp-KKel1o65j3lk2fKRSTNxXjzTjiJ0otD581T-U,42533
|
|
151
151
|
sage/numerical/backends/interactivelp_backend_test.py,sha256=5nBccm9J9UtcI37eDcli1UUCdtX4HrGwvkQxb4-d0AM,459
|
|
152
152
|
sage/numerical/backends/logging_backend.py,sha256=iXP1h3n1zyd9CSKmpnAfz54FWIUHI2c6OppZ1ky9lhQ,15334
|
|
153
|
-
sage/numerical/backends/matrix_sdp_backend.cpython-313-aarch64-linux-musl.so,sha256=
|
|
153
|
+
sage/numerical/backends/matrix_sdp_backend.cpython-313-aarch64-linux-musl.so,sha256=0MLli_2ZKQMO-NLHm9LLAXIHwff3FbJkYgYx0eNUjPU,780192
|
|
154
154
|
sage/numerical/backends/matrix_sdp_backend.pxd,sha256=WWZCkgndram96A2Rw2iHoBJ7Lgun-42V7XpLkCXkvpg,362
|
|
155
155
|
sage/numerical/backends/matrix_sdp_backend.pyx,sha256=btqQmRzPbR0I62rn6znGlJjlqfU02dxwRGPmbHzvNQw,14917
|
|
156
|
-
sage/numerical/backends/ppl_backend.cpython-313-aarch64-linux-musl.so,sha256=
|
|
156
|
+
sage/numerical/backends/ppl_backend.cpython-313-aarch64-linux-musl.so,sha256=51yenIz8jNAZtzrXqhb8vLIG0lBrqTQ7JDoGtFzfTsU,1308008
|
|
157
157
|
sage/numerical/backends/ppl_backend.pyx,sha256=KmVJfd_EQiO50J7D1i-Xrow24oCxvLdX4nNY6husyjg,35982
|
|
158
158
|
sage/numerical/backends/ppl_backend_test.py,sha256=oZ8N2oKi3wu1V79BGYnzNBdFDtYSIRh8jmSc7MNpQzY,440
|
|
159
|
-
sage/numerical/backends/scip_backend.cpython-313-aarch64-linux-musl.so,sha256=
|
|
159
|
+
sage/numerical/backends/scip_backend.cpython-313-aarch64-linux-musl.so,sha256=5XNsHy2jJ8Bj2PQ8nD06V5n5mh3FBFPOeeeQxYpl7IM,1471608
|
|
160
160
|
sage/numerical/backends/scip_backend.pxd,sha256=bMUmB3-ZIQpR0iK3BT9vQnn0alEJFxbKkR8r6JicCMk,854
|
|
161
161
|
sage/numerical/backends/scip_backend.pyx,sha256=0f8lujlFNkKByz4kJIjsZjcD9esqpDvp1-n59HfixC0,41999
|
|
162
162
|
sage/numerical/backends/scip_backend_test.py,sha256=IZcdDQBeOv7qlMilYXqG2pZ2jE7YaOUq8CnopZBseu4,475
|
|
@@ -167,7 +167,7 @@ sage/schemes/all__sagemath_polyhedra.py,sha256=4l3RkFm9XlBkxEwkDCva-832OQmXneOPt
|
|
|
167
167
|
sage/schemes/toric/all.py,sha256=mFWIqoMQf5edfq6n5qCdzWE-qVsNOTMplIfcMulnan4,502
|
|
168
168
|
sage/schemes/toric/chow_group.py,sha256=ZaSpJNG4PagYKkQbpgBo6kiHCkxPq47ZYkYAN8VLQQw,43384
|
|
169
169
|
sage/schemes/toric/divisor.py,sha256=snO-NUT6YyV2WghnX-oziAZK7iqKHT3o4yFgmhoSIOQ,73549
|
|
170
|
-
sage/schemes/toric/divisor_class.cpython-313-aarch64-linux-musl.so,sha256=
|
|
170
|
+
sage/schemes/toric/divisor_class.cpython-313-aarch64-linux-musl.so,sha256=X3PbXfxPvSJ54ynhXzvGNpelywzX3huQFCOt6B8xBNY,660857
|
|
171
171
|
sage/schemes/toric/divisor_class.pyx,sha256=GdjxhF1TGrs9Bv7pkji6G1Cw4h46cEAlKacgHKuIH8Q,10060
|
|
172
172
|
sage/schemes/toric/fano_variety.py,sha256=JaLduwM-_yYPW05FaDbYx6tfi2hEZ2c-uK8l23tAGy0,69936
|
|
173
173
|
sage/schemes/toric/homset.py,sha256=hWrz_VHrSMjMBuuu2dtQBNqz7WCnAB52oI5tg6mLyyA,24278
|
|
@@ -201,8 +201,8 @@ sage_wheels/share/reflexive_polytopes/Full3d/zzdb.v10,sha256=RNGTpHZbqg_kQjAaXht
|
|
|
201
201
|
sage_wheels/share/reflexive_polytopes/Full3d/zzdb.v11,sha256=aWBRUh_ypzLTwOQBt3kiNi7vVHUVjITBuzGnUz_ezXw,224
|
|
202
202
|
sage_wheels/share/reflexive_polytopes/Full3d/zzdb.v12,sha256=kqmjvL8x9BW9RbPh7lUW4OMY1dY9BTi4PRcS9YieQQw,31
|
|
203
203
|
sage_wheels/share/reflexive_polytopes/Full3d/zzdb.v13,sha256=82Nhvyd4kPTIRVlSDjYCJEnFMoDTY-3Yg81Pq-DXFXc,14
|
|
204
|
-
passagemath_polyhedra-10.6.
|
|
205
|
-
passagemath_polyhedra-10.6.
|
|
206
|
-
passagemath_polyhedra-10.6.
|
|
207
|
-
passagemath_polyhedra-10.6.
|
|
208
|
-
passagemath_polyhedra-10.6.
|
|
204
|
+
passagemath_polyhedra-10.6.33.dist-info/METADATA,sha256=iHzlb8Whk_Hvc28hNuCOMcJi3Zt4Di0QQm4Tje9Vew0,16819
|
|
205
|
+
passagemath_polyhedra-10.6.33.dist-info/METADATA.bak,sha256=FZJBXI22iSRlqYz9x1UVDQXQcx5355qr1rn6BYgrXCs,16936
|
|
206
|
+
passagemath_polyhedra-10.6.33.dist-info/WHEEL,sha256=3IjWZRuuq2q-vKtU0x2XxSbfx92VUEmTDWR0AUEtZxI,113
|
|
207
|
+
passagemath_polyhedra-10.6.33.dist-info/top_level.txt,sha256=Kmzulf9WsphADFQuqgvdy5mvTLDj_V2zkFHU2s3UXos,6
|
|
208
|
+
passagemath_polyhedra-10.6.33.dist-info/RECORD,,
|
|
@@ -3475,7 +3475,17 @@ class HyperplaneArrangementElement(Element):
|
|
|
3475
3475
|
if algorithm == "singular":
|
|
3476
3476
|
# TODO: Implement this using libSingular
|
|
3477
3477
|
mres = self.defining_polynomial().jacobian_ideal()._singular_().mres(0)
|
|
3478
|
-
|
|
3478
|
+
# Newer versions of Singular include a trailing zero module (R^0).
|
|
3479
|
+
# Check if the last element is trivial and exclude it from the count.
|
|
3480
|
+
resolution_length = len(mres)
|
|
3481
|
+
if resolution_length > 0:
|
|
3482
|
+
sing = mres.parent()
|
|
3483
|
+
last_elem = mres[resolution_length]
|
|
3484
|
+
# Check if this element is the zero module using size()
|
|
3485
|
+
size_val = sing.size(last_elem)
|
|
3486
|
+
if size_val == 0: # Trailing zero module
|
|
3487
|
+
resolution_length -= 1
|
|
3488
|
+
return resolution_length <= 2
|
|
3479
3489
|
elif algorithm == "BC":
|
|
3480
3490
|
return self.derivation_module_free_chain() is not None
|
|
3481
3491
|
else:
|
|
Binary file
|
|
@@ -485,7 +485,7 @@ def is_LatticePolytope(x):
|
|
|
485
485
|
See https://github.com/sagemath/sage/issues/34307 for details.
|
|
486
486
|
False
|
|
487
487
|
sage: p = LatticePolytope([(1,0), (0,1), (-1,-1)])
|
|
488
|
-
sage: p # optional - polytopes_db, needs palp
|
|
488
|
+
sage: p # optional - polytopes_db, needs palp sage.groups
|
|
489
489
|
2-d reflexive polytope #0 in 2-d lattice M
|
|
490
490
|
sage: is_LatticePolytope(p)
|
|
491
491
|
True
|
|
Binary file
|
|
@@ -427,9 +427,9 @@ class Polyhedron_base0(Element, sage.geometry.abc.Polyhedron):
|
|
|
427
427
|
|
|
428
428
|
sage: P = Polyhedron([[2/3,0],[6666666666666667/10^16,0]], base_ring=AA); P # needs sage.rings.number_field
|
|
429
429
|
A 1-dimensional polyhedron in AA^2 defined as the convex hull of 2 vertices
|
|
430
|
-
sage: Q = P.change_ring(RDF); Q # needs sage.rings.number_field
|
|
430
|
+
sage: Q = P.change_ring(RDF); Q # needs cddexec sage.rings.number_field
|
|
431
431
|
A 0-dimensional polyhedron in RDF^2 defined as the convex hull of 1 vertex
|
|
432
|
-
sage: P.n_vertices() == Q.n_vertices() # needs sage.rings.number_field
|
|
432
|
+
sage: P.n_vertices() == Q.n_vertices() # needs cddexec sage.rings.number_field
|
|
433
433
|
False
|
|
434
434
|
"""
|
|
435
435
|
from sage.categories.rings import Rings
|
|
@@ -147,7 +147,7 @@ class Polyhedron_base2(Polyhedron_base1):
|
|
|
147
147
|
sage: P = Polyhedron(vertices=[(1, 0), (0, 1), (-1, 0), (0, -1)])
|
|
148
148
|
sage: lp = P.lattice_polytope(); lp
|
|
149
149
|
2-d reflexive polytope... in 2-d lattice M
|
|
150
|
-
sage: lp # optional - polytopes_db, needs palp
|
|
150
|
+
sage: lp # optional - polytopes_db, needs palp sage.groups
|
|
151
151
|
2-d reflexive polytope #3 in 2-d lattice M
|
|
152
152
|
sage: lp.vertices()
|
|
153
153
|
M(-1, 0),
|
|
@@ -166,7 +166,7 @@ class Polyhedron_base2(Polyhedron_base1):
|
|
|
166
166
|
to add the argument "envelope=True" to compute an enveloping
|
|
167
167
|
lattice polytope.
|
|
168
168
|
sage: lp = P.lattice_polytope(True)
|
|
169
|
-
sage: lp # optional - polytopes_db, needs palp
|
|
169
|
+
sage: lp # optional - polytopes_db, needs palp sage.groups
|
|
170
170
|
2-d reflexive polytope #5 in 2-d lattice M
|
|
171
171
|
sage: lp.vertices()
|
|
172
172
|
M(-1, 0),
|
|
@@ -418,7 +418,7 @@ class Polyhedron_base4(Polyhedron_base3):
|
|
|
418
418
|
sage: Q.hasse_diagram()
|
|
419
419
|
Traceback (most recent call last):
|
|
420
420
|
...
|
|
421
|
-
TypeError: mutable polyhedra are unhashable
|
|
421
|
+
TypeError: ...mutable polyhedra are unhashable...
|
|
422
422
|
sage: C = Q.combinatorial_polyhedron()
|
|
423
423
|
sage: D = C.hasse_diagram()
|
|
424
424
|
sage: set(D.vertices(sort=False)) == set(range(20))
|
|
@@ -1077,8 +1077,13 @@ class Polyhedron_base5(Polyhedron_base4):
|
|
|
1077
1077
|
R = self*polytopes.regular_polygon(5, exact=True)
|
|
1078
1078
|
assert R
|
|
1079
1079
|
if RDF.has_coerce_map_from(self.base_ring()):
|
|
1080
|
-
|
|
1081
|
-
|
|
1080
|
+
try:
|
|
1081
|
+
P5 = polytopes.regular_polygon(5, exact=False)
|
|
1082
|
+
except FeatureNotPresentError:
|
|
1083
|
+
pass
|
|
1084
|
+
else:
|
|
1085
|
+
R = self * P5
|
|
1086
|
+
assert R
|
|
1082
1087
|
|
|
1083
1088
|
if self.base_ring() in (ZZ, QQ):
|
|
1084
1089
|
# Check that the double description is set up correctly.
|
|
@@ -26,7 +26,7 @@ class Polyhedron_mutable(Polyhedron_base):
|
|
|
26
26
|
sage: set([p])
|
|
27
27
|
Traceback (most recent call last):
|
|
28
28
|
...
|
|
29
|
-
TypeError: mutable polyhedra are unhashable
|
|
29
|
+
TypeError: ...mutable polyhedra are unhashable...
|
|
30
30
|
sage: p.set_immutable()
|
|
31
31
|
sage: set([p])
|
|
32
32
|
{A 0-dimensional polyhedron in ZZ^2 defined as the convex hull of 1 vertex}
|
|
Binary file
|
|
Binary file
|
sage/geometry/polyhedron/combinatorial_polyhedron/conversions.cpython-313-aarch64-linux-musl.so
CHANGED
|
Binary file
|
sage/geometry/polyhedron/combinatorial_polyhedron/face_iterator.cpython-313-aarch64-linux-musl.so
CHANGED
|
Binary file
|
|
Binary file
|
sage/geometry/polyhedron/combinatorial_polyhedron/list_of_faces.cpython-313-aarch64-linux-musl.so
CHANGED
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
File without changes
|
{passagemath_polyhedra-10.6.15.dist-info → passagemath_polyhedra-10.6.33.dist-info}/top_level.txt
RENAMED
|
File without changes
|