passagemath-graphs 10.5.34__cp312-cp312-macosx_13_0_x86_64.whl → 10.5.43__cp312-cp312-macosx_13_0_x86_64.whl

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (89) hide show
  1. {passagemath_graphs-10.5.34.dist-info → passagemath_graphs-10.5.43.dist-info}/METADATA +83 -13
  2. {passagemath_graphs-10.5.34.dist-info → passagemath_graphs-10.5.43.dist-info}/RECORD +89 -84
  3. {passagemath_graphs-10.5.34.dist-info → passagemath_graphs-10.5.43.dist-info}/WHEEL +1 -1
  4. sage/all__sagemath_graphs.py +5 -0
  5. sage/combinat/abstract_tree.py +1 -1
  6. sage/combinat/binary_tree.py +1 -1
  7. sage/combinat/cluster_algebra_quiver/all.py +1 -1
  8. sage/combinat/cluster_algebra_quiver/cluster_seed.py +18 -12
  9. sage/combinat/cluster_algebra_quiver/interact.py +4 -0
  10. sage/combinat/designs/MOLS_handbook_data.py +5 -5
  11. sage/combinat/designs/bibd.py +1 -1
  12. sage/combinat/designs/covering_array.py +3 -3
  13. sage/combinat/designs/covering_design.py +2 -1
  14. sage/combinat/designs/designs_pyx.cpython-312-darwin.so +0 -0
  15. sage/combinat/designs/difference_matrices.py +1 -1
  16. sage/combinat/designs/evenly_distributed_sets.cpython-312-darwin.so +0 -0
  17. sage/combinat/designs/ext_rep.py +9 -14
  18. sage/combinat/designs/gen_quadrangles_with_spread.cpython-312-darwin.so +0 -0
  19. sage/combinat/designs/group_divisible_designs.py +1 -1
  20. sage/combinat/designs/incidence_structures.py +8 -8
  21. sage/combinat/designs/latin_squares.py +1 -1
  22. sage/combinat/designs/orthogonal_arrays_find_recursive.cpython-312-darwin.so +0 -0
  23. sage/combinat/designs/resolvable_bibd.py +1 -1
  24. sage/combinat/designs/steiner_quadruple_systems.py +1 -1
  25. sage/combinat/designs/subhypergraph_search.cpython-312-darwin.so +0 -0
  26. sage/combinat/finite_state_machine_generators.py +2 -2
  27. sage/combinat/graph_path.py +3 -3
  28. sage/combinat/ordered_tree.py +1 -1
  29. sage/combinat/posets/cartesian_product.py +1 -1
  30. sage/combinat/posets/d_complete.py +1 -1
  31. sage/combinat/posets/forest.py +1 -1
  32. sage/combinat/posets/hasse_cython.cpython-312-darwin.so +0 -0
  33. sage/combinat/posets/incidence_algebras.py +1 -1
  34. sage/combinat/posets/linear_extension_iterator.cpython-312-darwin.so +0 -0
  35. sage/combinat/posets/linear_extension_iterator.pyx +2 -0
  36. sage/combinat/posets/linear_extensions.py +3 -12
  37. sage/combinat/posets/moebius_algebra.py +1 -1
  38. sage/combinat/rooted_tree.py +1 -1
  39. sage/ext_data/kenzo/CP2.txt +45 -0
  40. sage/ext_data/kenzo/CP3.txt +349 -0
  41. sage/ext_data/kenzo/CP4.txt +4774 -0
  42. sage/ext_data/kenzo/README.txt +49 -0
  43. sage/ext_data/kenzo/S4.txt +20 -0
  44. sage/graphs/asteroidal_triples.cpython-312-darwin.so +0 -0
  45. sage/graphs/base/boost_graph.cpython-312-darwin.so +0 -0
  46. sage/graphs/base/c_graph.cpython-312-darwin.so +0 -0
  47. sage/graphs/base/dense_graph.cpython-312-darwin.so +0 -0
  48. sage/graphs/base/graph_backends.cpython-312-darwin.so +0 -0
  49. sage/graphs/base/sparse_graph.cpython-312-darwin.so +0 -0
  50. sage/graphs/base/static_dense_graph.cpython-312-darwin.so +0 -0
  51. sage/graphs/base/static_sparse_backend.cpython-312-darwin.so +0 -0
  52. sage/graphs/base/static_sparse_graph.cpython-312-darwin.so +0 -0
  53. sage/graphs/centrality.cpython-312-darwin.so +0 -0
  54. sage/graphs/comparability.cpython-312-darwin.so +0 -0
  55. sage/graphs/connectivity.cpython-312-darwin.so +0 -0
  56. sage/graphs/convexity_properties.cpython-312-darwin.so +0 -0
  57. sage/graphs/distances_all_pairs.cpython-312-darwin.so +0 -0
  58. sage/graphs/edge_connectivity.cpython-312-darwin.so +0 -0
  59. sage/graphs/generators/distance_regular.cpython-312-darwin.so +0 -0
  60. sage/graphs/generators/distance_regular.pyx +1 -1
  61. sage/graphs/generic_graph_pyx.cpython-312-darwin.so +0 -0
  62. sage/graphs/genus.cpython-312-darwin.so +0 -0
  63. sage/graphs/graph.py +1 -1
  64. sage/graphs/graph_coloring.cpython-312-darwin.so +0 -0
  65. sage/graphs/graph_decompositions/bandwidth.cpython-312-darwin.so +0 -0
  66. sage/graphs/graph_decompositions/clique_separators.cpython-312-darwin.so +0 -0
  67. sage/graphs/graph_decompositions/cutwidth.cpython-312-darwin.so +0 -0
  68. sage/graphs/graph_decompositions/fast_digraph.cpython-312-darwin.so +0 -0
  69. sage/graphs/graph_decompositions/graph_products.cpython-312-darwin.so +0 -0
  70. sage/graphs/graph_decompositions/modular_decomposition.cpython-312-darwin.so +0 -0
  71. sage/graphs/graph_decompositions/slice_decomposition.cpython-312-darwin.so +0 -0
  72. sage/graphs/graph_decompositions/tree_decomposition.cpython-312-darwin.so +0 -0
  73. sage/graphs/graph_decompositions/vertex_separation.cpython-312-darwin.so +0 -0
  74. sage/graphs/graph_generators_pyx.cpython-312-darwin.so +0 -0
  75. sage/graphs/graph_list.py +2 -3
  76. sage/graphs/hyperbolicity.cpython-312-darwin.so +0 -0
  77. sage/graphs/independent_sets.cpython-312-darwin.so +0 -0
  78. sage/graphs/isoperimetric_inequalities.cpython-312-darwin.so +0 -0
  79. sage/graphs/line_graph.cpython-312-darwin.so +0 -0
  80. sage/graphs/path_enumeration.cpython-312-darwin.so +0 -0
  81. sage/graphs/spanning_tree.cpython-312-darwin.so +0 -0
  82. sage/graphs/strongly_regular_db.cpython-312-darwin.so +0 -0
  83. sage/graphs/traversals.cpython-312-darwin.so +0 -0
  84. sage/graphs/trees.cpython-312-darwin.so +0 -0
  85. sage/graphs/views.cpython-312-darwin.so +0 -0
  86. sage/graphs/weakly_chordal.cpython-312-darwin.so +0 -0
  87. sage/groups/perm_gps/partn_ref/refinement_graphs.cpython-312-darwin.so +0 -0
  88. sage/sandpiles/sandpile.py +1 -2
  89. {passagemath_graphs-10.5.34.dist-info → passagemath_graphs-10.5.43.dist-info}/top_level.txt +0 -0
@@ -1,10 +1,10 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: passagemath-graphs
3
- Version: 10.5.34
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
7
- License: GNU General Public License (GPL) v2 or later
7
+ License-Expression: GPL-2.0-or-later
8
8
  Project-URL: release notes, https://github.com/passagemath/passagemath/releases
9
9
  Project-URL: repo (upstream), https://github.com/sagemath/sage
10
10
  Project-URL: repo, https://github.com/passagemath/passagemath
@@ -16,7 +16,6 @@ Project-URL: tracker, https://github.com/passagemath/passagemath/issues
16
16
  Classifier: Development Status :: 6 - Mature
17
17
  Classifier: Intended Audience :: Education
18
18
  Classifier: Intended Audience :: Science/Research
19
- Classifier: License :: OSI Approved :: GNU General Public License v2 or later (GPLv2+)
20
19
  Classifier: Operating System :: POSIX
21
20
  Classifier: Operating System :: MacOS :: MacOS X
22
21
  Classifier: Programming Language :: Python :: 3 :: Only
@@ -30,9 +29,10 @@ Classifier: Topic :: Scientific/Engineering :: Mathematics
30
29
  Requires-Python: <3.14,>=3.9
31
30
  Description-Content-Type: text/x-rst
32
31
  Requires-Dist: gmpy2~=2.1.b999
33
- Requires-Dist: cysignals==1.12.0rc2
32
+ Requires-Dist: cysignals!=1.12.0,>=1.11.2
34
33
  Requires-Dist: memory_allocator
