passagemath-graphs 10.5.41__cp311-cp311-macosx_14_0_arm64.whl → 10.5.43__cp311-cp311-macosx_14_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.
Files changed (56) hide show
  1. {passagemath_graphs-10.5.41.dist-info → passagemath_graphs-10.5.43.dist-info}/METADATA +81 -10
  2. {passagemath_graphs-10.5.41.dist-info → passagemath_graphs-10.5.43.dist-info}/RECORD +56 -56
  3. sage/all__sagemath_graphs.py +5 -0
  4. sage/combinat/designs/covering_design.py +2 -1
  5. sage/combinat/designs/designs_pyx.cpython-311-darwin.so +0 -0
  6. sage/combinat/designs/evenly_distributed_sets.cpython-311-darwin.so +0 -0
  7. sage/combinat/designs/gen_quadrangles_with_spread.cpython-311-darwin.so +0 -0
  8. sage/combinat/designs/orthogonal_arrays_find_recursive.cpython-311-darwin.so +0 -0
  9. sage/combinat/designs/subhypergraph_search.cpython-311-darwin.so +0 -0
  10. sage/combinat/posets/hasse_cython.cpython-311-darwin.so +0 -0
  11. sage/combinat/posets/linear_extension_iterator.cpython-311-darwin.so +0 -0
  12. sage/graphs/asteroidal_triples.cpython-311-darwin.so +0 -0
  13. sage/graphs/base/boost_graph.cpython-311-darwin.so +0 -0
  14. sage/graphs/base/c_graph.cpython-311-darwin.so +0 -0
  15. sage/graphs/base/dense_graph.cpython-311-darwin.so +0 -0
  16. sage/graphs/base/graph_backends.cpython-311-darwin.so +0 -0
  17. sage/graphs/base/sparse_graph.cpython-311-darwin.so +0 -0
  18. sage/graphs/base/static_dense_graph.cpython-311-darwin.so +0 -0
  19. sage/graphs/base/static_sparse_backend.cpython-311-darwin.so +0 -0
  20. sage/graphs/base/static_sparse_graph.cpython-311-darwin.so +0 -0
  21. sage/graphs/centrality.cpython-311-darwin.so +0 -0
  22. sage/graphs/comparability.cpython-311-darwin.so +0 -0
  23. sage/graphs/connectivity.cpython-311-darwin.so +0 -0
  24. sage/graphs/convexity_properties.cpython-311-darwin.so +0 -0
  25. sage/graphs/distances_all_pairs.cpython-311-darwin.so +0 -0
  26. sage/graphs/edge_connectivity.cpython-311-darwin.so +0 -0
  27. sage/graphs/generators/distance_regular.cpython-311-darwin.so +0 -0
  28. sage/graphs/generic_graph_pyx.cpython-311-darwin.so +0 -0
  29. sage/graphs/genus.cpython-311-darwin.so +0 -0
  30. sage/graphs/graph_coloring.cpython-311-darwin.so +0 -0
  31. sage/graphs/graph_decompositions/bandwidth.cpython-311-darwin.so +0 -0
  32. sage/graphs/graph_decompositions/clique_separators.cpython-311-darwin.so +0 -0
  33. sage/graphs/graph_decompositions/cutwidth.cpython-311-darwin.so +0 -0
  34. sage/graphs/graph_decompositions/fast_digraph.cpython-311-darwin.so +0 -0
  35. sage/graphs/graph_decompositions/graph_products.cpython-311-darwin.so +0 -0
  36. sage/graphs/graph_decompositions/modular_decomposition.cpython-311-darwin.so +0 -0
  37. sage/graphs/graph_decompositions/slice_decomposition.cpython-311-darwin.so +0 -0
  38. sage/graphs/graph_decompositions/tree_decomposition.cpython-311-darwin.so +0 -0
  39. sage/graphs/graph_decompositions/vertex_separation.cpython-311-darwin.so +0 -0
  40. sage/graphs/graph_generators_pyx.cpython-311-darwin.so +0 -0
  41. sage/graphs/graph_list.py +2 -3
  42. sage/graphs/hyperbolicity.cpython-311-darwin.so +0 -0
  43. sage/graphs/independent_sets.cpython-311-darwin.so +0 -0
  44. sage/graphs/isoperimetric_inequalities.cpython-311-darwin.so +0 -0
  45. sage/graphs/line_graph.cpython-311-darwin.so +0 -0
  46. sage/graphs/path_enumeration.cpython-311-darwin.so +0 -0
  47. sage/graphs/spanning_tree.cpython-311-darwin.so +0 -0
  48. sage/graphs/strongly_regular_db.cpython-311-darwin.so +0 -0
  49. sage/graphs/traversals.cpython-311-darwin.so +0 -0
  50. sage/graphs/trees.cpython-311-darwin.so +0 -0
  51. sage/graphs/views.cpython-311-darwin.so +0 -0
  52. sage/graphs/weakly_chordal.cpython-311-darwin.so +0 -0
  53. sage/groups/perm_gps/partn_ref/refinement_graphs.cpython-311-darwin.so +0 -0
  54. sage/sandpiles/sandpile.py +1 -2
  55. {passagemath_graphs-10.5.41.dist-info → passagemath_graphs-10.5.43.dist-info}/WHEEL +0 -0
  56. {passagemath_graphs-10.5.41.dist-info → passagemath_graphs-10.5.43.dist-info}/top_level.txt +0 -0
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: passagemath-graphs
3
- Version: 10.5.41
3
+ Version: 10.5.43
4
4
  Summary: passagemath: Graphs, posets, hypergraphs, designs, abstract complexes, combinatorial polyhedra, abelian sandpiles, quivers
5
5
  Author-email: The Sage Developers <sage-support@googlegroups.com>
6
6
  Maintainer: Matthias Köppe, passagemath contributors
@@ -31,7 +31,8 @@ Description-Content-Type: text/x-rst
31
31
  Requires-Dist: gmpy2~=2.1.b999
32
32
  Requires-Dist: cysignals!=1.12.0,>=1.11.2
33
33
  Requires-Dist: memory_allocator
34
- Requires-Dist: passagemath-categories~=10.5.41.0
34
+ Requires-Dist: passagemath-categories~=10.5.43.0
35
+ Requires-Dist: passagemath-environment~=10.5.43.0
35
36
  Provides-Extra: test
36
37
  Requires-Dist: passagemath-repl; extra == "test"
37
38
  Provides-Extra: benzene
@@ -42,6 +43,8 @@ Provides-Extra: buckygen
42
43
  Requires-Dist: passagemath-buckygen; extra == "buckygen"
43
44
  Provides-Extra: cliquer
44
45
  Requires-Dist: passagemath-cliquer; extra == "cliquer"
46
+ Provides-Extra: cmr
47
+ Requires-Dist: passagemath-cmr; extra == "cmr"
45
48
  Provides-Extra: gap
46
49
  Requires-Dist: passagemath-gap; extra == "gap"
47
50
  Provides-Extra: igraph
@@ -68,6 +71,9 @@ Provides-Extra: combinat
68
71
  Requires-Dist: passagemath-combinat; extra == "combinat"
69
72
  Provides-Extra: editor
70
73
  Requires-Dist: phitigra>=0.2.6; extra == "editor"
74
+ Provides-Extra: groups
75
+ Requires-Dist: passagemath-groups; extra == "groups"
76
+ Requires-Dist: passagemath-graphs[nauty]; extra == "groups"
71
77
  Provides-Extra: homology
72
78
  Requires-Dist: passagemath-modules; extra == "homology"
73
79
  Provides-Extra: mip
@@ -83,7 +89,8 @@ Requires-Dist: passagemath-repl; extra == "repl"
83
89
  Provides-Extra: sat
84
90
  Requires-Dist: passagemath-combinat; extra == "sat"
85
91
  Provides-Extra: standard
86
- Requires-Dist: passagemath-graphs[combinat,databases,mip,modules,planarity,plot,polyhedra,rankwidth,repl]; extra == "standard"
92
+ Requires-Dist: passagemath-graphs[combinat,databases,groups,mip,modules,planarity,polyhedra,rankwidth,repl]; extra == "standard"
93
+ Requires-Dist: passagemath-plot[tachyon]; extra == "standard"
87
94
 
