passagemath-polyhedra 10.6.31rc2__cp311-cp311-macosx_13_0_arm64.whl → 10.6.31rc3__cp311-cp311-macosx_13_0_arm64.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.
- {passagemath_polyhedra-10.6.31rc2.dist-info → passagemath_polyhedra-10.6.31rc3.dist-info}/METADATA +7 -5
- {passagemath_polyhedra-10.6.31rc2.dist-info → passagemath_polyhedra-10.6.31rc3.dist-info}/METADATA.bak +9 -6
- {passagemath_polyhedra-10.6.31rc2.dist-info → passagemath_polyhedra-10.6.31rc3.dist-info}/RECORD +29 -29
- sage/geometry/integral_points_generic_dense.cpython-311-darwin.so +0 -0
- sage/geometry/point_collection.cpython-311-darwin.so +0 -0
- sage/geometry/polyhedron/base4.py +1 -1
- sage/geometry/polyhedron/base_mutable.py +1 -1
- sage/geometry/polyhedron/combinatorial_polyhedron/base.cpython-311-darwin.so +0 -0
- sage/geometry/polyhedron/combinatorial_polyhedron/combinatorial_face.cpython-311-darwin.so +0 -0
- sage/geometry/polyhedron/combinatorial_polyhedron/conversions.cpython-311-darwin.so +0 -0
- sage/geometry/polyhedron/combinatorial_polyhedron/face_iterator.cpython-311-darwin.so +0 -0
- sage/geometry/polyhedron/combinatorial_polyhedron/face_list_data_structure.cpython-311-darwin.so +0 -0
- sage/geometry/polyhedron/combinatorial_polyhedron/list_of_faces.cpython-311-darwin.so +0 -0
- sage/geometry/polyhedron/combinatorial_polyhedron/polyhedron_face_lattice.cpython-311-darwin.so +0 -0
- sage/geometry/triangulation/base.cpython-311-darwin.so +0 -0
- sage/numerical/backends/cvxopt_backend.cpython-311-darwin.so +0 -0
- sage/numerical/backends/cvxopt_sdp_backend.cpython-311-darwin.so +0 -0
- sage/numerical/backends/cvxpy_backend.cpython-311-darwin.so +0 -0
- sage/numerical/backends/interactivelp_backend.cpython-311-darwin.so +0 -0
- sage/numerical/backends/matrix_sdp_backend.cpython-311-darwin.so +0 -0
- sage/numerical/backends/ppl_backend.cpython-311-darwin.so +0 -0
- sage/numerical/backends/scip_backend.cpython-311-darwin.so +0 -0
- sage/numerical/linear_functions.cpython-311-darwin.so +0 -0
- sage/numerical/linear_tensor_element.cpython-311-darwin.so +0 -0
- sage/numerical/mip.cpython-311-darwin.so +0 -0
- sage/numerical/sdp.cpython-311-darwin.so +0 -0
- sage/schemes/toric/divisor_class.cpython-311-darwin.so +0 -0
- {passagemath_polyhedra-10.6.31rc2.dist-info → passagemath_polyhedra-10.6.31rc3.dist-info}/WHEEL +0 -0
- {passagemath_polyhedra-10.6.31rc2.dist-info → passagemath_polyhedra-10.6.31rc3.dist-info}/top_level.txt +0 -0
{passagemath_polyhedra-10.6.31rc2.dist-info → passagemath_polyhedra-10.6.31rc3.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.31rc3
|
|
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,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-environment
|
|
37
|
-
Requires-Dist: passagemath-
|
|
38
|
-
Requires-Dist: passagemath-
|
|
37
|
+
Requires-Dist: passagemath-environment>=10.6.31rc3
|
|
38
|
+
Requires-Dist: passagemath-environment<10.6.31rc4
|
|
39
|
+
Requires-Dist: passagemath-glpk==10.6.31rc3
|
|
40
|
+
Requires-Dist: passagemath-modules==10.6.31rc3
|
|
39
41
|
Provides-Extra: conf
|
|
40
42
|
Provides-Extra: test
|
|
41
43
|
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.
|
|
3
|
+
Version: 10.6.31rc3
|
|
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,22 @@ 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
|
|
37
|
-
Requires-Dist: passagemath-
|
|
38
|
-
Requires-Dist: passagemath-
|
|
39
|
-
Requires-Dist: passagemath-
|
|
37
|
+
Requires-Dist: passagemath-conf>=10.6.31rc3; sys_platform != "win32"
|
|
38
|
+
Requires-Dist: passagemath-conf<10.6.31rc4; sys_platform != "win32"
|
|
39
|
+
Requires-Dist: passagemath-environment>=10.6.31rc3
|
|
40
|
+
Requires-Dist: passagemath-environment<10.6.31rc4
|
|
41
|
+
Requires-Dist: passagemath-glpk==10.6.31rc3
|
|
42
|
+
Requires-Dist: passagemath-modules==10.6.31rc3
|
|
40
43
|
Provides-Extra: conf
|
|
41
44
|
Requires-Dist: passagemath-conf; extra == "conf"
|
|
42
45
|
Provides-Extra: test
|
{passagemath_polyhedra-10.6.31rc2.dist-info → passagemath_polyhedra-10.6.31rc3.dist-info}/RECORD
RENAMED
|
@@ -1,8 +1,8 @@
|
|
|
1
|
-
passagemath_polyhedra-10.6.
|
|
2
|
-
passagemath_polyhedra-10.6.
|
|
3
|
-
passagemath_polyhedra-10.6.
|
|
4
|
-
passagemath_polyhedra-10.6.
|
|
5
|
-
passagemath_polyhedra-10.6.
|
|
1
|
+
passagemath_polyhedra-10.6.31rc3.dist-info/RECORD,,
|
|
2
|
+
passagemath_polyhedra-10.6.31rc3.dist-info/METADATA.bak,sha256=EzDAujwBFkhbO5WeGZHXvILFpkyJIUqZdMbDauf0OCo,17061
|
|
3
|
+
passagemath_polyhedra-10.6.31rc3.dist-info/WHEEL,sha256=_2eWE0XUrAnNpxPyXffVnsvXkR9SkDAS3wnEDHyQ9s4,136
|
|
4
|
+
passagemath_polyhedra-10.6.31rc3.dist-info/top_level.txt,sha256=Kmzulf9WsphADFQuqgvdy5mvTLDj_V2zkFHU2s3UXos,6
|
|
5
|
+
passagemath_polyhedra-10.6.31rc3.dist-info/METADATA,sha256=QTj-gCJkWm9dRevgjPPnod7F0BRRiUfx9SNcVjIAhMU,16875
|
|
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
|
|
@@ -26,7 +26,7 @@ sage/all__sagemath_polyhedra.py,sha256=VzeBbSQmBnTIy9KbebMG26Wav0WfPRFqKl_LiGdR8
|
|
|
26
26
|
sage/schemes/all__sagemath_polyhedra.py,sha256=4l3RkFm9XlBkxEwkDCva-832OQmXneOPtYP8yJJUFxg,85
|
|
27
27
|
sage/schemes/toric/fano_variety.py,sha256=JaLduwM-_yYPW05FaDbYx6tfi2hEZ2c-uK8l23tAGy0,69936
|
|
28
28
|
sage/schemes/toric/divisor_class.pyx,sha256=GdjxhF1TGrs9Bv7pkji6G1Cw4h46cEAlKacgHKuIH8Q,10060
|
|
29
|
-
sage/schemes/toric/divisor_class.cpython-311-darwin.so,sha256
|
|
29
|
+
sage/schemes/toric/divisor_class.cpython-311-darwin.so,sha256=zMfnXf5u6tiNDeXYcXcg_NyPUEaSNknuQ9JtIV1CZhg,147584
|
|
30
30
|
sage/schemes/toric/points.py,sha256=b5Z5kNEPWwas2n9lPbJaS73ksmhpuKUb_ofMGKFZb50,36001
|
|
31
31
|
sage/schemes/toric/library.py,sha256=1epknKLYBdbgZ32QalXAb2iH3y61CWivs2ma8zvPRt4,48168
|
|
32
32
|
sage/schemes/toric/toric_subscheme.py,sha256=AeYT1Uz9c1B7JZDPdMVf7R7mcoQa4YqIXlo6U8ciRTM,33475
|
|
@@ -50,22 +50,22 @@ sage/numerical/linear_functions.pxd,sha256=6Ur2bqh-6yBoOpw-fU_dGKAvRAXYJIRbkxq5L
|
|
|
50
50
|
sage/numerical/sdp.pxd,sha256=sfIqekttQvN5N43WfniGS6kfOB5XEC-evQNxUhOSL_0,1164
|
|
51
51
|
sage/numerical/knapsack.py,sha256=uGP7S0Y7w0RhrBHPNJHUtRyg0GjzAQZ6wrjJXM6JXNU,23947
|
|
52
52
|
sage/numerical/all.py,sha256=G0M2Yf4lcL46RVDRsfghmIsXkWkTQHsJNRishtSekEw,581
|
|
53
|
-
sage/numerical/linear_functions.cpython-311-darwin.so,sha256=
|
|
54
|
-
sage/numerical/mip.cpython-311-darwin.so,sha256=
|
|
55
|
-
sage/numerical/sdp.cpython-311-darwin.so,sha256=
|
|
53
|
+
sage/numerical/linear_functions.cpython-311-darwin.so,sha256=e7M3wU4Lbx1TBvsBxq337Ox62xwpuHByl84tBZieo1k,266504
|
|
54
|
+
sage/numerical/mip.cpython-311-darwin.so,sha256=pmMlPN5AZF9raCOBKNQmFNgNbDcWAMAyU86KgefFo3M,448200
|
|
55
|
+
sage/numerical/sdp.cpython-311-darwin.so,sha256=5CrnxA0Xc3qkT_hDDpSqZyMrErOIuqT0OSU5B__20IQ,253736
|
|
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_tensor_element.cpython-311-darwin.so,sha256=
|
|
62
|
+
sage/numerical/linear_tensor_element.cpython-311-darwin.so,sha256=aC1SlqYO3AhgW6tSsavpnbHeIsegqWeRnf36SpkRV5U,153432
|
|
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/matrix_sdp_backend.cpython-311-darwin.so,sha256=
|
|
68
|
+
sage/numerical/backends/matrix_sdp_backend.cpython-311-darwin.so,sha256=cOBcxRUoFo5RiBZr1AxNW_QIRk2NRr7gC5rSs-G9Wvw,148744
|
|
69
69
|
sage/numerical/backends/scip_backend.pyx,sha256=0f8lujlFNkKByz4kJIjsZjcD9esqpDvp1-n59HfixC0,41999
|
|
70
70
|
sage/numerical/backends/ppl_backend.pyx,sha256=KmVJfd_EQiO50J7D1i-Xrow24oCxvLdX4nNY6husyjg,35982
|
|
71
71
|
sage/numerical/backends/interactivelp_backend.pxd,sha256=jbiRhBROPhMHBPLvvgSpDmNI0ew_LNMRuF7mErpbK1M,1276
|
|
@@ -75,17 +75,17 @@ sage/numerical/backends/ppl_backend_test.py,sha256=oZ8N2oKi3wu1V79BGYnzNBdFDtYSI
|
|
|
75
75
|
sage/numerical/backends/logging_backend.py,sha256=iXP1h3n1zyd9CSKmpnAfz54FWIUHI2c6OppZ1ky9lhQ,15334
|
|
76
76
|
sage/numerical/backends/all.py,sha256=LolvTCzFQLU1zFvEF3eKq8UENEuaxFb6_fOHRj_4pOA,48
|
|
77
77
|
sage/numerical/backends/scip_backend_test.py,sha256=IZcdDQBeOv7qlMilYXqG2pZ2jE7YaOUq8CnopZBseu4,475
|
|
78
|
-
sage/numerical/backends/interactivelp_backend.cpython-311-darwin.so,sha256=
|
|
79
|
-
sage/numerical/backends/scip_backend.cpython-311-darwin.so,sha256=
|
|
78
|
+
sage/numerical/backends/interactivelp_backend.cpython-311-darwin.so,sha256=zUiDgtOhY18MQb6LctVQhwQQ6jWYbUVCo90JzGMvolU,251800
|
|
79
|
+
sage/numerical/backends/scip_backend.cpython-311-darwin.so,sha256=Z3XyJMpqhfVSusLUFRjBdNUNgZX0O0dM2brBRIg2Q7Y,262848
|
|
80
80
|
sage/numerical/backends/cvxopt_backend_test.py,sha256=5FROhb8uv_jQOuphjLIhy_VOJ1fPY0nxOpVBCzAl8dM,834
|
|
81
|
-
sage/numerical/backends/cvxpy_backend.cpython-311-darwin.so,sha256=
|
|
82
|
-
sage/numerical/backends/cvxopt_sdp_backend.cpython-311-darwin.so,sha256=
|
|
81
|
+
sage/numerical/backends/cvxpy_backend.cpython-311-darwin.so,sha256=M2diDZoboqLqoDpeAl3zl0ktHprWyQcYtrd1yIk-Tg0,227568
|
|
82
|
+
sage/numerical/backends/cvxopt_sdp_backend.cpython-311-darwin.so,sha256=6iMOc5FBjcEOx_iC2RUQJlUNlHlg_AiSUNaoHeXnxIE,143928
|
|
83
83
|
sage/numerical/backends/cvxopt_backend.pyx,sha256=90JOjOoefaa6G2OZdMO0H9M-0sQfug8kM7FQsEoD2mQ,32099
|
|
84
|
-
sage/numerical/backends/cvxopt_backend.cpython-311-darwin.so,sha256=
|
|
84
|
+
sage/numerical/backends/cvxopt_backend.cpython-311-darwin.so,sha256=94x6yIjv1uCnCmipNMkwW5OTrG3XMtw7HIZxhyEFtCs,207672
|
|
85
85
|
sage/numerical/backends/interactivelp_backend.pyx,sha256=9O1kp-KKel1o65j3lk2fKRSTNxXjzTjiJ0otD581T-U,42533
|
|
86
86
|
sage/numerical/backends/all__sagemath_polyhedra.py,sha256=LolvTCzFQLU1zFvEF3eKq8UENEuaxFb6_fOHRj_4pOA,48
|
|
87
87
|
sage/numerical/backends/scip_backend.pxd,sha256=bMUmB3-ZIQpR0iK3BT9vQnn0alEJFxbKkR8r6JicCMk,854
|
|
88
|
-
sage/numerical/backends/ppl_backend.cpython-311-darwin.so,sha256=
|
|
88
|
+
sage/numerical/backends/ppl_backend.cpython-311-darwin.so,sha256=v0QUPC-jP8etTuhXgj8Pp8q5gDevmgG02pKD6HMAdxI,262048
|
|
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
|
|
@@ -113,13 +113,13 @@ sage/geometry/integral_points_generic_dense.pyx,sha256=c848OfZnrbOYfGJBfI44DiQ5X
|
|
|
113
113
|
sage/geometry/point_collection.pyx,sha256=Ua2x8Lsw2-YE2hAo_of4V6OetcKZxICXF_Cul_MFAuQ,30166
|
|
114
114
|
sage/geometry/lattice_polytope.py,sha256=1brMNpTtL_fLa8jvoa9H1rcZ0Y03haAUmP3zClY8QPM,213397
|
|
115
115
|
sage/geometry/pseudolines.py,sha256=L_r3dGqbSMLtKCfGbBPLhqFuDJGFJ38lxUKy_ESOIqE,19173
|
|
116
|
-
sage/geometry/integral_points_generic_dense.cpython-311-darwin.so,sha256=
|
|
116
|
+
sage/geometry/integral_points_generic_dense.cpython-311-darwin.so,sha256=hlP2qTrZzTKyxLzkDaoopuX20-nh56CficrcwnS0rcY,306848
|
|
117
117
|
sage/geometry/hasse_diagram.py,sha256=VTdFT8ivZhIImLeYnsK06hgRbDTBpm6E6GesNx8dbXM,8673
|
|
118
118
|
sage/geometry/relative_interior.py,sha256=1HWZLrhsXGJnIUMRlNGKWuN299I2Nr6WxJqQ9vIFGmQ,15715
|
|
119
119
|
sage/geometry/cone.py,sha256=ix5--8fTKK85HeZw5-Lo8B6oNTqdD_oLmIev9QhPdLQ,249968
|
|
120
120
|
sage/geometry/fan_isomorphism.py,sha256=9R_vCWyqMi8qWky1T1PpXWASx2T9EDu4hhgIFdQ4KZQ,14360
|
|
121
121
|
sage/geometry/all__sagemath_polyhedra.py,sha256=-_ZJoah622e22ApV14p9UVJ-bogur5tNgyjbAuDslWc,1122
|
|
122
|
-
sage/geometry/point_collection.cpython-311-darwin.so,sha256=
|
|
122
|
+
sage/geometry/point_collection.cpython-311-darwin.so,sha256=vnHiwSPUeG5oSZevpTW5VATPi4fMPkShwc7zVimUEaA,240920
|
|
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
|
|
@@ -132,12 +132,12 @@ sage/geometry/polyhedron/base1.py,sha256=98Lir6B9tcm_0SN_CJbZuTgqxDDkNm1jmgthrdp
|
|
|
132
132
|
sage/geometry/polyhedron/lattice_euclidean_group_element.py,sha256=GbhOcQB7e5fjBlCWToDkEO19Muo1R7fpefP0nkg2gmU,5967
|
|
133
133
|
sage/geometry/polyhedron/base5.py,sha256=hlL5TTwXz3wfSvFZlorNV3F1X4f_cCnWx7iWSYPhqEk,107661
|
|
134
134
|
sage/geometry/polyhedron/double_description.py,sha256=NXNkNypqaGiYBwzs77hc9w0Tsn6impQfhyJpodOX4hs,26092
|
|
135
|
-
sage/geometry/polyhedron/base4.py,sha256=
|
|
135
|
+
sage/geometry/polyhedron/base4.py,sha256=YIYuiZXD7ofmmOgas9rvHCQ85ibAg_Vf5YmbNONssYw,52400
|
|
136
136
|
sage/geometry/polyhedron/parent.py,sha256=sCwemgYJMU0iMwA9Kas-40cn1zq8d-Vlg51iMFDpEn8,49396
|
|
137
137
|
sage/geometry/polyhedron/backend_cdd_rdf.py,sha256=JjwmuEcx-yUWOLgDusoaumKAE59BZA7_dBDq84GJdRU,10469
|
|
138
138
|
sage/geometry/polyhedron/all.py,sha256=f0GOuWMIHkWmbVh90dL-05ckSDTP4LZeZGQj9N-0grk,347
|
|
139
139
|
sage/geometry/polyhedron/base0.py,sha256=kG2DEymqh-y4NJv68Kp9mwZt4ywQZg62_YDWV87lpsw,52186
|
|
140
|
-
sage/geometry/polyhedron/base_mutable.py,sha256=
|
|
140
|
+
sage/geometry/polyhedron/base_mutable.py,sha256=GISesNSqY09MiMiMAR_jLmJfHeFbarJCsfMFgTNba4M,7103
|
|
141
141
|
sage/geometry/polyhedron/ppl_lattice_polytope.py,sha256=fDkgC1D4jbbd-CODevS7BtzmGcELWDsQDF05AxWidZk,49897
|
|
142
142
|
sage/geometry/polyhedron/base_ZZ.py,sha256=tvICsTWpcOsCmm5yogtcXDVwbE40ghbBcgTIlcoZQxk,38268
|
|
143
143
|
sage/geometry/polyhedron/cdd_file_format.py,sha256=mr60PxPki2wQEf3rvZj4uS00NoUK2vKqNKM8PTNZsyg,4955
|
|
@@ -157,29 +157,29 @@ 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/base.cpython-311-darwin.so,sha256=
|
|
160
|
+
sage/geometry/polyhedron/combinatorial_polyhedron/base.cpython-311-darwin.so,sha256=z8-ffwEAe2tOzQDxHWk6fNkxx3AO7fgz857GoHYfAkc,654192
|
|
161
161
|
sage/geometry/polyhedron/combinatorial_polyhedron/face_list_data_structure.pxd,sha256=2_L1zSSHpCxDBufxjL8mOoFUj__OvMfJouYzaPzxk2Q,13151
|
|
162
162
|
sage/geometry/polyhedron/combinatorial_polyhedron/face_data_structure.pxd,sha256=Yio6wTA2kEeQls07hQWVkBcYeAqBQFuik3H7AeVVwYA,6438
|
|
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/polyhedron_face_lattice.cpython-311-darwin.so,sha256=
|
|
166
|
+
sage/geometry/polyhedron/combinatorial_polyhedron/polyhedron_face_lattice.cpython-311-darwin.so,sha256=YeVyvUWk-qVgy6tn9I_Rqfzm67r_h7kTjQr5LJR_3DU,144736
|
|
167
167
|
sage/geometry/polyhedron/combinatorial_polyhedron/face_iterator.pyx,sha256=sWM2nnuPt_2C4K97ZgD6-FSirZjCfoEvucet1Ce4gmA,90221
|
|
168
|
-
sage/geometry/polyhedron/combinatorial_polyhedron/list_of_faces.cpython-311-darwin.so,sha256=
|
|
168
|
+
sage/geometry/polyhedron/combinatorial_polyhedron/list_of_faces.cpython-311-darwin.so,sha256=16DfA1tDok5fIYkRDoVVo6LcVkFz6hDgvhB1j_bVKNM,141520
|
|
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/face_iterator.cpython-311-darwin.so,sha256=
|
|
173
|
-
sage/geometry/polyhedron/combinatorial_polyhedron/conversions.cpython-311-darwin.so,sha256=
|
|
172
|
+
sage/geometry/polyhedron/combinatorial_polyhedron/face_iterator.cpython-311-darwin.so,sha256=zL9D5UWDZ15yr3x33lY5jc2sHAitnt-7gfOYhP27vvY,256272
|
|
173
|
+
sage/geometry/polyhedron/combinatorial_polyhedron/conversions.cpython-311-darwin.so,sha256=ZvrcWm3elNcvwG8tiZ0u57wqxXiUTkxz3HM3h_S6oHU,165296
|
|
174
174
|
sage/geometry/polyhedron/combinatorial_polyhedron/list_of_faces.pxd,sha256=yPhgmiCIyYePn8aRrXWUndALSX6XojSV0nyyBeDpo9o,1154
|
|
175
175
|
sage/geometry/polyhedron/combinatorial_polyhedron/base.pyx,sha256=v3gjG9bsd0IBu3w7LLyQXKjMcuj3l9iJhV-w3PHFa1g,146138
|
|
176
|
-
sage/geometry/polyhedron/combinatorial_polyhedron/face_list_data_structure.cpython-311-darwin.so,sha256=
|
|
176
|
+
sage/geometry/polyhedron/combinatorial_polyhedron/face_list_data_structure.cpython-311-darwin.so,sha256=gMD8ATs3V_1v-i0VFmvYS9Mx6yfrrhj2ZMcBrVaEyqY,77424
|
|
177
177
|
sage/geometry/polyhedron/combinatorial_polyhedron/face_iterator.pxd,sha256=Lq6QNsS3DnUUeHqkZZQQ996xyRzECFqEio5qEgWLh9s,4644
|
|
178
178
|
sage/geometry/polyhedron/combinatorial_polyhedron/combinatorial_face.pxd,sha256=pwXlD_jx_fg9hGx-hb93_zbDl6EHJWJvBmNg3KYfWlY,1782
|
|
179
179
|
sage/geometry/polyhedron/combinatorial_polyhedron/conversions.pyx,sha256=eGBgIHKiGVJGYgEBSA2P_jiLTtGnHDPIO9Qlv45aGeE,18803
|
|
180
180
|
sage/geometry/polyhedron/combinatorial_polyhedron/polyhedron_face_lattice.pxd,sha256=AvDecggtVui3oUQcoCwBguJJBzT9MDA4W6q70KsMv0A,2921
|
|
181
181
|
sage/geometry/polyhedron/combinatorial_polyhedron/face_list_data_structure.pyx,sha256=3Tqdtx-8T9DkWslPzK82n27p_TgeuhyKPR-yDF18LBo,2859
|
|
182
|
-
sage/geometry/polyhedron/combinatorial_polyhedron/combinatorial_face.cpython-311-darwin.so,sha256=
|
|
182
|
+
sage/geometry/polyhedron/combinatorial_polyhedron/combinatorial_face.cpython-311-darwin.so,sha256=oIgtqrUL3a7pZVbRsLrsoZ6R5FJ4hND-Te-AMDJ8SAs,226576
|
|
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
|
|
@@ -190,7 +190,7 @@ sage/geometry/hyperplane_arrangement/all.py,sha256=LolvTCzFQLU1zFvEF3eKq8UENEuax
|
|
|
190
190
|
sage/geometry/hyperplane_arrangement/ordered_arrangement.py,sha256=98ajk4ROSqLn3SlvG5ydWqeNVHmzWq56BYmElJSf9cc,25691
|
|
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
|
-
sage/geometry/triangulation/base.cpython-311-darwin.so,sha256=
|
|
193
|
+
sage/geometry/triangulation/base.cpython-311-darwin.so,sha256=syXbT1ketaLjh-e_mL5kYmUIxU1IVzI-fbkx6hIMLYQ,305176
|
|
194
194
|
sage/geometry/triangulation/data.h,sha256=0wVPN5U3c9FNqkoPq1EbrZOhkBrHNJggn-7jS-GsJwU,3618
|
|
195
195
|
sage/geometry/triangulation/data.pxd,sha256=7w9mhv0OphWg4LW_0BopsW4D1FaGkvrSCkasXCCdVyY,158
|
|
196
196
|
sage/geometry/triangulation/all.py,sha256=hZDvbBIQgzsXOQvCh2SFC9BPl-MP3Za2ltX254BOibs,127
|
|
Binary file
|
|
Binary file
|
|
@@ -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))
|
|
@@ -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
|
|
Binary file
|
|
Binary file
|
sage/geometry/polyhedron/combinatorial_polyhedron/face_list_data_structure.cpython-311-darwin.so
CHANGED
|
Binary file
|
|
Binary file
|
sage/geometry/polyhedron/combinatorial_polyhedron/polyhedron_face_lattice.cpython-311-darwin.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
|
{passagemath_polyhedra-10.6.31rc2.dist-info → passagemath_polyhedra-10.6.31rc3.dist-info}/WHEEL
RENAMED
|
File without changes
|
|
File without changes
|