35
- Requires-Dist: passagemath-categories~=10.5.34.0
34
+ Requires-Dist: passagemath-categories~=10.5.43.0
35
+ Requires-Dist: passagemath-environment~=10.5.43.0
36
36
  Provides-Extra: test
37
37
  Requires-Dist: passagemath-repl; extra == "test"
38
38
  Provides-Extra: benzene
@@ -43,6 +43,8 @@ Provides-Extra: buckygen
43
43
  Requires-Dist: passagemath-buckygen; extra == "buckygen"
44
44
  Provides-Extra: cliquer
45
45
  Requires-Dist: passagemath-cliquer; extra == "cliquer"
46
+ Provides-Extra: cmr
47
+ Requires-Dist: passagemath-cmr; extra == "cmr"
46
48
  Provides-Extra: gap
47
49
  Requires-Dist: passagemath-gap; extra == "gap"
48
50
  Provides-Extra: igraph
@@ -69,6 +71,9 @@ Provides-Extra: combinat
69
71
  Requires-Dist: passagemath-combinat; extra == "combinat"
70
72
  Provides-Extra: editor
71
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"
72
77
  Provides-Extra: homology
73
78
  Requires-Dist: passagemath-modules; extra == "homology"
74
79
  Provides-Extra: mip
@@ -84,7 +89,8 @@ Requires-Dist: passagemath-repl; extra == "repl"
84
89
  Provides-Extra: sat
85
90
  Requires-Dist: passagemath-combinat; extra == "sat"
86
91
  Provides-Extra: standard
87
- 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"
88
94
 
89
95
  =======================================================================================================================================================
90
96
  passagemath: Graphs, posets, hypergraphs, designs, abstract complexes, combinatorial polyhedra, abelian sandpiles, quivers
@@ -135,7 +141,7 @@ so compilation from source is triggered for those.
135
141
  About this pip-installable distribution package
136
142
  -----------------------------------------------
137
143
 
138
- 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.
139
145
 
140
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.
141
147
 
@@ -182,32 +188,96 @@ A quick way to try it out interactively::
182
188
  Available as extras, from other distributions
183
189
  ---------------------------------------------
184
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
+
185
220
  ``pip install passagemath-graphs[networkx]`` additionally installs
186
- `NetworkX <https://networkx.github.io>`::
221
+ `NetworkX <https://networkx.github.io>`__::
187
222
 
188
223
  $ pipx run --pip-args="--prefer-binary" --spec "passagemath-graphs[networkx,test]" ipython
189
224
  In [1]: from sage.all__sagemath_graphs import *
190
225
 
191
226
  In [2]: ## Example depending on networkx goes here
192
227
 
228
+ ``pip install passagemath-graphs[pari]`` additionally installs `passagemath-pari <https://pypi.org/project/passagemath-pari/>`_
193
229
 
194
- ``pip install passagemath-graphs[igraph]`` additionally installs
195
- `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.
196
231
 
197
- $ 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
198
248
  In [1]: from sage.all__sagemath_graphs import *
199
249
 
200
- 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()
201
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/>`_.
202
262
 
203
263
  ``pip install passagemath-graphs[mip]`` additionally makes the mixed-integer programming
204
- 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).::
205
265
 
206
266
  $ pipx run --pip-args="--prefer-binary" --spec "passagemath-graphs[mip,test]" ipython
207
267
  In [1]: from sage.all__sagemath_graphs import *
208
268
 
209
269
  In [2]: ## Example depending on MIP goes here
210
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.
211
281
 
212
282
 
213
283
  Development
@@ -1,9 +1,9 @@
1
- passagemath_graphs-10.5.34.dist-info/RECORD,,
2
- passagemath_graphs-10.5.34.dist-info/WHEEL,sha256=WumuUiKnsVlJAe98ANgXLT4RhQv0g6g1ZTiVkGnKx7A,137
3
- passagemath_graphs-10.5.34.dist-info/top_level.txt,sha256=Kmzulf9WsphADFQuqgvdy5mvTLDj_V2zkFHU2s3UXos,6
4
- passagemath_graphs-10.5.34.dist-info/METADATA,sha256=GbFeWBH1vFdAvxScqxZLgFcWWtdULgf6eUoPw5Rp8sQ,9605
1
+ passagemath_graphs-10.5.43.dist-info/RECORD,,
2
+ passagemath_graphs-10.5.43.dist-info/WHEEL,sha256=teO2xh-FJ1HNVGe5DhoP69xaQDzWk7o1JLSQ2CMfYdA,137
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
5
5
  passagemath_graphs.dylibs/libgmp.10.dylib,sha256=KWbopqse81gamnnS9s6RJUAT7etWefG99meCR47T7pI,580928
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
@@ -22,141 +22,146 @@ sage/topology/simplicial_complex.py,sha256=5rPDy-11TzNggeM-QKDYt21KAGAzmcMULNAnk
22
22
  sage/topology/cell_complex.py,sha256=2La9yE3TJ5Rtm4CY-LqKC6LrUofaufqQUaoVN7G8p00,47382
23
23
  sage/databases/all__sagemath_graphs.py,sha256=hFccVjiRkLdUqyJcwgIkR5OUo1DvjVPZwsCZIWtgEXM,45
24
24
  sage/databases/knotinfo_db.py,sha256=EafNspIultVKdtZrwtzYySTGxPun0oTXN_zFCwagYQE,54188
25
- sage/combinat/graph_path.py,sha256=Ej_4jZjB2ItzO2sMT2spFtk-8ncDTl3Ggbbl6fAbvj8,13122
25
+ sage/combinat/graph_path.py,sha256=enqb7IFVXGZ-roxtMJRTaTmCDY3qr_kkjC-03qg0p5s,13122
26
26
  sage/combinat/shard_order.py,sha256=hULsSgJS39xMwEe8UrNCkoTZii41V-cROxE0PAvsE8k,8060
27
- sage/combinat/binary_tree.py,sha256=-gyOObyqBKRC8ST-QvtyXqE3Ni5_ChB0I5_Q1y4ZiPw,183189
28
- sage/combinat/abstract_tree.py,sha256=6JBkdT_EM2WNcopu9ODYPXRVYtIoOhpMaIGbm8Bp9kk,88714
27
+ sage/combinat/binary_tree.py,sha256=BnjdPKrHRxtJrlKmUSHqrDDQ0UvQbm8onuh0IHpSGV0,183189
28
+ sage/combinat/abstract_tree.py,sha256=mE_VtaSWztO_BJHthsJNhvD3mCTf2wVfHQr-3--169k,88714
29
29
  sage/combinat/nu_tamari_lattice.py,sha256=DIZ3Y-hyxvATa_NZDJKv3mzlUcjKVSS7N_drsJ9LDzY,9457
30
- sage/combinat/ordered_tree.py,sha256=yuJ10B1iJ1ylgll0mQ5XIO5Lv6dv7b6REedfAJrsq34,47856
30
+ sage/combinat/ordered_tree.py,sha256=Q08B55_8JZPxiymIAh5bbhiepvWtjj3T96owcR0mLfw,47856
31
31
  sage/combinat/finite_state_machine.py,sha256=nOn9HzDZljzaNaTY_x4eL39HkM_2TbRreqXvk3X_XsI,574609
32
- sage/combinat/finite_state_machine_generators.py,sha256=qBGgXBBiI45PnVNTWqLBxc6bmfWSs7tWQBJNmsixLUo,73186
32
+ sage/combinat/finite_state_machine_generators.py,sha256=YqeqpPwWpra88B4GW5IcA2rtbXpbeT9uGxREegTJFdM,73186
33
33
  sage/combinat/all__sagemath_graphs.py,sha256=zAse3aKr_WJaFWDL93rOM8mNuHUvs_hs0gJsoxfbqiQ,1329
34
34
  sage/combinat/yang_baxter_graph.py,sha256=BGcGaIfAnOzW4g9tCg6uDpKrHHeG-Q5z74TBQa0JYhc,33932
35
35
  sage/combinat/interval_posets.py,sha256=n1EpZC2XnwvRAPiG-fA5c66krNlO2V-kox9LwgawHu0,147095
36
- sage/combinat/rooted_tree.py,sha256=fkcpHQ5_7k20eH6BHGK96mAIs9Bi6g-1bpH23pDPYZA,34211
36
+ sage/combinat/rooted_tree.py,sha256=HwZ6OlSwROTXZoZsgPEd4Hz9VqYPMsZYXdrO-PbcT4s,34211
37
37
  sage/combinat/tamari_lattices.py,sha256=1K261Ntyt3uZqkFVVTC_PVyimDFomOeJeEW3UAwqpQc,11061