88
95
  =======================================================================================================================================================
89
96
  passagemath: Graphs, posets, hypergraphs, designs, abstract complexes, combinatorial polyhedra, abelian sandpiles, quivers
@@ -134,7 +141,7 @@ so compilation from source is triggered for those.
134
141
  About this pip-installable distribution package
135
142
  -----------------------------------------------
136
143
 
137
- This pip-installable package `passagemath-graphs` is a distribution of a part of the Sage Library. It provides a small subset of the modules of the Sage library ("sagelib", `sagemath-standard`) for computations with graphs, posets, complexes, etc.
144
+ This pip-installable package `passagemath-graphs` is a distribution of a part of the Sage Library. It provides a small subset of the modules of the Sage library ("sagelib", `passagemath-standard`) for computations with graphs, posets, complexes, etc.
138
145
 
139
146
  It consists of over 170 first-party Python and Cython modules and uses the `Boost Graph Library <https://github.com/boostorg/graph>`_, with additional functionality from `NetworkX <https://networkx.github.io/>`_ and several other libraries.
140
147
 
@@ -181,32 +188,96 @@ A quick way to try it out interactively::
181
188
  Available as extras, from other distributions
182
189
  ---------------------------------------------
183
190
 
191
+ Libraries
192
+ ~~~~~~~~~
193
+
194
+ ``pip install passagemath-graphs[benzene,buckygen,plantri]`` additionally make
195
+ various graph generators available via `passagemath-benzene <https://pypi.org/project/passagemath-benzene/>`_, `passagemath-buckygen <https://pypi.org/project/passagemath-buckygen/>`_, and `passagemath-plantri <https://pypi.org/project/passagemath-plantri/>`_.
196
+
197
+ ``pip install passagemath-graphs[bliss]`` additionally installs `passagemath-bliss <https://pypi.org/project/passagemath-bliss/>`_ for the purpose
198
+ of computing graph (iso/auto)morphisms.
199
+
200
+ ``pip install passagemath-graphs[cliquer]`` additionally installs `passagemath-cliquer <https://pypi.org/project/passagemath-cliquer/>`_
201
+
202
+ ``pip install passagemath-graphs[cmr]`` additionally installs `passagemath-cmr <https://pypi.org/project/passagemath-cmr/>`_ for recognition and decomposition algorithms
203
+ for network matrices, totally unimodular matrices and regular matroids, series-parallel matroids, etc.
204
+
205
+ ``pip install passagemath-graphs[gap]`` additionally installs `passagemath-gap <https://pypi.org/project/passagemath-gap/>`_ for group-theoretic functionality.
206
+
207
+ ``pip install passagemath-graphs[igraph]`` additionally installs
208
+ `igraph <https://python.igraph.org/en/stable/>`_::
209
+
210
+ $ pipx run --pip-args="--prefer-binary" --spec "passagemath-graphs[igraph,test]" ipython
211
+ In [1]: from sage.all__sagemath_graphs import *
212
+
213
+ In [2]: ## Example depending on igraph goes here
214
+
215
+ ``pip install passagemath-graphs[mcqd]`` additionally installs `passagemath-mcqd <https://pypi.org/project/passagemath-mcqd/>`_
216
+
217
+ ``pip install passagemath-graphs[nauty]`` additionally installs `passagemath-nauty <https://pypi.org/project/passagemath-nauty/>`_ for computing
218
+ automorphism groups of graphs and digraphs.
219
+
184
220
  ``pip install passagemath-graphs[networkx]`` additionally installs
185
- `NetworkX <https://networkx.github.io>`::
221
+ `NetworkX <https://networkx.github.io>`__::
186
222
 
187
223
  $ pipx run --pip-args="--prefer-binary" --spec "passagemath-graphs[networkx,test]" ipython
188
224
  In [1]: from sage.all__sagemath_graphs import *
189
225
 
190
226
  In [2]: ## Example depending on networkx goes here
191
227
 
228
+ ``pip install passagemath-graphs[pari]`` additionally installs `passagemath-pari <https://pypi.org/project/passagemath-pari/>`_
192
229
 
193
- ``pip install passagemath-graphs[igraph]`` additionally installs
194
- `igraph <https://python.igraph.org/en/stable/>`::
230
+ ``pip install passagemath-graphs[planarity]`` additionally installs `passagemath-planarity <https://pypi.org/project/passagemath-planarity/>`_ for planarity testing.
195
231
 
196
- $ pipx run --pip-args="--prefer-binary" --spec "passagemath-graphs[igraph,test]" ipython
232
+ ``pip install passagemath-graphs[rankwidth]`` additionally installs `passagemath-rankwidth <https://pypi.org/project/passagemath-rankwidth/>`_ for rank width and rank decompositions.
233
+
234
+ ``pip install passagemath-graphs[tdlib]`` additionally installs `passagemath-tdlib <https://pypi.org/project/passagemath-tdlib/>`_ for computing tree decompositions.
235
+
236
+
237
+ Features
238
+ ~~~~~~~~
239
+
240
+ ``pip install passagemath-graphs[combinat]`` additionally installs `passagemath-combinat <https://pypi.org/project/passagemath-combinat/>`_
241
+
242
+ ``pip install passagemath-graphs[editor]`` additionally installs the interactive graph editor `phitigra <https://pypi.org/project/phitigra/>`_.
243
+
244
+ ``pip install passagemath-graphs[groups]`` additionally makes group-theoretic features
245
+ available via `passagemath-gap <https://pypi.org/project/passagemath-gap/>`_, `passagemath-groups <https://pypi.org/project/passagemath-groups/>`_, and `passagemath-nauty <https://pypi.org/project/passagemath-nauty/>`_::
246
+
247
+ $ pipx run --pip-args="--prefer-binary" --spec "passagemath-graphs[groups,test]" ipython
197
248
  In [1]: from sage.all__sagemath_graphs import *
198
249
 
199
- In [2]: ## Example depending on igraph goes here
250
+ In [2]: g = Graph({
251
+ 0: [1, 2],
252
+ 1: [0, 2],
253
+ 2: [0, 1, 3],
254
+ 3: [2]
255
+ })
256
+
257
+ In [3]: aut = g.automorphism_group()
200
258
 
259
+ In [4]: print(aut.order())
260
+
261
+ ``pip install passagemath-graphs[homology]`` provides homological computations for abstract complexes via `passagemath-modules <https://pypi.org/project/passagemath-modules/>`_.
201
262
 
202
263
  ``pip install passagemath-graphs[mip]`` additionally makes the mixed-integer programming
203
- solver GLPK available::
264
+ solver GLPK available via `passagemath-glpk <https://pypi.org/project/passagemath-glpk/>`_ and `passagemath-polyhedra <https://pypi.org/project/passagemath-polyhedra/>`_ (see there for other available solvers).::
204
265
 
205
266
  $ pipx run --pip-args="--prefer-binary" --spec "passagemath-graphs[mip,test]" ipython
206
267
  In [1]: from sage.all__sagemath_graphs import *
207
268
 
208
269
  In [2]: ## Example depending on MIP goes here
209
270
 
271
+ ``pip install passagemath-graphs[modules]`` additionally makes linear algebra features available via `passagemath-modules <https://pypi.org/project/passagemath-modules/>`_.
272
+
273
+ ``pip install passagemath-graphs[plot]`` additionally installs `passagemath-plot <https://pypi.org/project/passagemath-plot/>`_.
274
+
275
+ ``pip install passagemath-graphs[polyhedra]`` additionally installs `passagemath-polyhedra <https://pypi.org/project/passagemath-polyhedra/>`_.
276
+
277
+ ``pip install passagemath-graphs[sat]`` additionally provides SAT features via `passagemath-combinat <https://pypi.org/project/passagemath-combinat/>`_.
278
+
279
+ ``pip install passagemath-graphs[standard]`` installs all libraries and features related to graphs that
280
+ are available in a standard installation of Sage.
210
281
 
211
282
 
212
283
  Development