38
- sage/combinat/designs/covering_array.py,sha256=riygruGG77rEvjl7tK_iIdJT_og4PAjD6j9MEfmK9YY,9605
39
- sage/combinat/designs/difference_matrices.py,sha256=xxeU2SXsjDnM20OLguJk5xXhyV9Nu7ZSu3iABWmlPWQ,8610
40
- sage/combinat/designs/designs_pyx.cpython-312-darwin.so,sha256=jsfmCj2-XmmbfEj09sOXfcsHnANXlF7nR9gAKUiBhPc,285008
41
- sage/combinat/designs/resolvable_bibd.py,sha256=5GOqpXPL4hJQLkFSjJuhWw6WQCBK6DzC3MJ6iK1dIuI,29761
38
+ sage/combinat/designs/covering_array.py,sha256=SC7dwTzNt4lYJk_FKRUt_EsaOYjFRXMJus2i8NKGP84,9600
39
+ sage/combinat/designs/difference_matrices.py,sha256=H1gvPjsH890ASH66zSJj36yiFMIU_C40xYZA609eawE,8610
40
+ sage/combinat/designs/designs_pyx.cpython-312-darwin.so,sha256=dwM8X1dmooZntRv28pJrU3nOM4iZJL24ZbU4O9stcFk,284976
41
+ sage/combinat/designs/resolvable_bibd.py,sha256=zZyP6-dTavplbCFR5vGa4zjb8tHqmn6FRF8NrPIrt4s,29761
42
42
  sage/combinat/designs/twographs.py,sha256=xr84mamGdA-DIGcti5mVhEIvwlkmOt5pBwv8RKe1whM,11227
43
- sage/combinat/designs/steiner_quadruple_systems.py,sha256=9ApaRFOCqPwfgUnKbNyl7R0M-OhHcb3FStgdqg88duY,68601
43
+ sage/combinat/designs/steiner_quadruple_systems.py,sha256=-vnODm9iybM9_x36oDOFMZyu_kMaMTZWYbzcWAvaG0E,68601
44
44
  sage/combinat/designs/orthogonal_arrays.py,sha256=MuJ5C7NtafuJUfjvzl9n1dea5Uwl6GgroEcDgWHSlXg,82581
45
- sage/combinat/designs/orthogonal_arrays_find_recursive.cpython-312-darwin.so,sha256=Cd6e5OaOdAYO-oakSZLwqvKnWh5jE2rIq8LqQZ3x6Xs,217904
46
- sage/combinat/designs/ext_rep.py,sha256=2V1ISO6JnPhFD91MQzgqIdAuvQK3a0YaM0dqg7x2q3M,34924
47
- sage/combinat/designs/MOLS_handbook_data.py,sha256=btBWtjyupFE0mWZB6_VFMwh9JMCZPjWQvBK_r6gK_S0,42366
45
+ sage/combinat/designs/orthogonal_arrays_find_recursive.cpython-312-darwin.so,sha256=Ii_XRn7QKrfF8lF5z6-i6IPzJYQxF8JENHzZmnrEN2s,217872
46
+ sage/combinat/designs/ext_rep.py,sha256=4t0xjnVqEyZUQn9L4JxvSt2wlhHJoY3Xz6uAP3L6_7g,34884
47
+ sage/combinat/designs/MOLS_handbook_data.py,sha256=SOjglkjrMNtbttoKD5werH6IXSUMwt1Zh_cOLOPSwTU,42437
48
48
  sage/combinat/designs/subhypergraph_search.pyx,sha256=HLopGk2XtAZXaMHWSrAhhBdJC87szaeaNrcKpvSAFvA,18125
49
49
  sage/combinat/designs/block_design.py,sha256=PHZG5Q9egUb7PwVnX2MQq6UPATxZPp5zq_VpJzWLAxU,38165
50
50
  sage/combinat/designs/database.py,sha256=3zky0T2enXCAIFXfsHUlB1z2JsGbIuNpC8HFEHltgT0,242946
51
51
  sage/combinat/designs/orthogonal_arrays_build_recursive.py,sha256=Ley_eOHwF1sOk9MukJDOM8KlPLT-JVdA7hqPz42Z_YU,70698
52
- sage/combinat/designs/group_divisible_designs.py,sha256=uKagmqw7dLD7bGJbnzDPGWoJL6vJGboWK-BF20wa-nY,13037
52
+ sage/combinat/designs/group_divisible_designs.py,sha256=U8YLCTUbbsdmWH8aiKqxWHv3AFNHqmCh1eoVFELIch4,13037
53
53
  sage/combinat/designs/designs_pyx.pxd,sha256=d78q7gQf58kZirLF1TXxNjLi50YYo-EIUM2e4kXS5C8,679
54
54
  sage/combinat/designs/all.py,sha256=z1avRgBKp3Gu_OhxVMFYtxWoXCBOcFd_t5-C1JcoAkw,2015
55
- sage/combinat/designs/bibd.py,sha256=6kO_3RLtvWYBB56P7Cgx_Iwju_xjeOuWi-MJ-xXzy1E,59071
56
- sage/combinat/designs/latin_squares.py,sha256=BDUGtmi2CaWf5MUeb72byigkUDABYo7_MDBoIpFtYKU,21834
55
+ sage/combinat/designs/bibd.py,sha256=fB_aPra3Cbr4uqef4vLN1sIKJ9yXn-teFGMOzrkRpiw,59071
56
+ sage/combinat/designs/latin_squares.py,sha256=2O6O35hCPlemoRn4RzBQFgwjZyANoBO92cN8aMAxe5s,21834
57
57
  sage/combinat/designs/evenly_distributed_sets.pyx,sha256=VktfzlQuB6wJVY6kk63YAXtSsh4yaO8i4XiWmOvs02Y,25543
58
58
  sage/combinat/designs/gen_quadrangles_with_spread.pyx,sha256=oE049xlfXkX_ly-WpQZnPw2cNXYDueHeuRJ69bfTbkQ,10767
59
59
  sage/combinat/designs/designs_pyx.pyx,sha256=e3RtTEz6VofqnfFNpJHrTLhZ_eRdKsxSHDmkjV3_RXY,37180
60
- sage/combinat/designs/incidence_structures.py,sha256=7IAm8LKIG9ws0Q23H86SM2Tt7aXueVLDXvEV-EcH6eM,89515
60
+ sage/combinat/designs/incidence_structures.py,sha256=-a1Ub9q_91055qr-Ns3CuQduJvVmVqja2tBbMRu0u4Q,89619
61
61
  sage/combinat/designs/orthogonal_arrays_find_recursive.pyx,sha256=IIiOkj4T2ibHoUefBPxWxAN7n0gtzWQd6Cbii2ullbM,34298
62
62
  sage/combinat/designs/design_catalog.py,sha256=u9FpOxLuNuEcRxOU3C9P_bw-OGqQL0qgGsjUFFx7Icc,5095
63
- sage/combinat/designs/evenly_distributed_sets.cpython-312-darwin.so,sha256=ULXapC5-_b59r8Sf_O9y6ByT8_3AdkgJik51opC0mas,215104
64
- sage/combinat/designs/subhypergraph_search.cpython-312-darwin.so,sha256=ALRuV_MKr7qkK2gUS6vPmL2LZqrPGTkDbZJy8l2K29o,127416
65
- sage/combinat/designs/covering_design.py,sha256=7QpRR_ziEyHK5u1l9HgP4w5LdT4FOIk2h7d15NBdois,17375
63
+ sage/combinat/designs/evenly_distributed_sets.cpython-312-darwin.so,sha256=17bmToelQl-StGI0oKIKtToCtI1rPW8AOCRIS58nqGg,215072
64
+ sage/combinat/designs/subhypergraph_search.cpython-312-darwin.so,sha256=umvuOzlkURRLndcQegf-Z1JLoGHtOboHwZBnGpB4yjI,127392
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/gen_quadrangles_with_spread.cpython-312-darwin.so,sha256=7C-E6n3bAG_a7zD44VLdct_qpEWu7F4exM91gTTDrxk,161464
67
+ sage/combinat/designs/gen_quadrangles_with_spread.cpython-312-darwin.so,sha256=ZeZ6oucWLAb0LAzlPNrxn5LttvEQYKnjIgJE3D6OxkA,161432
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
71
- sage/combinat/cluster_algebra_quiver/all.py,sha256=loL18Nst_FE7fQmYLJ1fSiMYpNS7IjArZ0aI-Y2jqmI,833
71
+ sage/combinat/cluster_algebra_quiver/all.py,sha256=Kn96IeqXORbsHL0NSlKT3mKDtcM2biPzgxNrab-BiXY,831
72
72
  sage/combinat/cluster_algebra_quiver/quiver_mutation_type.py,sha256=24QBRRseafrBvShSJC_ilP7nY6QwDX0U1GkMDxFhoBA,92005
73
- sage/combinat/cluster_algebra_quiver/cluster_seed.py,sha256=amI3vqKaovQpPtZP0dMNVDsV_nbpYGCFrXOWUPE0lcs,197638
74
- sage/combinat/cluster_algebra_quiver/interact.py,sha256=teFnUjRuECPGZ6lGfy8OPU3O-xqniXUridHOLPI_8eQ,4210
73
+ sage/combinat/cluster_algebra_quiver/cluster_seed.py,sha256=8WyDGr-i77io5pC5xSCdMP-0ssdWxLZKyKVTN6eMx-Y,197656
74
+ sage/combinat/cluster_algebra_quiver/interact.py,sha256=ZKeMsySh5KcaMtnbfEbftKSYwCcRrkZjllaushry3N8,4266
75
75
  sage/combinat/posets/posets.py,sha256=IVvddH6UUbUjFI1WhY6zKQUJBeC7UuhhfOOKEmZI1o8,332834
76
- sage/combinat/posets/hasse_cython.cpython-312-darwin.so,sha256=9i97QqT-UhX7S0WLzfb3T6iwkah0nvIW0I8yC5vULQM,152568
76
+ sage/combinat/posets/hasse_cython.cpython-312-darwin.so,sha256=qIlXHFZ_L5m4tkeQm8rU8mNcO6wkOiVO3t4XFnWcK7M,152544
77
77
  sage/combinat/posets/poset_examples.py,sha256=23w6JjtzVyOR9RV-L8K1zLP41wUcI7H2ENtoLURt_IU,77050
78
- sage/combinat/posets/moebius_algebra.py,sha256=lJe_BNxSQtx4WW2hc0s83G0V4wu6K5UwF1X9WxqzJps,26371
78
+ sage/combinat/posets/moebius_algebra.py,sha256=GmJdyCNhmIeT-hE0d-djJLRd2jgBtydPNyNgmG49Jfc,26371
79
79
  sage/combinat/posets/lattices.py,sha256=W2fN9oRs5dUUTX5cbw7iFFeEAj3c3oExhPQCEputFbQ,186239
80
- sage/combinat/posets/incidence_algebras.py,sha256=aBk7KDNGJC5GI0HGp-b-nnOFJgIq1jnRL3J4HC1_1OY,25058
81
- sage/combinat/posets/linear_extension_iterator.cpython-312-darwin.so,sha256=t_d5uHp-dp8m5Zzb03AEijyU6as_sIxUQMsUFwYZnAE,148312
82
- sage/combinat/posets/linear_extension_iterator.pyx,sha256=FkhFbhObzOHt8rvbMAKqV9v_EDI1YcFEbi24ex02RDw,9134
80
+ sage/combinat/posets/incidence_algebras.py,sha256=qf1d495q2BJItNf0Ills8IAlv_GlZeqb53MR_dsEX1k,25058
81
+ sage/combinat/posets/linear_extension_iterator.cpython-312-darwin.so,sha256=EgObf2S6gZqIuOS4fS2EU2d4UetA6I10mdjTkiv_Pkk,148480
82
+ sage/combinat/posets/linear_extension_iterator.pyx,sha256=1DVxfIsMvtsPGjOi3SUjWtVKFKXQfnk_UXKtmsTpQl4,9272
83
83
  sage/combinat/posets/elements.py,sha256=xKAD36BOIBtKi3AJ-ITCQMnjjrnjSSBfDPokdIdz2y8,7961
84
84
  sage/combinat/posets/mobile.py,sha256=1Fzspx-afq66PO_5BTJoprp4GemROCPnZOacqZiJXI4,10558
85
- sage/combinat/posets/linear_extensions.py,sha256=9vejjJB8uZI1pCjN-kb32KsMf61XZ8o9pciolcq8UCI,41712
85
+ sage/combinat/posets/linear_extensions.py,sha256=hpABWmpo5kXMxKUY3A2R4JmrtyiYONe3M3oaS_VA2qM,41598
86
86
  sage/combinat/posets/all.py,sha256=A-S_eIm6Io7aE5YjG_ETS9Fsam30I8xOIR56QG8hpMs,1438
87
87
  sage/combinat/posets/hasse_diagram.py,sha256=Z87fc4ssKwWWxD2Mjvf5L0xZDyG8fheArbNQrelJTM4,133265
88
88
  sage/combinat/posets/hasse_cython.pyx,sha256=xGUFu90go4BA_LwmXkbbRT5wnb5WB71jmwU1JnW4fj4,5989
89
- sage/combinat/posets/cartesian_product.py,sha256=OpmoX-7Fx2mFnKPo0KN7qEBaUW0FuesxjJ7z69SBhFU,16945
90
- sage/combinat/posets/forest.py,sha256=FuOHnQwLA_31VVdjZfZ3cg__jlDZq4BPPNPacjPrtzA,1017
91
- sage/combinat/posets/d_complete.py,sha256=SfruMKjpXiaWcEoDcu0RxeU7M6xykMLOI9Kolv5cGik,6621
89
+ sage/combinat/posets/cartesian_product.py,sha256=_ZyRnB3-t3vQpaHjlXO-a_GHvCyQzxzH5FtLXIKbt88,16945
90
+ sage/combinat/posets/forest.py,sha256=c-3aHa_yyTN2Zo7ddPv4GIxDCG3ebs7hmf3r99FG3kU,1017
91
+ sage/combinat/posets/d_complete.py,sha256=ZkqWd-FTQMFppkXv8si4Ku4ZWmwydVeWWazv17JI1H0,6621
92
92
  sage/ext_data/all__sagemath_graphs.py,sha256=hFccVjiRkLdUqyJcwgIkR5OUo1DvjVPZwsCZIWtgEXM,45
93
+ sage/ext_data/kenzo/S4.txt,sha256=iSXavQqy7ep6HFOWnnsHtqoDhL4Hu3s1SpsaUKbizWs,272
94
+ sage/ext_data/kenzo/CP4.txt,sha256=WXb63Qce3f9Z3Q6K3_zkI0W4-cHBM93XMn7K5bNQD3U,640878
95
+ sage/ext_data/kenzo/CP2.txt,sha256=DYHV8ETaavPvch7t5KdEuGhEqoOAozD7NVAzFGbR3ws,1757
96
+ sage/ext_data/kenzo/CP3.txt,sha256=zyCb_0Lh5zAUrK_RJ-wFdCckivlMRyIEnN9xVg1sDsE,27973
97
+ sage/ext_data/kenzo/README.txt,sha256=SZywXyUDRE8JUt2_JajOYslQiEBSkkB5-14jtxPIt08,1912
93
98
  sage/ext_data/graphs/graph_plot_js.html,sha256=OmGUTusnlNQgxC3rb2q_1FR8flYvLT6DNfY0zjY_0_0,9811
94
- sage/sandpiles/sandpile.py,sha256=MSy5pv0tupGHtSitRkODedORKmgOwxsLyZ7z4EtLpqI,211736
99
+ sage/sandpiles/sandpile.py,sha256=yeO4-dNtmYd5LQV86K5XyMkxYVK3w_rnvBudZNTzTpg,211694
95
100
  sage/sandpiles/all.py,sha256=GxDiTE98htXEil5sR7gdVNgIh8eCu6q1IyxjHPOLyx8,565
96
101
  sage/sandpiles/examples.py,sha256=NNlBeEP0Nd7G4FNDNbsGRH51a1vOX-Pxo2aUjY1cUao,5595
97
102
  sage/groups/all__sagemath_graphs.py,sha256=hFccVjiRkLdUqyJcwgIkR5OUo1DvjVPZwsCZIWtgEXM,45
98
103
  sage/groups/perm_gps/all__sagemath_graphs.py,sha256=hFccVjiRkLdUqyJcwgIkR5OUo1DvjVPZwsCZIWtgEXM,45
99
104
  sage/groups/perm_gps/partn_ref/refinement_graphs.pyx,sha256=AyuBZ0MJ0x9EIiVzInK__7W4dy_hCONOBHyP4qy721M,56634
100
105
  sage/groups/perm_gps/partn_ref/all__sagemath_graphs.py,sha256=hFccVjiRkLdUqyJcwgIkR5OUo1DvjVPZwsCZIWtgEXM,45
101
- sage/groups/perm_gps/partn_ref/refinement_graphs.cpython-312-darwin.so,sha256=PPzVb13VDHExaTgFkWnEhlyVnkr9eodGEVRDmZJfQXc,376512
106
+ sage/groups/perm_gps/partn_ref/refinement_graphs.cpython-312-darwin.so,sha256=oGFm5BNNwK7BN5IPFHRbdJTxU24FzXJFZYlTpIQ3IWQ,359952
102
107
  sage/groups/perm_gps/partn_ref/refinement_graphs.pxd,sha256=6sU1BVnxoySV9GhDXZsUKBlAgAMBqc8Bp3FELHB3neU,1759
103
108
  sage/graphs/graph_editor.py,sha256=_6wr59GPJfl0lylU_tMsqQbc1jH8E8GD6ZxQdVBxBYQ,2850
104
- sage/graphs/genus.cpython-312-darwin.so,sha256=ejVF7cA7EPRfvWZ7QUl-t8tkYjs7ouEG7HzD23UDb1k,147360
105
- sage/graphs/graph_generators_pyx.cpython-312-darwin.so,sha256=NXduxc1CzB5Kj-Td7XjJGnMZzWx5K4jmDK4tfHeu8qQ,98264
109
+ sage/graphs/genus.cpython-312-darwin.so,sha256=vZi_Mk4gNYcLvsAchuqOvty-aQAKQI2-HnBI40-wnAc,147328
110
+ sage/graphs/graph_generators_pyx.cpython-312-darwin.so,sha256=i__rbV0L1D8S8OjNe5yZWxE-rpQAxit4RhpOpmZcu4k,98232
106
111
  sage/graphs/digraph_generators.py,sha256=QcVOE4jpqe8QxbEk79fFr33Mc0zZuIjJadkKTJG_-Bc,75899