@@ -1,9 +1,9 @@
1
+ passagemath_graphs-10.5.43.dist-info/RECORD,,
2
+ passagemath_graphs-10.5.43.dist-info/WHEEL,sha256=IDSs5FX6_bA_Je6GNgVyz6rcn2XC7t_ySnnLoSan-5o,136
3
+ passagemath_graphs-10.5.43.dist-info/top_level.txt,sha256=Kmzulf9WsphADFQuqgvdy5mvTLDj_V2zkFHU2s3UXos,6
4
+ passagemath_graphs-10.5.43.dist-info/METADATA,sha256=gVMFPM2vtlhzB42_c0VHDoUJbISz2ijTNyynxtlAvOA,14024
1
5
  passagemath_graphs.dylibs/libgmp.10.dylib,sha256=9Zh0g_D30IVg20eXzyK6Q7tW_EozvBqH314SGDdKZRk,464688
2
- passagemath_graphs-10.5.41.dist-info/RECORD,,
3
- passagemath_graphs-10.5.41.dist-info/WHEEL,sha256=IDSs5FX6_bA_Je6GNgVyz6rcn2XC7t_ySnnLoSan-5o,136
4
- passagemath_graphs-10.5.41.dist-info/top_level.txt,sha256=Kmzulf9WsphADFQuqgvdy5mvTLDj_V2zkFHU2s3UXos,6
5
- passagemath_graphs-10.5.41.dist-info/METADATA,sha256=9MF8EtD5iXa_-W-GRYgtcjujkNh_k_s4DygQf0XoRPk,9507
6
- sage/all__sagemath_graphs.py,sha256=Az4kzTDShM1H7Ia4kpAbLF2MvAtsbOWwJACGSzPqOT8,752
6
+ sage/all__sagemath_graphs.py,sha256=q3QFFFTkeijGtFSjZtlnAko3Mrnr8fK-m5Yghw2VQyM,837
7
7
  sage/topology/simplicial_complex_catalog.py,sha256=JGHpK2P6JilXIbnSIanraJTST2SQaHSqBWg8ZAlqhFU,4396
8
8
  sage/topology/simplicial_complex_homset.py,sha256=8wSfpi6t6qQpRW1CkLSb36eFieflaYQKpcshdEjutZ8,7425
9
9
  sage/topology/simplicial_set_constructions.py,sha256=5Qw7TdOn10-NjSf8Vfrfc73-WEjKSnqFcHI3mi2SkcE,115261
@@ -41,9 +41,9 @@ sage/combinat/designs/resolvable_bibd.py,sha256=zZyP6-dTavplbCFR5vGa4zjb8tHqmn6F
41
41
  sage/combinat/designs/twographs.py,sha256=xr84mamGdA-DIGcti5mVhEIvwlkmOt5pBwv8RKe1whM,11227
42
42
  sage/combinat/designs/steiner_quadruple_systems.py,sha256=-vnODm9iybM9_x36oDOFMZyu_kMaMTZWYbzcWAvaG0E,68601
43
43
  sage/combinat/designs/orthogonal_arrays.py,sha256=MuJ5C7NtafuJUfjvzl9n1dea5Uwl6GgroEcDgWHSlXg,82581
44
- sage/combinat/designs/subhypergraph_search.cpython-311-darwin.so,sha256=Gk_pvwzZD_Ok79zkGDwb4gmle3Xh3Mrk13hL3pfDRT8,125304
45
- sage/combinat/designs/evenly_distributed_sets.cpython-311-darwin.so,sha256=OaN-cllYW0TWEVA3_G8HJ0-SPl04ppx68TevT7bFkSw,189360
46
- sage/combinat/designs/gen_quadrangles_with_spread.cpython-311-darwin.so,sha256=HtMNXCJHEk8ES0U_Q6DR9hzr7pcjeCNQw_RcFOqjhrA,144880
44
+ sage/combinat/designs/subhypergraph_search.cpython-311-darwin.so,sha256=DGCD9os4TIQId6mgQiC0PmVxqJcI017UYN2qAKowZmo,125304
45
+ sage/combinat/designs/evenly_distributed_sets.cpython-311-darwin.so,sha256=5hrgfkznn3Pvi0pwFNqVnjFpW8ZR6M6lLm7kqMaAseI,189360
46
+ sage/combinat/designs/gen_quadrangles_with_spread.cpython-311-darwin.so,sha256=7l6EFqRFfvOhcSKwYUx1Osedy5H6-YVu2P5wW0djdeQ,144880
47
47
  sage/combinat/designs/ext_rep.py,sha256=4t0xjnVqEyZUQn9L4JxvSt2wlhHJoY3Xz6uAP3L6_7g,34884
48
48
  sage/combinat/designs/MOLS_handbook_data.py,sha256=SOjglkjrMNtbttoKD5werH6IXSUMwt1Zh_cOLOPSwTU,42437
49
49
  sage/combinat/designs/subhypergraph_search.pyx,sha256=HLopGk2XtAZXaMHWSrAhhBdJC87szaeaNrcKpvSAFvA,18125
@@ -61,10 +61,10 @@ sage/combinat/designs/designs_pyx.pyx,sha256=e3RtTEz6VofqnfFNpJHrTLhZ_eRdKsxSHDm
61
61
  sage/combinat/designs/incidence_structures.py,sha256=-a1Ub9q_91055qr-Ns3CuQduJvVmVqja2tBbMRu0u4Q,89619
62
62
  sage/combinat/designs/orthogonal_arrays_find_recursive.pyx,sha256=IIiOkj4T2ibHoUefBPxWxAN7n0gtzWQd6Cbii2ullbM,34298
63
63
  sage/combinat/designs/design_catalog.py,sha256=u9FpOxLuNuEcRxOU3C9P_bw-OGqQL0qgGsjUFFx7Icc,5095
64
- sage/combinat/designs/designs_pyx.cpython-311-darwin.so,sha256=H-qBXL2wKyvHfI6c19Z1fOyWuzqaiKKGN_bYFAtw1M4,262080
65
- sage/combinat/designs/covering_design.py,sha256=7QpRR_ziEyHK5u1l9HgP4w5LdT4FOIk2h7d15NBdois,17375
64
+ sage/combinat/designs/designs_pyx.cpython-311-darwin.so,sha256=TDVve-kSmcq_7loXr5RgEWkvmyloq2RMSu5DmLGfRLc,262080
65
+ sage/combinat/designs/covering_design.py,sha256=ysOReKTgxyYD5EVwNqd3iWESWM8oLJ5gQLRmQJrSa1A,17380
66
66
  sage/combinat/designs/difference_family.py,sha256=0fhKdWJVL0uErG5BwLfJKt2cDgF8gHIkudLtF6So1rI,155391
67
- sage/combinat/designs/orthogonal_arrays_find_recursive.cpython-311-darwin.so,sha256=tXKFUh6qtxcAIo2JNJwf4kxuBHuYbEoDyDcVxkkI-vM,210848
67
+ sage/combinat/designs/orthogonal_arrays_find_recursive.cpython-311-darwin.so,sha256=5IyuiqKWaUMXKt1V5YIlw_BaM9WMK0SVEK4aMTcYgZM,210848
68
68
  sage/combinat/cluster_algebra_quiver/quiver.py,sha256=6-EKk63ZQdHekayChrNd24M8CZpGTNZ5DQujNDQ9tfQ,86317
69
69
  sage/combinat/cluster_algebra_quiver/mutation_type.py,sha256=MexdkgJF64f58LdVPDLaqdUYNtTbt4oCt7Gm5R-HKGg,76837
70
70
  sage/combinat/cluster_algebra_quiver/mutation_class.py,sha256=cv4g59ZLppsG55L2t5ec0TviJ0yuCqozpakIBGFAUUQ,24134
@@ -82,10 +82,10 @@ sage/combinat/posets/elements.py,sha256=xKAD36BOIBtKi3AJ-ITCQMnjjrnjSSBfDPokdIdz
82
82
  sage/combinat/posets/mobile.py,sha256=1Fzspx-afq66PO_5BTJoprp4GemROCPnZOacqZiJXI4,10558
83
83
  sage/combinat/posets/linear_extensions.py,sha256=hpABWmpo5kXMxKUY3A2R4JmrtyiYONe3M3oaS_VA2qM,41598
84
84
  sage/combinat/posets/all.py,sha256=A-S_eIm6Io7aE5YjG_ETS9Fsam30I8xOIR56QG8hpMs,1438
85
- sage/combinat/posets/linear_extension_iterator.cpython-311-darwin.so,sha256=HzGUXkP5TFxhZkhEqfSNJiLCap_UyD6dm-h8wp6NMrA,146944
85
+ sage/combinat/posets/linear_extension_iterator.cpython-311-darwin.so,sha256=f4CoFTf1ra1HMDkBsZF1TcxMjudhDblobp26dNmzh20,146944
86
86
  sage/combinat/posets/hasse_diagram.py,sha256=Z87fc4ssKwWWxD2Mjvf5L0xZDyG8fheArbNQrelJTM4,133265
87
87
  sage/combinat/posets/hasse_cython.pyx,sha256=xGUFu90go4BA_LwmXkbbRT5wnb5WB71jmwU1JnW4fj4,5989
88
- sage/combinat/posets/hasse_cython.cpython-311-darwin.so,sha256=2NaJMOu8wV6IYr6_aBl9BNznEztOI46bwcbj9bbazgc,150256
88
+ sage/combinat/posets/hasse_cython.cpython-311-darwin.so,sha256=l_qxn5jaRHh34N71FWOhpQSWmdioAZ0O17xckVWErL4,150256
89
89
  sage/combinat/posets/cartesian_product.py,sha256=_ZyRnB3-t3vQpaHjlXO-a_GHvCyQzxzH5FtLXIKbt88,16945
90
90
  sage/combinat/posets/forest.py,sha256=c-3aHa_yyTN2Zo7ddPv4GIxDCG3ebs7hmf3r99FG3kU,1017
91
91
  sage/combinat/posets/d_complete.py,sha256=ZkqWd-FTQMFppkXv8si4Ku4ZWmwydVeWWazv17JI1H0,6621
@@ -96,16 +96,16 @@ sage/ext_data/kenzo/CP2.txt,sha256=DYHV8ETaavPvch7t5KdEuGhEqoOAozD7NVAzFGbR3ws,1
96
96
  sage/ext_data/kenzo/CP3.txt,sha256=zyCb_0Lh5zAUrK_RJ-wFdCckivlMRyIEnN9xVg1sDsE,27973
97
97
  sage/ext_data/kenzo/README.txt,sha256=SZywXyUDRE8JUt2_JajOYslQiEBSkkB5-14jtxPIt08,1912
98
98
  sage/ext_data/graphs/graph_plot_js.html,sha256=OmGUTusnlNQgxC3rb2q_1FR8flYvLT6DNfY0zjY_0_0,9811
99
- sage/sandpiles/sandpile.py,sha256=MSy5pv0tupGHtSitRkODedORKmgOwxsLyZ7z4EtLpqI,211736
99
+ sage/sandpiles/sandpile.py,sha256=yeO4-dNtmYd5LQV86K5XyMkxYVK3w_rnvBudZNTzTpg,211694
100
100
  sage/sandpiles/all.py,sha256=GxDiTE98htXEil5sR7gdVNgIh8eCu6q1IyxjHPOLyx8,565
101
101
  sage/sandpiles/examples.py,sha256=NNlBeEP0Nd7G4FNDNbsGRH51a1vOX-Pxo2aUjY1cUao,5595
102
102
  sage/groups/all__sagemath_graphs.py,sha256=hFccVjiRkLdUqyJcwgIkR5OUo1DvjVPZwsCZIWtgEXM,45
103
103
  sage/groups/perm_gps/all__sagemath_graphs.py,sha256=hFccVjiRkLdUqyJcwgIkR5OUo1DvjVPZwsCZIWtgEXM,45
104
104
  sage/groups/perm_gps/partn_ref/refinement_graphs.pyx,sha256=AyuBZ0MJ0x9EIiVzInK__7W4dy_hCONOBHyP4qy721M,56634
105
- sage/groups/perm_gps/partn_ref/refinement_graphs.cpython-311-darwin.so,sha256=DgqcKB1TNHXPiVqD3aHpodY77eUqgE0lYq0ubEd87EU,309408
105
+ sage/groups/perm_gps/partn_ref/refinement_graphs.cpython-311-darwin.so,sha256=J9RWE1E86dKc9bfKFu9dv0n_JhcDvRqrjRG30Pty11o,309408
106
106
  sage/groups/perm_gps/partn_ref/all__sagemath_graphs.py,sha256=hFccVjiRkLdUqyJcwgIkR5OUo1DvjVPZwsCZIWtgEXM,45
107
107
  sage/groups/perm_gps/partn_ref/refinement_graphs.pxd,sha256=6sU1BVnxoySV9GhDXZsUKBlAgAMBqc8Bp3FELHB3neU,1759
108
- sage/graphs/weakly_chordal.cpython-311-darwin.so,sha256=HOYStPFHHZRHgt5BSC4DNpMoDFduIuReG8Qys5fAUCA,164352
108
+ sage/graphs/weakly_chordal.cpython-311-darwin.so,sha256=WpBBoTLfqghYOf7oHp0eQisHmV028TOtwmv1AmxZEyg,164352
109
109
  sage/graphs/graph_editor.py,sha256=_6wr59GPJfl0lylU_tMsqQbc1jH8E8GD6ZxQdVBxBYQ,2850
110
110
  sage/graphs/digraph_generators.py,sha256=QcVOE4jpqe8QxbEk79fFr33Mc0zZuIjJadkKTJG_-Bc,75899
111
111
  sage/graphs/asteroidal_triples.pyx,sha256=8y4J9SN8HNXQIBRQjXPAmeSfkqJ1KaHmOe-NV5_3dpI,10431
@@ -115,58 +115,58 @@ sage/graphs/independent_sets.pxd,sha256=ozW1INPrNhfTHx9P0yQBW9m4C0VyNILAr2MixvI-
115
115
  sage/graphs/matching_covered_graph.py,sha256=B_-x9cutL3AIMGaKIayFyMyIUIB6JjZSDY3fy9OB-kc,143004
116
116
  sage/graphs/trees.pxd,sha256=wyQiHIkw7Zf3CCJqf1hLxJsCHOg_4D2R8cDcTGPHe3E,377
117
117
  sage/graphs/traversals.pxd,sha256=B17xUmzx5ar22san3Zcz6iX2borzlmLYHQWBzJ8cuXY,481
118
- sage/graphs/asteroidal_triples.cpython-311-darwin.so,sha256=cztgusqztt7PGyQgVCjl8Gz9LGL7AIcGPkcQMlk1US0,123440
119
- sage/graphs/edge_connectivity.cpython-311-darwin.so,sha256=DAqIUca-_-QkdUyf2JXS9OJ2heNyWVy_3h5G93lpLSM,183712
120
- sage/graphs/isoperimetric_inequalities.cpython-311-darwin.so,sha256=49C_GyAY5Gx2oQE9qd0OKcifgU6zFwyZhtGib6_lzUA,144976
118
+ sage/graphs/asteroidal_triples.cpython-311-darwin.so,sha256=jpFAOJLw9xk6tCgsq7HKzubNDCq0Qfp5oiKAsGZTSD4,123440
119
+ sage/graphs/edge_connectivity.cpython-311-darwin.so,sha256=jYQ-bDWxLVyUWSC5RYMFVPApIa4Tb5QicqHoVzqdDBk,183712
120
+ sage/graphs/isoperimetric_inequalities.cpython-311-darwin.so,sha256=9d7y3hGmystvcjYAlI4P3jnm2FDlAJqeDyakj308ons,144976
121
121
  sage/graphs/edge_connectivity.pyx,sha256=SBrTBJaeM8uLsF6d-_5frdbPtWanWvJSxiEO7k7H0b4,44701
122
122
  sage/graphs/generic_graph_pyx.pyx,sha256=T1QiJGKc1tcKSrMEFJM6-cTLko5ffC0kw2GH3Ml2qOs,58405
123
123
  sage/graphs/line_graph.pyx,sha256=fg92Q-gxnzRMjPmID7IztliBYP7n8JL0HhpK0CTCLio,22272
124
124
  sage/graphs/hyperbolicity.pyx,sha256=Xij4iR3b0gQ0095UklppcWc3uZfEeh3GlcjrYlN0jVM,64417