107
112
  sage/graphs/asteroidal_triples.pyx,sha256=8y4J9SN8HNXQIBRQjXPAmeSfkqJ1KaHmOe-NV5_3dpI,10431
108
113
  sage/graphs/schnyder.py,sha256=OdTuBwHll5p50etHaa6cU_NvEKh7BOS7ILVZcBUZjCc,30683
109
114
  sage/graphs/graph_latex.py,sha256=58UNam13b4n9QVvdrMWGniZMrs-QnVXbmdpMPnA-Afg,99128
110
115
  sage/graphs/independent_sets.pxd,sha256=ozW1INPrNhfTHx9P0yQBW9m4C0VyNILAr2MixvI-Ao8,322
111
- sage/graphs/comparability.cpython-312-darwin.so,sha256=wAPcBwm0RTgHVmtu8ayJmZF5tYuXx2KJlKN3Lj5lsVc,240944
116
+ sage/graphs/comparability.cpython-312-darwin.so,sha256=rbrl_0WM3y9TDTlFmBBEIjHdm-qa-Fza4dRxEpka1eg,240912
112
117
  sage/graphs/matching_covered_graph.py,sha256=B_-x9cutL3AIMGaKIayFyMyIUIB6JjZSDY3fy9OB-kc,143004
113
118
  sage/graphs/trees.pxd,sha256=wyQiHIkw7Zf3CCJqf1hLxJsCHOg_4D2R8cDcTGPHe3E,377
114
- sage/graphs/views.cpython-312-darwin.so,sha256=2wD4Wr3bwmhY7gZ7pOs-sFELILVEVUOWNPHFzXgR9T4,208832
115
- sage/graphs/hyperbolicity.cpython-312-darwin.so,sha256=nX5osU-Ibopv18w8qR46NmrVDTCewrMijfU0F3uK7D8,315792
119
+ sage/graphs/views.cpython-312-darwin.so,sha256=gB1VeR8L4K9b18q_yuJcwaN6wC5JIVgcthxYz2yES_c,208800
120
+ sage/graphs/hyperbolicity.cpython-312-darwin.so,sha256=pdlXm3sjcGTG1H04avEu_zkdDqUV0b2hcY7u8Ic2eFE,315760
116
121
  sage/graphs/traversals.pxd,sha256=B17xUmzx5ar22san3Zcz6iX2borzlmLYHQWBzJ8cuXY,481
117
- sage/graphs/trees.cpython-312-darwin.so,sha256=5zMBqc-Mp9KFgFGNpoAm7ip4zcYMyuR2FH23M3-YVNY,120720
122
+ sage/graphs/trees.cpython-312-darwin.so,sha256=YOCKY2pecR9-j39bl54TCskZnsp50yUNyK222Pk1zM8,120688
118
123
  sage/graphs/edge_connectivity.pyx,sha256=SBrTBJaeM8uLsF6d-_5frdbPtWanWvJSxiEO7k7H0b4,44701
119
- sage/graphs/connectivity.cpython-312-darwin.so,sha256=rmT82NQK_MpMQvm08lHgIZsRrb-BsoFSeK_1-zoDvAU,871632
120
- sage/graphs/convexity_properties.cpython-312-darwin.so,sha256=0OrRSfypdpyucMdu-YOjlmZzOs8O9HBDgfccps5-zNo,213328
124
+ sage/graphs/connectivity.cpython-312-darwin.so,sha256=c5EDIVGPbZKlsqVwR1zAdbvq_LfVN-XMfW0ud9cI-us,871616
125
+ sage/graphs/convexity_properties.cpython-312-darwin.so,sha256=ET7mL4nB4wqq-oDckAt54T4MSsMp0eL7nOAysd5dap4,213312
121
126
  sage/graphs/generic_graph_pyx.pyx,sha256=T1QiJGKc1tcKSrMEFJM6-cTLko5ffC0kw2GH3Ml2qOs,58405
122
- sage/graphs/graph_coloring.cpython-312-darwin.so,sha256=jGDysQseLSJB3W88rmD6UrIa9baWg9sbfmoQlIdcvfo,788408
127
+ sage/graphs/graph_coloring.cpython-312-darwin.so,sha256=DnTyj9VgiOJCUJbRK1nphoSPSWflouQTCXKP4IlJXHk,788376
123
128
  sage/graphs/line_graph.pyx,sha256=fg92Q-gxnzRMjPmID7IztliBYP7n8JL0HhpK0CTCLio,22272
124
129
  sage/graphs/hyperbolicity.pyx,sha256=Xij4iR3b0gQ0095UklppcWc3uZfEeh3GlcjrYlN0jVM,64417
125
- sage/graphs/independent_sets.cpython-312-darwin.so,sha256=C6d7o5U3ux4hAoGqXXe1FllHQhXc98Aw-SubgVMpO5s,148352
126
- sage/graphs/graph.py,sha256=oeQiRqreWJWBXcI0BzgJyx6aET3JsP9QQDNWSMzUzEk,369822
130
+ sage/graphs/independent_sets.cpython-312-darwin.so,sha256=Ehd5m2RAK9Ei74MCflZHse5bpOSdbVfD7QJWQUSIhGs,148320
131
+ sage/graphs/graph.py,sha256=C078UpvczPdjrh9nqFr_uvruwXW7JyF9_fkRsRqkJNc,369909
127
132
  sage/graphs/convexity_properties.pyx,sha256=G5bhKH3lho-CMMNrIMTx3OjC0fN_8GekR_VwqGBynBk,29524
128
133
  sage/graphs/distances_all_pairs.pxd,sha256=RMrpaxs-r98iY6BnCS2H18BFN85BNrYPk9Dipuvva0s,565
129
- sage/graphs/path_enumeration.cpython-312-darwin.so,sha256=5No0KBFNwiieJWwIfKtLmsEb1K3U1DMTLX0mnZOwWFA,479984
134
+ sage/graphs/path_enumeration.cpython-312-darwin.so,sha256=RJaVbPFfesfHSY2f8visMZBbvPXyJbMcBBnchXcNcEI,479952
130
135
  sage/graphs/graph_coloring.pyx,sha256=XLq6kega_G2tzkc06urWj5JarMp_64CvpMlF3ylZhJg,85592
131
136
  sage/graphs/graph_input.py,sha256=r0n78xXCSG6awA0rZDfBPfFsPh4lpvnEBxCkE0WP5A4,28844
132
137
  sage/graphs/isgci.py,sha256=6nOGMGYeD95W_IGzRznhkCMl4Ceh2sOsLlZ6QFFDYFU,34105
133
138
  sage/graphs/graph_generators_pyx.pyx,sha256=1E81srDiCWxRmesm86ne47frn2UJ04Kp5AaFI7kW-j4,3092
134
139
  sage/graphs/all.py,sha256=x8SE1AFbrSgF8NtYDKAPR4Qj1rcawY5NCRN3zdNx76U,1500
135
- sage/graphs/line_graph.cpython-312-darwin.so,sha256=u8grG93kX48f4rG71z7ZC-6ovc-eAVfLkc-WF74PTOA,222808
140
+ sage/graphs/line_graph.cpython-312-darwin.so,sha256=eg3lqGWPFzgLs1DghryPqq1RclGXAbvdELk5_sKeVVo,222784
136
141
  sage/graphs/views.pyx,sha256=7OJX4dq4dwa5RQalTV8-NJWdurTIXOxL2_Tvr9yFn30,27971
137
- sage/graphs/centrality.cpython-312-darwin.so,sha256=BETG72aUBed8qOHGopnmplMtpJ_qRo7DLcrPclSfo-w,229088
142
+ sage/graphs/centrality.cpython-312-darwin.so,sha256=fcWDlpnWg2EhBJ79VZVxy270JgCV1ncap3KH7ss6LKo,229056
138
143
  sage/graphs/hypergraph_generators.py,sha256=0gFR6duplhJ9m6Ecn-APwNIuooR5vcBoQkBdj_hJcSA,13926
139
144
  sage/graphs/connectivity.pyx,sha256=Ttl1tzPlXRHmHuoFKcWOmR_YcDvKanDDcoPCqEIAsAQ,183216
140
145
  sage/graphs/matching.py,sha256=rLuE4t6nErNdDnx7vnMBK8YhZhmrT4N6o75KfKo9Ry0,62208
141
146
  sage/graphs/connectivity.pxd,sha256=xbB3JNVdxZDUwuhSrPaioJujxcOOUzCM4nUZ0Cmild0,5378
142
147
  sage/graphs/bipartite_graph.py,sha256=L0-eIF8q2JZbkKqOHEafxsbJirxrKVB5N0Gsh5CpVkQ,104781
143
148
  sage/graphs/graph_plot_js.py,sha256=jhaO_KUhxeOCw1IsZGPeCobW5nfXXEcJqIHEWV9rt0U,12898
144
- sage/graphs/strongly_regular_db.cpython-312-darwin.so,sha256=xCvBDmtSSm5eAjzXyw5wUd5ezvXMfMz6vwhM-GQ5mmw,1097968
145
- sage/graphs/distances_all_pairs.cpython-312-darwin.so,sha256=a8XReV7BFLO7tckv7fbpO1W37X6KfWVr7pN06dpfFrk,343200
149
+ sage/graphs/strongly_regular_db.cpython-312-darwin.so,sha256=J3dRLUJ-ubWdOeNwWq8DMeM__8KDQlbIzPlUD7j1YTQ,1097936
150
+ sage/graphs/distances_all_pairs.cpython-312-darwin.so,sha256=sCxjHq-fARz1MVOQSSiGg5Q4g1UozJAzEZkj5Bl56yA,343168
146
151
  sage/graphs/domination.py,sha256=BRTVApP6SeB-NVe3rcuJDfpSbg6jWRc4rWgTPgMUsVo,48674
147
152
  sage/graphs/convexity_properties.pxd,sha256=5NS5R5LyBnwfiKEo6CNG-aspmA0HqkC0fvsmmr799xo,627
148
- sage/graphs/traversals.cpython-312-darwin.so,sha256=yvRwzYLSMEIMoMCPXKWpOFPZtDBQyZ2cmNI4iR880fM,351360
153
+ sage/graphs/traversals.cpython-312-darwin.so,sha256=bxXPedDeNYPjpJUsPaZpIg_ugbej_v6CUScIw2QMIEk,351344
149
154
  sage/graphs/distances_all_pairs.pyx,sha256=CEbGv42frddFNp3xGOyC2M4Tnh2M8vLRuNMSYk3oyS4,105359
150
- sage/graphs/spanning_tree.cpython-312-darwin.so,sha256=JA2U_qlXjuREB1CYCZhbP9itQRrKVdWIpryc24wJbIo,378000
155
+ sage/graphs/spanning_tree.cpython-312-darwin.so,sha256=5ImfPeBoey-fDkurRO4pOAJcC55HMuLS99eNwM2_W5k,377968
151
156
  sage/graphs/generic_graph_pyx.pxd,sha256=aVwQbA8BGVHbwufAo6-EHEhyfCFNxRq7pPI_FtOJu3Y,825
152
157
  sage/graphs/lovasz_theta.py,sha256=mEZIrYcmhJHNolsSfRVUnXl9FBkDdqbQ1Frg8qmqJjo,2151
153
- sage/graphs/generic_graph_pyx.cpython-312-darwin.so,sha256=w-TdjWGbtSqNSiWDtYanwR5oTdXbhEvG4c0ErDGu00o,347808
158
+ sage/graphs/generic_graph_pyx.cpython-312-darwin.so,sha256=XsX06DOwA-nZBsbJIGuvvVlV4g-wmZ94FeBvNXmSTmU,347792
154
159
  sage/graphs/tutte_polynomial.py,sha256=Wcid9JQ5dJFZITAzmJ18YnOskNPxCbzXvBDvgjNE-pA,21811
155
160
  sage/graphs/pq_trees.py,sha256=6z6pzjeApBLvjx4FTqxklFHjEcwoF9Z78LlvTpcv0G0,39418
156
161
  sage/graphs/partial_cube.py,sha256=u4X-fZgUIcaX9QSIv_N8kbVUYRx3dH51LCmEfc2nYkg,16402
157
- sage/graphs/weakly_chordal.cpython-312-darwin.so,sha256=iApyQRIgU4KfbPtq1Oj3yV5HeMt_FWtP29gbktx1K2s,186240
162
+ sage/graphs/weakly_chordal.cpython-312-darwin.so,sha256=siTDo7OZVZgSsozV42-U1mDNCLy5_s1oaTrYi1QMeyo,186208
158
163
  sage/graphs/graph_plot.py,sha256=EfcwzdjrtsUuEXoyWb6j1CbkJt170ASzCmgkJiFuMfI,70278
159
- sage/graphs/graph_list.py,sha256=7gWLlXkPTYI5C8MuWRJuevejpLVc6xcHbW2OjzQK0xw,12705
164
+ sage/graphs/graph_list.py,sha256=XW3g5tAW_zmdMpmEUgXniTeu3GG2i7e-_NgStIRGWdU,12712
160
165
  sage/graphs/print_graphs.py,sha256=pBg_hHJxWAcsEzqbqDG4ehZg8C1LreySAbqcoHBmE_A,4931
161
166
  sage/graphs/digraph.py,sha256=uryks9iuR5KU_XpPV2dk2GHMud2djfX5wbcQKm-dkec,180720
162
167
  sage/graphs/dot2tex_utils.py,sha256=nCUHldadHC4Jvdx3sOWypkwlRH7Lc3x_xCuJOk_o4jA,3165
@@ -169,32 +174,32 @@ sage/graphs/trees.pyx,sha256=fxCGm1lmkjsaLSg4L0IbnA_gMzYIWhPwbU07_C8e5UA,8733
169
174
  sage/graphs/centrality.pyx,sha256=mJIHu3It0FzZsJ9vhNi5h1sr2_7SHFdPtXmUx6-c-R0,34973
170
175
  sage/graphs/spanning_tree.pyx,sha256=WbPx-yeaNy_UQOOL6UqdHrYvJPhv3J-1t7rWgCo_Rks,55241
171
176
  sage/graphs/strongly_regular_db.pyx,sha256=FFxau4Zr8YjZp7wboDqJmCWcNOEHwxfizCnOrzicisU,132851
172
- sage/graphs/asteroidal_triples.cpython-312-darwin.so,sha256=_WafSl7m4Ufgg_UN8zMQjjPFXy4Wgi43fWyYDdN7_Tw,125632
177
+ sage/graphs/asteroidal_triples.cpython-312-darwin.so,sha256=dLzU2xM2WemGZ-qGxDI4n3seXcmDdZpREUw3_R8P7V8,125568
173
178
  sage/graphs/independent_sets.pyx,sha256=AA4D-pjoMyguifXSDRCZJmwZqfTMIv6tVpxXiDo83vs,13082
174
179
  sage/graphs/cographs.py,sha256=LTajbKp8uk-4NPdnuEUyd181qDXgA4Qb73r7_RNrx8c,15187
175
180
  sage/graphs/graph_generators.py,sha256=TXNwxiDlyj8bBjkhA_bKhZljkk2k1pC736YYMyla3EA,133965
176
181
  sage/graphs/genus.pyx,sha256=xlF94KFiTgiaagZmTJu-49-y--qhUUclo9BVbQwEn8s,21694
177
182
  sage/graphs/generic_graph.py,sha256=AVIWhd10PwauaDHO4Ddv-xW9dZbi1PIhI3dCv8vVRr8,1094325
178
- sage/graphs/isoperimetric_inequalities.cpython-312-darwin.so,sha256=m5EDm7FppXt7qZ5MtflNJlIUwLZTWvMH2HyAk-zl4Mg,164224
183
+ sage/graphs/isoperimetric_inequalities.cpython-312-darwin.so,sha256=UfGHNvH5EQPETPebqlE_iAqXwL7beWebmwdZ4rZxVOA,147680
179
184
  sage/graphs/orientations.py,sha256=ZMTASPviyKb4t2swDdTajNeGfemG3vbVmU9IwRUmCzU,53818
180
185
  sage/graphs/comparability.pyx,sha256=k6yGZH9qZbabyaIGPQBGY75Tmsl8EaT-_XyTgPtKPRI,30696
181
- sage/graphs/edge_connectivity.cpython-312-darwin.so,sha256=gUeI8x9o7fHT7s8iYxuTyeasCLFJqV7gP_jTW5vgw8Q,203024
186
+ sage/graphs/edge_connectivity.cpython-312-darwin.so,sha256=vC29UNVTm3E1tuGgmJtTp8dD0k1mvJ4cU6GmLqiSNfI,202992
182
187
  sage/graphs/generators/degree_sequence.py,sha256=oN9BFV3aC3g0Im_L9v1bx4aBzEf2qFRc8IHpxMVLkF8,8735
183
- sage/graphs/generators/distance_regular.pyx,sha256=v3dlZDsv1bbluda-rb9Sqdy39BefjdqqtP_2mYTEDAs,96115
188
+ sage/graphs/generators/distance_regular.pyx,sha256=qnYVaHCpc7L4m2Z1pXuEg98tyJ2ED73bNky5_Fk9ASI,96145
184
189
  sage/graphs/generators/smallgraphs.py,sha256=Kwqzi6iXl36QRVJ8L9-YQcuRjIMlAVhJQpMDdXmwIBY,201988
185
190
  sage/graphs/generators/families.py,sha256=Ex6zqwclb1OXLs7uzuLaBzrWmiephaD0nwKSR5jYxGY,164644
186
191
  sage/graphs/generators/all.py,sha256=hFccVjiRkLdUqyJcwgIkR5OUo1DvjVPZwsCZIWtgEXM,45
187
192
  sage/graphs/generators/random.py,sha256=Hwnid8-_Hx9N8kA6i9Vpuqlw-l-5cemVqUjo7qSCpVw,92229
188
- sage/graphs/generators/distance_regular.cpython-312-darwin.so,sha256=j5QbkofyaW_QwTvyJkkicp2JN5PUTw6wvzwLUdj-un8,950432
193
+ sage/graphs/generators/distance_regular.cpython-312-darwin.so,sha256=A4j1iIB49x00i66178HameFWUaVJGDsYWE6rZmP5064,950408
189
194
  sage/graphs/generators/chessboard.py,sha256=AYh9NIWZcueME7xiSL3MUdEa9O8O_NTDXh01cHfP8Js,20682