125
125
  sage/graphs/graph.py,sha256=C078UpvczPdjrh9nqFr_uvruwXW7JyF9_fkRsRqkJNc,369909
126
- sage/graphs/distances_all_pairs.cpython-311-darwin.so,sha256=CASKOxPAltgXtlkQX9IDTgF3l9Xow0YosUHh7BWGshc,319376
126
+ sage/graphs/distances_all_pairs.cpython-311-darwin.so,sha256=pzK0gcQpMymo03jC5aT5NqA-nfIqFOcyCptwuRHyyMs,319376
127
127
  sage/graphs/convexity_properties.pyx,sha256=G5bhKH3lho-CMMNrIMTx3OjC0fN_8GekR_VwqGBynBk,29524
128
128
  sage/graphs/distances_all_pairs.pxd,sha256=RMrpaxs-r98iY6BnCS2H18BFN85BNrYPk9Dipuvva0s,565
129
- sage/graphs/strongly_regular_db.cpython-311-darwin.so,sha256=x99a-gVhR7eGpIqrsbZfC3FM8gMNgIR0yg9gdfvkCtw,977208
129
+ sage/graphs/strongly_regular_db.cpython-311-darwin.so,sha256=NtlQNlC0bzEym2vJf-6x0tohvxUgiJT4IbuFilLf1_c,977208
130
130
  sage/graphs/graph_coloring.pyx,sha256=XLq6kega_G2tzkc06urWj5JarMp_64CvpMlF3ylZhJg,85592
131
- sage/graphs/traversals.cpython-311-darwin.so,sha256=bUNR8ZHDqhAtntY5T8KApDSs10mQchPnClopGaLYotY,326368
131
+ sage/graphs/traversals.cpython-311-darwin.so,sha256=6Xm67j1lHPGe8aO1INSGkANhwFDu3KXQTcdTYd_Paos,326368
132
132
  sage/graphs/graph_input.py,sha256=r0n78xXCSG6awA0rZDfBPfFsPh4lpvnEBxCkE0WP5A4,28844
133
133
  sage/graphs/isgci.py,sha256=6nOGMGYeD95W_IGzRznhkCMl4Ceh2sOsLlZ6QFFDYFU,34105
134
134
  sage/graphs/graph_generators_pyx.pyx,sha256=1E81srDiCWxRmesm86ne47frn2UJ04Kp5AaFI7kW-j4,3092
135
135
  sage/graphs/all.py,sha256=x8SE1AFbrSgF8NtYDKAPR4Qj1rcawY5NCRN3zdNx76U,1500
136
- sage/graphs/generic_graph_pyx.cpython-311-darwin.so,sha256=E8hWamzpL1i6kQIqRY8IYA-9FG9GHN6sqiaWDPKcUWY,321024
136
+ sage/graphs/generic_graph_pyx.cpython-311-darwin.so,sha256=L6H7TL00mgh75eNLHrTt43pVVWxod5gaJ86HEzZD4n0,321024
137
137
  sage/graphs/views.pyx,sha256=7OJX4dq4dwa5RQalTV8-NJWdurTIXOxL2_Tvr9yFn30,27971
138
- sage/graphs/spanning_tree.cpython-311-darwin.so,sha256=IlOZTPsbofbdBUOUf4LAKONoDk-1dOz0xthFB4vaVLY,352336
138
+ sage/graphs/spanning_tree.cpython-311-darwin.so,sha256=kpXVJj17yXjTGs8HvnRRPdz3dKx_l4klugMBrcAieiY,352336
139
139
  sage/graphs/hypergraph_generators.py,sha256=0gFR6duplhJ9m6Ecn-APwNIuooR5vcBoQkBdj_hJcSA,13926
140
140
  sage/graphs/connectivity.pyx,sha256=Ttl1tzPlXRHmHuoFKcWOmR_YcDvKanDDcoPCqEIAsAQ,183216
141
- sage/graphs/graph_coloring.cpython-311-darwin.so,sha256=fN9uufM0G6gVaV1R2M6J7vkFuAHR4M9x5_CE6x_8FwY,713992
142
- sage/graphs/convexity_properties.cpython-311-darwin.so,sha256=t1Qq4gXcZdynlZVXyc2PmYJugzAj3mlt1ySn5-kaiJ4,191440
141
+ sage/graphs/graph_coloring.cpython-311-darwin.so,sha256=31_8B2fYULyDTtO1Yn4r-52zDq_Ho6kTMqJdmyQnLj0,713992
142
+ sage/graphs/convexity_properties.cpython-311-darwin.so,sha256=ExxJRNNzJY99wx4jnw0EdqFFc4xJyqmlnzPiu6vDPDk,191440
143
143
  sage/graphs/matching.py,sha256=rLuE4t6nErNdDnx7vnMBK8YhZhmrT4N6o75KfKo9Ry0,62208
144
144
  sage/graphs/connectivity.pxd,sha256=xbB3JNVdxZDUwuhSrPaioJujxcOOUzCM4nUZ0Cmild0,5378
145
145
  sage/graphs/bipartite_graph.py,sha256=L0-eIF8q2JZbkKqOHEafxsbJirxrKVB5N0Gsh5CpVkQ,104781
146
- sage/graphs/connectivity.cpython-311-darwin.so,sha256=tuA7DkrcG3e6Lh7SL9FkC8TNaIOVDnMFqCZPUVJrSD0,766768
146
+ sage/graphs/connectivity.cpython-311-darwin.so,sha256=hUAw3hA_ea6omqWcIxQp3ah8_xkcQyFUlPZQyqfoQqo,766768
147
147
  sage/graphs/graph_plot_js.py,sha256=jhaO_KUhxeOCw1IsZGPeCobW5nfXXEcJqIHEWV9rt0U,12898
148
148
  sage/graphs/domination.py,sha256=BRTVApP6SeB-NVe3rcuJDfpSbg6jWRc4rWgTPgMUsVo,48674
149
- sage/graphs/independent_sets.cpython-311-darwin.so,sha256=cHrB9E3EABe4_dB3OHeWrN6EOs6jm4aCpvhwOAu9sDI,146096
149
+ sage/graphs/independent_sets.cpython-311-darwin.so,sha256=g5rjzdWK2Hup45Ygptnz4LN-XaKnqkgBsbdoiU7j9jo,146096
150
150
  sage/graphs/convexity_properties.pxd,sha256=5NS5R5LyBnwfiKEo6CNG-aspmA0HqkC0fvsmmr799xo,627
151
151
  sage/graphs/distances_all_pairs.pyx,sha256=CEbGv42frddFNp3xGOyC2M4Tnh2M8vLRuNMSYk3oyS4,105359
152
- sage/graphs/path_enumeration.cpython-311-darwin.so,sha256=X8ZZWbXfpTUyPIY9wYBfD8frAqM22OawXE07igh2N3I,439528
153
- sage/graphs/centrality.cpython-311-darwin.so,sha256=-nKJwuyVMrBHKb991kSMIewlvLOC6VnpGMc3mIyyt6s,203568
154
- sage/graphs/line_graph.cpython-311-darwin.so,sha256=6gPK22qO5hbcQZnIdUWSUdXWTrgTUCGVzfyi9fNxST8,221328
152
+ sage/graphs/path_enumeration.cpython-311-darwin.so,sha256=ixXjxY5dQk9dz6-JiG6Vl_cyQ4XfF3BlGnOnWVTUeag,439528
153
+ sage/graphs/centrality.cpython-311-darwin.so,sha256=tzgezOLMjMA9LI1ED7gLM8kp80UzDUFtcZOqSfDrny4,203568
154
+ sage/graphs/line_graph.cpython-311-darwin.so,sha256=HuKCVygswiTi7tnEtiErmXpaCIEOl6UhWuqd_lMbank,221328
155
155
  sage/graphs/generic_graph_pyx.pxd,sha256=aVwQbA8BGVHbwufAo6-EHEhyfCFNxRq7pPI_FtOJu3Y,825
156
156
  sage/graphs/lovasz_theta.py,sha256=mEZIrYcmhJHNolsSfRVUnXl9FBkDdqbQ1Frg8qmqJjo,2151
157
157
  sage/graphs/tutte_polynomial.py,sha256=Wcid9JQ5dJFZITAzmJ18YnOskNPxCbzXvBDvgjNE-pA,21811