190
195
  sage/graphs/generators/basic.py,sha256=aSkIJvPJ_eD5pG-2Uf5jh5qxEv8Tbe7o3vwDLiisSYc,61441
191
196
  sage/graphs/generators/platonic_solids.py,sha256=v3TMsnK2gI0vnhX9IxP3IsTWqw6GpYQdk6xZk9WEJG0,10134
192
197
  sage/graphs/generators/intersection.py,sha256=N3C3dLzBjL_Jeii1aU_Xm3O78yMLvZoAY1Y6Egu4MxA,20349
193
198
  sage/graphs/generators/classical_geometries.py,sha256=3xoCUEGmShNiGwvc5eKvFbLgeQH-lWM23Iv2uYVtp5A,63415
194
199
  sage/graphs/generators/world_map.py,sha256=YZ992gxxy6kXKaWvbXqG2tfxk5AaHw3a0t991pskPlY,34547
195
- sage/graphs/graph_decompositions/bandwidth.cpython-312-darwin.so,sha256=ph1vt115ISBhE_oQPxGrmr-hAQwKwEnfiwCiPquJGWY,121008
200
+ sage/graphs/graph_decompositions/bandwidth.cpython-312-darwin.so,sha256=4ufA5bR_dYl8ijy6ExePndMPzIz3m7S6yuvlLb5lxmQ,120976
196
201
  sage/graphs/graph_decompositions/vertex_separation.pyx,sha256=nF-RwfUUZZ-JHi-iMj7D2ibAsrbmLQuEpGRXqN7_DTQ,74865
197
- sage/graphs/graph_decompositions/modular_decomposition.cpython-312-darwin.so,sha256=FhZfxSv4G4vLXq_JTrznm9GVIEdsouzkT_ZZ-sRp7H4,561824
202
+ sage/graphs/graph_decompositions/modular_decomposition.cpython-312-darwin.so,sha256=ccWD7T2ww9lf_jD2rf1SwjSIzh3YrnEUy7pJbZqkBpg,561792
198
203
  sage/graphs/graph_decompositions/fast_digraph.pyx,sha256=RwR3geuP8uwPxNlKfHJQHvPsf3_z6DvwQEWyUEf1Df8,7389
199
204
  sage/graphs/graph_decompositions/cutwidth.pyx,sha256=ah8ysfGRlDw3UTeG9uPcQuVAjs0SfaYSnRdJ3z-RvdA,28601
200
205
  sage/graphs/graph_decompositions/tree_decomposition.pxd,sha256=dxfbHIMapSvsj67OLVBfLtvAYhWvDNSwmbmqmrvEYZg,555
@@ -203,28 +208,28 @@ sage/graphs/graph_decompositions/all.py,sha256=hFccVjiRkLdUqyJcwgIkR5OUo1DvjVPZw
203
208
  sage/graphs/graph_decompositions/bandwidth.pyx,sha256=9BvA6v6LheIIqwtkvbendaO_aux-ROfaMBcAM4aZFd0,15576
204
209
  sage/graphs/graph_decompositions/modular_decomposition.pyx,sha256=EkuXojAhXF53MXTiat63_EWdglqfodFZQiZk5dHV7-E,51818
205
210
  sage/graphs/graph_decompositions/modular_decomposition.pxd,sha256=SAqgLApPT4pa_e2XpZ7us9PhDV34y5cTZB7YzP_lbkI,1100
206
- sage/graphs/graph_decompositions/fast_digraph.cpython-312-darwin.so,sha256=nmNiU-sfHx5gAgCnVqfSS6l5GdcYJjaI8OznHtSr0tg,102480
211
+ sage/graphs/graph_decompositions/fast_digraph.cpython-312-darwin.so,sha256=eLZybJoLHLLmBAmX6iEoAJ1VVatXmaxWOPfoqdauKgw,102456
207
212
  sage/graphs/graph_decompositions/graph_products.pyx,sha256=XcghL4BzFWPPNmpNIKSC37zzBwNMmmaNqnEAtXnP0hw,17139
208
213
  sage/graphs/graph_decompositions/clique_separators.pyx,sha256=nZpjLIQYuRND2eu1jvvawGo19_WSFROk8I1NRhHzhCU,22876
209
214
  sage/graphs/graph_decompositions/slice_decomposition.pxd,sha256=OawVDRv8wbwIP6rbSZHGZQUVF31TNw3fbIXbE2q9XyA,602
210
- sage/graphs/graph_decompositions/clique_separators.cpython-312-darwin.so,sha256=UpR2SxL0JYS63GtEHHpvmdZ-HbIXP6IhhLWk02vV8GE,251856
215
+ sage/graphs/graph_decompositions/clique_separators.cpython-312-darwin.so,sha256=UD-LGVpTCpOTfpWRivCv4qd2wbyaAu0SlZ2rLE12EUA,251824
211
216
  sage/graphs/graph_decompositions/tree_decomposition.pyx,sha256=IWrChlzZXjEKscgZcbRr4mhvODbAuAbZoHhSNxx-3Dw,73665
212
- sage/graphs/graph_decompositions/tree_decomposition.cpython-312-darwin.so,sha256=V--sm7qXHwZXOSlodS3rePCv3zJLlKTmxALGJ3osSRg,580512
213
- sage/graphs/graph_decompositions/cutwidth.cpython-312-darwin.so,sha256=LCCmf48xId6OA7zdJ_ytoFRlMNbJFZTi-83Os-9YXvs,210048
214
- sage/graphs/graph_decompositions/vertex_separation.cpython-312-darwin.so,sha256=q0KsZS3Y9V6iP_Gc8TSLSnxhTWamjwU0bzgrXK4oFaY,364080
217
+ sage/graphs/graph_decompositions/tree_decomposition.cpython-312-darwin.so,sha256=qec9p-9ASDUg12NrPyCByQMU5_3qtHNJhFXVEYeRrxM,580480
218
+ sage/graphs/graph_decompositions/cutwidth.cpython-312-darwin.so,sha256=CMZts05Xe4IODyNR7xWVWwrR5OoTUzAOpwNzaDslytw,210024
219
+ sage/graphs/graph_decompositions/vertex_separation.cpython-312-darwin.so,sha256=sKF1K_Z6eo1ZZNas07i7UUVBTPXGbrrSbtualsDBdc0,364048
215
220
  sage/graphs/graph_decompositions/fast_digraph.pxd,sha256=vfxjVz_M8l9rkauaJpXkW1_ubTM3mqUdEjUwlqdD4PQ,343
216
221
  sage/graphs/graph_decompositions/vertex_separation.pxd,sha256=kuVp6HcFIRCamGKOy_Z_Qlzb2W_GlrdBRL4b44jdLsw,200
217
- sage/graphs/graph_decompositions/slice_decomposition.cpython-312-darwin.so,sha256=JOFtERsOc00OX5rTKnKFTxjGjj0fwKi1IyjpCRmcHcc,302144
218
- sage/graphs/graph_decompositions/graph_products.cpython-312-darwin.so,sha256=eV3nFSmzqBoq1dodI1FGxL8D68oW4VDb14byK2qV3a4,209376
219
- sage/graphs/base/static_dense_graph.cpython-312-darwin.so,sha256=GXaBv4WZpfaw8fs8qyNTg57RHbQxMPS0-1dknBadwxc,286560
222
+ sage/graphs/graph_decompositions/slice_decomposition.cpython-312-darwin.so,sha256=ZjtekvepxliDyKPpytpBjWHEfqJ6v2Qj7Qkj-tUSNUo,302128
223
+ sage/graphs/graph_decompositions/graph_products.cpython-312-darwin.so,sha256=l_P6n1Ky56Y0lLkWbO8ZxHWbgfVxWgfnmpHRSSgyyMs,209344
224
+ sage/graphs/base/static_dense_graph.cpython-312-darwin.so,sha256=qPD6GdSxpEFwK3N0SM7rgX0qeJPhNRTARZr7ptdHXGo,286544
220
225
  sage/graphs/base/static_sparse_graph.pyx,sha256=bnMe1AinoGjIsIlsJGeCCRuihiDtZkGQmG4kh41hvqM,49908
221
- sage/graphs/base/c_graph.cpython-312-darwin.so,sha256=ItVg2y-0FnW9epadKQ-hwB02WVhUTMuyb3P7jT5tz8A,686928
226
+ sage/graphs/base/c_graph.cpython-312-darwin.so,sha256=WwOKptUz55H7fvS5YkqpWFk0bv90RcRi1y-k9aVtBlo,686912
222
227
  sage/graphs/base/boost_graph.pxd,sha256=K3GCaIXjsmhwgTzlSntrHi3IB1t2vJpOzSS7FQGlxEo,3655