158
158
  sage/graphs/pq_trees.py,sha256=6z6pzjeApBLvjx4FTqxklFHjEcwoF9Z78LlvTpcv0G0,39418
159
159
  sage/graphs/partial_cube.py,sha256=u4X-fZgUIcaX9QSIv_N8kbVUYRx3dH51LCmEfc2nYkg,16402
160
- sage/graphs/genus.cpython-311-darwin.so,sha256=ubDxTxNVyzzzdmjT0PgYxGI4EhITy-fyTEc1ahU3sSI,144272
160
+ sage/graphs/genus.cpython-311-darwin.so,sha256=MYV03Meqc-1s10Q7ff4_56nW-YbjbC4kIA-BSL_vj2k,144272
161
161
  sage/graphs/graph_plot.py,sha256=EfcwzdjrtsUuEXoyWb6j1CbkJt170ASzCmgkJiFuMfI,70278
162
- sage/graphs/graph_list.py,sha256=7gWLlXkPTYI5C8MuWRJuevejpLVc6xcHbW2OjzQK0xw,12705
162
+ sage/graphs/graph_list.py,sha256=XW3g5tAW_zmdMpmEUgXniTeu3GG2i7e-_NgStIRGWdU,12712
163
163
  sage/graphs/print_graphs.py,sha256=pBg_hHJxWAcsEzqbqDG4ehZg8C1LreySAbqcoHBmE_A,4931
164
164
  sage/graphs/digraph.py,sha256=uryks9iuR5KU_XpPV2dk2GHMud2djfX5wbcQKm-dkec,180720
165
165
  sage/graphs/dot2tex_utils.py,sha256=nCUHldadHC4Jvdx3sOWypkwlRH7Lc3x_xCuJOk_o4jA,3165
166
166
  sage/graphs/traversals.pyx,sha256=si8EwslGcNTJYevubcuwqxmVgKTV0MhFk3ojDHGZnQw,66058
167
167
  sage/graphs/path_enumeration.pyx,sha256=5xXf3-5mobCohaddLgVx-jhyZaT7R4cB8lsNyVUb2zU,90410
168
168
  sage/graphs/isoperimetric_inequalities.pyx,sha256=4pdhidMCuISinpH-4v7yxppuLZ7niRrIr5LjY62bPMc,15689
169
- sage/graphs/graph_generators_pyx.cpython-311-darwin.so,sha256=JK3esK2iSD7Tb_YNBAIsat-z6Z2qtBoMHHq-OUwGqdc,98504
169
+ sage/graphs/graph_generators_pyx.cpython-311-darwin.so,sha256=EntyzrzYVDrawJ1Ux_SRu7LQCfohEmMYmDUJg-LGrC8,98504
170
170
  sage/graphs/weakly_chordal.pyx,sha256=hgEid9JOeR2WYmMbnVM2_E4DSUHrb5iaN3E6oFFhqs8,19988
171
171
  sage/graphs/graph_database.py,sha256=IR6SzI3zZXhWrAhWOat_rweckxNYsq108GTL5APxCco,49241
172
172
  sage/graphs/trees.pyx,sha256=fxCGm1lmkjsaLSg4L0IbnA_gMzYIWhPwbU07_C8e5UA,8733
@@ -174,18 +174,18 @@ sage/graphs/centrality.pyx,sha256=mJIHu3It0FzZsJ9vhNi5h1sr2_7SHFdPtXmUx6-c-R0,34
174
174
  sage/graphs/spanning_tree.pyx,sha256=WbPx-yeaNy_UQOOL6UqdHrYvJPhv3J-1t7rWgCo_Rks,55241
175
175
  sage/graphs/strongly_regular_db.pyx,sha256=FFxau4Zr8YjZp7wboDqJmCWcNOEHwxfizCnOrzicisU,132851
176
176
  sage/graphs/independent_sets.pyx,sha256=AA4D-pjoMyguifXSDRCZJmwZqfTMIv6tVpxXiDo83vs,13082
177
- sage/graphs/hyperbolicity.cpython-311-darwin.so,sha256=XpRPY-mtjCmiwehGFkBux8B_c96fP_olRem6VIKrBlc,278176
178
- sage/graphs/views.cpython-311-darwin.so,sha256=urqg2WLvYjvdXFFd4O9lmqbf-roa4Md2f3eU1Nc_kE8,204000
179
- sage/graphs/comparability.cpython-311-darwin.so,sha256=uk063nxYCDAjUGuDWhivvmvesjxGxV7ap2Z-NQHGwYA,239024
177
+ sage/graphs/hyperbolicity.cpython-311-darwin.so,sha256=-vZ8JXEHv1jxs6xeb_LtWRIgjRpPcJrzyucHfn8Fsak,278176
178
+ sage/graphs/views.cpython-311-darwin.so,sha256=NuTnH_UiaZfA29Oahb67m5RUL4tGWtpDcYN0S1hvaTw,204000
179
+ sage/graphs/comparability.cpython-311-darwin.so,sha256=umdzuKPJL_pYqyE6cahmQR-KqcJpm30lBAO9mRIA2KQ,239024
180
180
  sage/graphs/cographs.py,sha256=LTajbKp8uk-4NPdnuEUyd181qDXgA4Qb73r7_RNrx8c,15187
181
181
  sage/graphs/graph_generators.py,sha256=TXNwxiDlyj8bBjkhA_bKhZljkk2k1pC736YYMyla3EA,133965
182
182
  sage/graphs/genus.pyx,sha256=xlF94KFiTgiaagZmTJu-49-y--qhUUclo9BVbQwEn8s,21694
183
183
  sage/graphs/generic_graph.py,sha256=AVIWhd10PwauaDHO4Ddv-xW9dZbi1PIhI3dCv8vVRr8,1094325
184
184
  sage/graphs/orientations.py,sha256=ZMTASPviyKb4t2swDdTajNeGfemG3vbVmU9IwRUmCzU,53818
185
185
  sage/graphs/comparability.pyx,sha256=k6yGZH9qZbabyaIGPQBGY75Tmsl8EaT-_XyTgPtKPRI,30696
186
- sage/graphs/trees.cpython-311-darwin.so,sha256=jvVp3PSqpno_AR_ymSkzXrOg6goeobwOt8CYuJfES4g,118064
186
+ sage/graphs/trees.cpython-311-darwin.so,sha256=zYZLr5rUa20wAjQXlpkX3c6PDxfr3FmptOR1G4mHsbg,118064
187
187
  sage/graphs/generators/degree_sequence.py,sha256=oN9BFV3aC3g0Im_L9v1bx4aBzEf2qFRc8IHpxMVLkF8,8735
188
- sage/graphs/generators/distance_regular.cpython-311-darwin.so,sha256=YaAWzUvVlC2i5lxl8Xli2dl23JmPPw_1PFz1bopFgvI,831064
188
+ sage/graphs/generators/distance_regular.cpython-311-darwin.so,sha256=5cmJ6tkeMBi7sHoL6NDc4Ka1rJcs67k5wtUG1HvwVdE,831064
189
189
  sage/graphs/generators/distance_regular.pyx,sha256=qnYVaHCpc7L4m2Z1pXuEg98tyJ2ED73bNky5_Fk9ASI,96145
190
190
  sage/graphs/generators/smallgraphs.py,sha256=Kwqzi6iXl36QRVJ8L9-YQcuRjIMlAVhJQpMDdXmwIBY,201988
191
191
  sage/graphs/generators/families.py,sha256=Ex6zqwclb1OXLs7uzuLaBzrWmiephaD0nwKSR5jYxGY,164644
@@ -197,39 +197,39 @@ sage/graphs/generators/platonic_solids.py,sha256=v3TMsnK2gI0vnhX9IxP3IsTWqw6GpYQ
197
197
  sage/graphs/generators/intersection.py,sha256=N3C3dLzBjL_Jeii1aU_Xm3O78yMLvZoAY1Y6Egu4MxA,20349
198
198
  sage/graphs/generators/classical_geometries.py,sha256=3xoCUEGmShNiGwvc5eKvFbLgeQH-lWM23Iv2uYVtp5A,63415
199
199
  sage/graphs/generators/world_map.py,sha256=YZ992gxxy6kXKaWvbXqG2tfxk5AaHw3a0t991pskPlY,34547
200
- sage/graphs/graph_decompositions/cutwidth.cpython-311-darwin.so,sha256=oUIvNj5Lgq9Qihsbc3gkkg6z9uWwDB3ZslD0OGPzhVc,207072
201
- sage/graphs/graph_decompositions/tree_decomposition.cpython-311-darwin.so,sha256=F4F1qLwllJQltrngBqxcFpKng-1BNPI0hO3__5xL4tc,507888
200
+ sage/graphs/graph_decompositions/cutwidth.cpython-311-darwin.so,sha256=8BhO58DcUvwgozrx-8KukJA_tUV_e_VDy8tboDhhkUY,207072
201
+ sage/graphs/graph_decompositions/tree_decomposition.cpython-311-darwin.so,sha256=jK2NUfaqGlNfO5YGraAhyqD6KKcUh6UfHJNKmpL-QFs,507888
202
202
  sage/graphs/graph_decompositions/vertex_separation.pyx,sha256=nF-RwfUUZZ-JHi-iMj7D2ibAsrbmLQuEpGRXqN7_DTQ,74865
203
- sage/graphs/graph_decompositions/vertex_separation.cpython-311-darwin.so,sha256=P8WFU1MAwkWuQAoZffGM1CDnm4zKZSdBBYYBUfyyye8,322000
203
+ sage/graphs/graph_decompositions/vertex_separation.cpython-311-darwin.so,sha256=5tkQfSjXV2VYOzVQDAnj2n8GYmkz1nxzAsH22Woftbk,322000
204
204
  sage/graphs/graph_decompositions/fast_digraph.pyx,sha256=RwR3geuP8uwPxNlKfHJQHvPsf3_z6DvwQEWyUEf1Df8,7389
205
205
  sage/graphs/graph_decompositions/cutwidth.pyx,sha256=ah8ysfGRlDw3UTeG9uPcQuVAjs0SfaYSnRdJ3z-RvdA,28601
206
206
  sage/graphs/graph_decompositions/tree_decomposition.pxd,sha256=dxfbHIMapSvsj67OLVBfLtvAYhWvDNSwmbmqmrvEYZg,555
207
- sage/graphs/graph_decompositions/graph_products.cpython-311-darwin.so,sha256=yPD5Vs48b2aLl0-G8JnKXXF21QqpWbrcDhCQ2-bIu3w,206472
208
- sage/graphs/graph_decompositions/slice_decomposition.cpython-311-darwin.so,sha256=XkWJHYreK0zA--JO84_XO8IOTk2Y4gXR92liTrA2aDQ,274768
209
- sage/graphs/graph_decompositions/fast_digraph.cpython-311-darwin.so,sha256=H9uYqJ-dOpWx3aIvDstsQ2S8aZmoMy8-1ozxcKmEoZA,102016
207
+ sage/graphs/graph_decompositions/graph_products.cpython-311-darwin.so,sha256=lv62jUN-5g14rfwBwTW3JgainqXPEqF8Gn-haNE96oM,206472
208
+ sage/graphs/graph_decompositions/slice_decomposition.cpython-311-darwin.so,sha256=3AvrF9GtcBK4Xi3cEb1HGvayBRvB_sJBhZasOUogzaw,274768
209
+ sage/graphs/graph_decompositions/fast_digraph.cpython-311-darwin.so,sha256=mOeZjc70YaZHPNsAlEG7aOfqQMsqQArgYwZUg6pBJa0,102016
210
210
  sage/graphs/graph_decompositions/slice_decomposition.pyx,sha256=FuuFnQc9XS61ukySrFBLvYfSlvpgTsGz_lMnzIN4-5g,39622
211
211
  sage/graphs/graph_decompositions/all.py,sha256=hFccVjiRkLdUqyJcwgIkR5OUo1DvjVPZwsCZIWtgEXM,45
212
- sage/graphs/graph_decompositions/clique_separators.cpython-311-darwin.so,sha256=tdUyhihX4M1uYJm-oH7kspKqya5fNtn21PEQX4MZElA,242528
212
+ sage/graphs/graph_decompositions/clique_separators.cpython-311-darwin.so,sha256=dWJDd8kH9H5Y5ww5enKCt8M3Rbz9a81c7baOfWYRg5g,242528
213
213
  sage/graphs/graph_decompositions/bandwidth.pyx,sha256=9BvA6v6LheIIqwtkvbendaO_aux-ROfaMBcAM4aZFd0,15576
214
214
  sage/graphs/graph_decompositions/modular_decomposition.pyx,sha256=EkuXojAhXF53MXTiat63_EWdglqfodFZQiZk5dHV7-E,51818
215
215
  sage/graphs/graph_decompositions/modular_decomposition.pxd,sha256=SAqgLApPT4pa_e2XpZ7us9PhDV34y5cTZB7YzP_lbkI,1100
216
216
  sage/graphs/graph_decompositions/graph_products.pyx,sha256=XcghL4BzFWPPNmpNIKSC37zzBwNMmmaNqnEAtXnP0hw,17139
217
217
  sage/graphs/graph_decompositions/clique_separators.pyx,sha256=nZpjLIQYuRND2eu1jvvawGo19_WSFROk8I1NRhHzhCU,22876
218
218
  sage/graphs/graph_decompositions/slice_decomposition.pxd,sha256=OawVDRv8wbwIP6rbSZHGZQUVF31TNw3fbIXbE2q9XyA,602
219
- sage/graphs/graph_decompositions/bandwidth.cpython-311-darwin.so,sha256=KOvsO3XXBX17RzCU-sklZ-Uk4xymokVtG2XsBnihkvE,104368
219
+ sage/graphs/graph_decompositions/bandwidth.cpython-311-darwin.so,sha256=TBzLwftlLyBEunxjngQE-wovvaqOzzcR_3aWktFeGos,104368
220
220
  sage/graphs/graph_decompositions/tree_decomposition.pyx,sha256=IWrChlzZXjEKscgZcbRr4mhvODbAuAbZoHhSNxx-3Dw,73665
221
- sage/graphs/graph_decompositions/modular_decomposition.cpython-311-darwin.so,sha256=tQdyu9mk47yK9Twk7A-xLhiWXcD58ER7MCt3zmJim6Y,492064
221
+ sage/graphs/graph_decompositions/modular_decomposition.cpython-311-darwin.so,sha256=wgiUdJXgdFlEQBKXDiJD6PPPcY32vf46FNpu5xg9ibs,492064
222
222
  sage/graphs/graph_decompositions/fast_digraph.pxd,sha256=vfxjVz_M8l9rkauaJpXkW1_ubTM3mqUdEjUwlqdD4PQ,343
223
223
  sage/graphs/graph_decompositions/vertex_separation.pxd,sha256=kuVp6HcFIRCamGKOy_Z_Qlzb2W_GlrdBRL4b44jdLsw,200
224
- sage/graphs/base/graph_backends.cpython-311-darwin.so,sha256=mqenEpgCQRro8u2jTFFgofSXuE-gU4yEbdekCn3XU5Y,163296
224
+ sage/graphs/base/graph_backends.cpython-311-darwin.so,sha256=QCwQgYqMq7z326g0TBu3bWPeTvGG4lFW9a09Q8xtY7g,163296
225
225
  sage/graphs/base/static_sparse_graph.pyx,sha256=bnMe1AinoGjIsIlsJGeCCRuihiDtZkGQmG4kh41hvqM,49908
226
226
  sage/graphs/base/boost_graph.pxd,sha256=K3GCaIXjsmhwgTzlSntrHi3IB1t2vJpOzSS7FQGlxEo,3655
227
227
  sage/graphs/base/c_graph.pyx,sha256=Lr1cxK2A5mtR0EIQmYIljc2OgYgiBeRn5Rw0mC_k0x8,179656
228
228
  sage/graphs/base/static_sparse_backend.pyx,sha256=Gu5fS7Jq-p2jfNuU-QwV60YsUtyc2jVlZ9h9hWCM9eE,55323