223
- sage/graphs/base/sparse_graph.cpython-312-darwin.so,sha256=J5bl3YSqwHoAwa9SkmuUOeBpbbpt6ebVUQZXnR9Q4zk,251904
228
+ sage/graphs/base/sparse_graph.cpython-312-darwin.so,sha256=zklqtYTYLenz11vedcX4PD7C_D2P09KVqiKwDHS5u94,251872
224
229
  sage/graphs/base/c_graph.pyx,sha256=Lr1cxK2A5mtR0EIQmYIljc2OgYgiBeRn5Rw0mC_k0x8,179656
225
- sage/graphs/base/static_sparse_graph.cpython-312-darwin.so,sha256=MIUXKT88Nuv5qwMNnppUAO1WHrN2wm4qJ4ZwG7C2ZwU,236592
230
+ sage/graphs/base/static_sparse_graph.cpython-312-darwin.so,sha256=b2GPG-ic4KekXqAe7nUT7V8SKtKHjvbynttPQjgvRn4,236560
226
231
  sage/graphs/base/static_sparse_backend.pyx,sha256=Gu5fS7Jq-p2jfNuU-QwV60YsUtyc2jVlZ9h9hWCM9eE,55323
227
- sage/graphs/base/boost_graph.cpython-312-darwin.so,sha256=SYXLd33MY7P8K260iPoGDEkCYQROcjeqRJSQYnwJesU,965560
232
+ sage/graphs/base/boost_graph.cpython-312-darwin.so,sha256=BBmFSxdkrAqROfd8ljkdSvMaQBIQtngNWxiBr6c8xe8,965528
228
233
  sage/graphs/base/sparse_graph.pxd,sha256=O0oPH_Z1-fsxPK-mKMnNq-OL5cE0GcDILqDj-ajytlk,3485
229
234
  sage/graphs/base/dense_graph.pyx,sha256=HfZU7L2IScsA8_a6VCcs8rM6aWRkYTSz8oRhJWHX5mY,24167
230
235
  sage/graphs/base/graph_backends.pxd,sha256=DNjOnDRc2RPV-NtCHuoliKpNfJHC3aK7l0RifUR7DSY,150
@@ -236,12 +241,12 @@ sage/graphs/base/dense_graph.pxd,sha256=VltYtRdTHhfpXG11C-lfMPSlm57dyP4Ot3E3FOzl
236
241
  sage/graphs/base/graph_backends.pyx,sha256=vl_Cs6xcJJSDlHEfSO55bUQMSziLY3WYnsOza3oK13o,24526
237
242
  sage/graphs/base/static_sparse_backend.pxd,sha256=DbBBsONS0Utp1szKGQaeTpoqiNC23XDaL9tnMrDAxvI,903
238
243
  sage/graphs/base/sparse_graph.pyx,sha256=dNMlc3m2Vl7fXCz5c7a-rse4boVsMSl3AevHmF0AIo0,56300
239
- sage/graphs/base/static_sparse_backend.cpython-312-darwin.so,sha256=UnJunOjSRTo9c7T54uUTym8JwFW2pax-rgc_mx6-6IE,334288
240
- sage/graphs/base/dense_graph.cpython-312-darwin.so,sha256=G0nsg1-8nGTZkDBIEeQRNgGxjL9gGxLuuVMdMNv80ww,190640
244
+ sage/graphs/base/static_sparse_backend.cpython-312-darwin.so,sha256=bae1fG6JF57LbGoAsOM_vtJnDxsrdqE0m1WSRjsoL-8,334256
245
+ sage/graphs/base/dense_graph.cpython-312-darwin.so,sha256=7Q75ZAh2slq5UQTaXZFlnL8Eomx-G3z4URd8DYs_8So,190608
241
246
  sage/graphs/base/c_graph.pxd,sha256=pUsZ48m4XXx4fq8fRWeeaFkM0gzX0r63Kkw7L0IJdfk,4281
242
247
  sage/graphs/base/boost_graph.pyx,sha256=mWfPc01Gtyy3YDQ93CcOWZMhsUXN5q2BiyKt4wls-c8,111074
243
248
  sage/graphs/base/static_sparse_graph.pxd,sha256=YYCH7F6h1OteiFLfleAb57CCN-gx42n3W_9fzh8avkA,1500
244
- sage/graphs/base/graph_backends.cpython-312-darwin.so,sha256=Eui8uveer7iQ9eTM9Gdxo2oDQpwepds8f84SNi4oXqs,165552
249
+ sage/graphs/base/graph_backends.cpython-312-darwin.so,sha256=shaaek1wMxHbkMbTm4av0LXjPaPTE1nx54HEAv-0vcw,165536
245
250
  sage/knots/link.py,sha256=L6vA6oqMri3ZD5xY8zclLwuqywrzoWbfpVTskcyBtkk,177868
246
251
  sage/knots/free_knotinfo_monoid.py,sha256=IyaKmc4kQclQoAe9loqp9Cq2Ny7BoQXwjPFn_QYwMoY,19713
247
252
  sage/knots/knotinfo.py,sha256=ACmrGn9_t6Ff3y5xaTDLO8JJS0_Wkfb2qItWf6Nu9mI,101893
@@ -1,5 +1,5 @@
1
1
  Wheel-Version: 1.0
2
- Generator: setuptools (80.7.1)
2
+ Generator: setuptools (80.9.0)
3
3
  Root-Is-Purelib: false
4
4
  Tag: cp312-cp312-macosx_13_0_x86_64
5
5
  Generator: delocate 0.13.0
@@ -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:
@@ -1,6 +1,6 @@
1
1
  # sage_setup: distribution = sagemath-graphs
2
2
  r"""
3
- Abstract Recursive Trees
3
+ Abstract recursive trees
4
4
 
5
5
  The purpose of this class is to help implement trees with a specific structure
6
6
  on the children of each node. For instance, one could want to define a tree in
@@ -1,6 +1,6 @@
1
1
  # sage_setup: distribution = sagemath-graphs
2
2
  """
3
- Binary Trees
3
+ Binary trees
4
4
 
5
5
  This module deals with binary trees as mathematical (in particular immutable)
6
6
  objects.
@@ -2,7 +2,7 @@
2
2
  r"""
3
3
  Cluster algebras and quivers
4
4
 
5
- - A compendium on the cluster algebra and quiver package in Sage [MS2011]_
5
+ A compendium on the cluster algebra and quiver package in Sage [MS2011]_
6
6
 
7
7
  - :ref:`sage.combinat.cluster_algebra_quiver.quiver_mutation_type`
8
8
  - :ref:`sage.combinat.cluster_algebra_quiver.quiver`
@@ -1,28 +1,34 @@
1
1
  # sage_setup: distribution = sagemath-graphs
2
2
  # sage.doctest: needs sage.graphs sage.modules sage.libs.singular
3
3
  r"""
4
- ClusterSeed
4
+ Cluster seeds
5
5
 
6
- A *cluster seed* is a pair `(B,\mathbf{x})` with `B` being a *skew-symmetrizable* `(n+m) \times n` *-matrix*
7
- and with `\mathbf{x}` being an `n`-tuple of *independent elements* in the field of rational functions in `n` variables.
6
+ A *cluster seed* is a pair `(B,\mathbf{x})` with `B` being a
7
+ *skew-symmetrizable* `(n+m) \times n` *-matrix* and with `\mathbf{x}` being an
8
+ `n`-tuple of *independent elements* in the field of rational functions in `n`
9
+ variables.
8
10
 
9
11
  For the compendium on the cluster algebra and quiver package see
10
12
  [MS2011]_.
11
13
 
12
- AUTHORS:
13
-
14
- - Gregg Musiker: Initial Version
15
- - Christian Stump: Initial Version
16
- - Aram Dermenjian (2015-07-01): Updating ability to not rely solely on clusters
17
- - Jesse Levitt (2015-07-01): Updating ability to not rely solely on clusters
18
-
19
14
  REFERENCES:
20
15
 
21
16
  - [FZ2007]_
22
-
23
17
  - [BDP2013]_
24
18
 
25
- .. SEEALSO:: For mutation types of cluster seeds, see :meth:`sage.combinat.cluster_algebra_quiver.quiver_mutation_type.QuiverMutationType`. Cluster seeds are closely related to :meth:`sage.combinat.cluster_algebra_quiver.quiver.ClusterQuiver`.
19
+ .. SEEALSO::
20
+
21
+ For mutation types of cluster seeds, see
22
+ :meth:`sage.combinat.cluster_algebra_quiver.quiver_mutation_type.QuiverMutationType`.
23
+ Cluster seeds are closely related to
24
+ :meth:`sage.combinat.cluster_algebra_quiver.quiver.ClusterQuiver`.
25
+
26
+ AUTHORS:
27
+
28
+ - Gregg Musiker: initial version
29
+ - Christian Stump: initial version
30
+ - Aram Dermenjian (2015-07-01): updating ability to not rely solely on clusters
31
+ - Jesse Levitt (2015-07-01): updating ability to not rely solely on clusters
26
32
  """
27
33
 
28
34
  # ****************************************************************************
@@ -1,4 +1,8 @@
1
1
  # sage_setup: distribution = sagemath-graphs
2
+ r"""
3
+ Interactive window for cluster seed mutations
4
+ """
5
+
2
6
  import ipywidgets as widgets
3
7
  from sage.misc.latex import latex
4
8
  from sage.repl.rich_output.pretty_print import pretty_print