229
- sage/graphs/base/dense_graph.cpython-311-darwin.so,sha256=_LI-xB3LxTOd0dRVwd0bY5dLDPPt9p7IDINqhH5MLa8,187360
229
+ sage/graphs/base/dense_graph.cpython-311-darwin.so,sha256=uCmAk-BmACmuNjLwD23Bp6m2tEjMK9-vpyiRF8HiEjw,187360
230
230
  sage/graphs/base/sparse_graph.pxd,sha256=O0oPH_Z1-fsxPK-mKMnNq-OL5cE0GcDILqDj-ajytlk,3485
231
231
  sage/graphs/base/dense_graph.pyx,sha256=HfZU7L2IScsA8_a6VCcs8rM6aWRkYTSz8oRhJWHX5mY,24167
232
- sage/graphs/base/static_sparse_backend.cpython-311-darwin.so,sha256=PlSqRkptCZ2Ruqasdkz3MjGql-KDglwJq6J_0c8X51Q,323264
232
+ sage/graphs/base/static_sparse_backend.cpython-311-darwin.so,sha256=aSi3xdzQ9gDc8fBtt8kpOcwAEHsk9KwpkJqsdZycH6o,323264
233
233
  sage/graphs/base/graph_backends.pxd,sha256=DNjOnDRc2RPV-NtCHuoliKpNfJHC3aK7l0RifUR7DSY,150
234
234
  sage/graphs/base/static_dense_graph.pyx,sha256=XyiD925fEEu1z4qu-Mp490Z8Vme_ii_SLRnSAdiLu48,37439
235
235
  sage/graphs/base/all.py,sha256=hFccVjiRkLdUqyJcwgIkR5OUo1DvjVPZwsCZIWtgEXM,45
@@ -239,14 +239,14 @@ sage/graphs/base/dense_graph.pxd,sha256=VltYtRdTHhfpXG11C-lfMPSlm57dyP4Ot3E3FOzl
239
239
  sage/graphs/base/graph_backends.pyx,sha256=vl_Cs6xcJJSDlHEfSO55bUQMSziLY3WYnsOza3oK13o,24526
240
240
  sage/graphs/base/static_sparse_backend.pxd,sha256=DbBBsONS0Utp1szKGQaeTpoqiNC23XDaL9tnMrDAxvI,903
241
241
  sage/graphs/base/sparse_graph.pyx,sha256=dNMlc3m2Vl7fXCz5c7a-rse4boVsMSl3AevHmF0AIo0,56300
242
- sage/graphs/base/static_sparse_graph.cpython-311-darwin.so,sha256=KKTWYB3Yht_ogtrAbOPXWrkNtTCVgUdSqKTVYwJ5AOk,233472
243
- sage/graphs/base/boost_graph.cpython-311-darwin.so,sha256=1nbtMegra82VU7C9l7gjJpt4UGEBJjGxuuJWLKIkLWs,836112
242
+ sage/graphs/base/static_sparse_graph.cpython-311-darwin.so,sha256=NKiLMnnB7KuPKDTrBuKNrfxSo3k3Wvx_xdAxlxIo0ro,233472
243
+ sage/graphs/base/boost_graph.cpython-311-darwin.so,sha256=nUj17svIEUMCtnVo5dpEQGnBHFXmt1nzeOttkmDUmDw,836112
244
244
  sage/graphs/base/c_graph.pxd,sha256=pUsZ48m4XXx4fq8fRWeeaFkM0gzX0r63Kkw7L0IJdfk,4281
245
245
  sage/graphs/base/boost_graph.pyx,sha256=mWfPc01Gtyy3YDQ93CcOWZMhsUXN5q2BiyKt4wls-c8,111074
246
- sage/graphs/base/static_dense_graph.cpython-311-darwin.so,sha256=Xi_tFUwFX2G7L1FE5THFxSCuI9pEji1Ti4RkZF60FkE,263296
246
+ sage/graphs/base/static_dense_graph.cpython-311-darwin.so,sha256=oIU7hrPci8A-w5l6IvbYLxvN4CmweJCNSqn5xr2PyVk,263296
247
247
  sage/graphs/base/static_sparse_graph.pxd,sha256=YYCH7F6h1OteiFLfleAb57CCN-gx42n3W_9fzh8avkA,1500
248
- sage/graphs/base/c_graph.cpython-311-darwin.so,sha256=m8OXiLZwK8cnNiq3K9nYPi_sv3nQOcettaema9VAhnA,632688
249
- sage/graphs/base/sparse_graph.cpython-311-darwin.so,sha256=uNZTXJvt2hRm9bV94Zi8yslk92dhHrb4hjUawxPSxVw,230256
248
+ sage/graphs/base/c_graph.cpython-311-darwin.so,sha256=s4Iyc5zAhd2w_X7MPYJSnAf6S-7pBiSbdf5wVyIFfvg,632688
249
+ sage/graphs/base/sparse_graph.cpython-311-darwin.so,sha256=AQGC8G8mVeT2HBXogjKrXRGSHsOyrv0PLbfiKLbGHoA,230256
250
250
  sage/knots/link.py,sha256=L6vA6oqMri3ZD5xY8zclLwuqywrzoWbfpVTskcyBtkk,177868
251
251
  sage/knots/free_knotinfo_monoid.py,sha256=IyaKmc4kQclQoAe9loqp9Cq2Ny7BoQXwjPFn_QYwMoY,19713
252
252
  sage/knots/knotinfo.py,sha256=ACmrGn9_t6Ff3y5xaTDLO8JJS0_Wkfb2qItWf6Nu9mI,101893
@@ -11,6 +11,11 @@ This distribution makes the following feature available::
11
11
 
12
12
  from .all__sagemath_categories import *
13
13
 
14
+ try: # extra
15
+ from sage.all__sagemath_gap import *
16
+ except ImportError:
17
+ pass
18
+
14
19
  try: # extra
15
20
  from sage.all__sagemath_modules import *
16
21
  except ImportError:
@@ -49,7 +49,6 @@ Classes and methods
49
49
  from urllib.request import urlopen
50
50
  from ssl import create_default_context as default_context
51
51
 
52
- from sage.misc.sage_eval import sage_eval
53
52
  from sage.structure.sage_object import SageObject
54
53
  from sage.rings.rational import Rational
55
54
  from sage.arith.misc import binomial
@@ -513,6 +512,8 @@ def best_known_covering_design_www(v, k, t, verbose=False):
513
512
  A :exc:`ValueError` is raised if the ``(v, k, t)`` parameters are not
514
513
  found in the database.
515
514
  """
515
+ from sage.misc.sage_eval import sage_eval
516
+
516
517
  v = int(v)
517
518
  k = int(k)
518
519
  t = int(t)
Binary file
sage/graphs/graph_list.py CHANGED
@@ -19,9 +19,6 @@ AUTHORS:
19
19
  # ****************************************************************************
20
20
 
21
21
 
22
- from sage.misc.misc import try_read
23
-
24
-
25
22
  def from_whatever(data):
26
23
  r"""
27
24
  Return a list of Sage Graphs, given a list of whatever kind of data.
@@ -78,6 +75,8 @@ def _from_whatever(data, fmt=None):
78
75
  if isinstance(data, str):
79
76
  lines = data.splitlines()
80
77
  else:
78
+ from sage.misc.misc import try_read
79
+
81
80
  lines = try_read(data, splitlines=True)
82
81
 
83
82
  if lines is not None and fmt is None:
Binary file
Binary file
@@ -339,7 +339,6 @@ from sage.graphs.digraph import DiGraph
339
339
  from sage.graphs.graph import Graph
340
340
  from sage.misc.functional import det, denominator
341
341
  from sage.misc.lazy_import import lazy_import
342
- from sage.misc.misc import exists
343
342
  from sage.misc.misc_c import prod
344
343
  from sage.misc.temporary_file import tmp_filename
345
344
  from sage.rings.integer import Integer
@@ -1542,7 +1541,7 @@ class Sandpile(DiGraph):
1542
1541
  else:
1543
1542
  rec = list(self.recurrents())
1544
1543
  for r in self.recurrents():
1545
- if exists(rec, lambda x: r > x)[0]:
1544
+ if any(r > x for x in rec):
1546
1545
  rec.remove(r)
1547
1546
  self._min_recurrents = rec
1548
1547