passagemath-graphs 10.5.42__cp313-cp313-macosx_14_0_arm64.whl → 10.5.43__cp313-cp313-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.
- {passagemath_graphs-10.5.42.dist-info → passagemath_graphs-10.5.43.dist-info}/METADATA +81 -11
- {passagemath_graphs-10.5.42.dist-info → passagemath_graphs-10.5.43.dist-info}/RECORD +54 -54
- sage/all__sagemath_graphs.py +5 -0
- sage/combinat/designs/covering_design.py +2 -1
- sage/combinat/designs/designs_pyx.cpython-313-darwin.so +0 -0
- sage/combinat/designs/evenly_distributed_sets.cpython-313-darwin.so +0 -0
- sage/combinat/designs/gen_quadrangles_with_spread.cpython-313-darwin.so +0 -0
- sage/combinat/designs/orthogonal_arrays_find_recursive.cpython-313-darwin.so +0 -0
- sage/combinat/designs/subhypergraph_search.cpython-313-darwin.so +0 -0
- sage/combinat/posets/hasse_cython.cpython-313-darwin.so +0 -0
- sage/combinat/posets/linear_extension_iterator.cpython-313-darwin.so +0 -0
- sage/graphs/asteroidal_triples.cpython-313-darwin.so +0 -0
- sage/graphs/base/boost_graph.cpython-313-darwin.so +0 -0
- sage/graphs/base/c_graph.cpython-313-darwin.so +0 -0
- sage/graphs/base/dense_graph.cpython-313-darwin.so +0 -0
- sage/graphs/base/graph_backends.cpython-313-darwin.so +0 -0
- sage/graphs/base/sparse_graph.cpython-313-darwin.so +0 -0
- sage/graphs/base/static_dense_graph.cpython-313-darwin.so +0 -0
- sage/graphs/base/static_sparse_backend.cpython-313-darwin.so +0 -0
- sage/graphs/base/static_sparse_graph.cpython-313-darwin.so +0 -0
- sage/graphs/centrality.cpython-313-darwin.so +0 -0
- sage/graphs/comparability.cpython-313-darwin.so +0 -0
- sage/graphs/connectivity.cpython-313-darwin.so +0 -0
- sage/graphs/convexity_properties.cpython-313-darwin.so +0 -0
- sage/graphs/distances_all_pairs.cpython-313-darwin.so +0 -0
- sage/graphs/edge_connectivity.cpython-313-darwin.so +0 -0
- sage/graphs/generators/distance_regular.cpython-313-darwin.so +0 -0
- sage/graphs/generic_graph_pyx.cpython-313-darwin.so +0 -0
- sage/graphs/genus.cpython-313-darwin.so +0 -0
- sage/graphs/graph_coloring.cpython-313-darwin.so +0 -0
- sage/graphs/graph_decompositions/bandwidth.cpython-313-darwin.so +0 -0
- sage/graphs/graph_decompositions/clique_separators.cpython-313-darwin.so +0 -0
- sage/graphs/graph_decompositions/cutwidth.cpython-313-darwin.so +0 -0
- sage/graphs/graph_decompositions/fast_digraph.cpython-313-darwin.so +0 -0
- sage/graphs/graph_decompositions/graph_products.cpython-313-darwin.so +0 -0
- sage/graphs/graph_decompositions/modular_decomposition.cpython-313-darwin.so +0 -0
- sage/graphs/graph_decompositions/slice_decomposition.cpython-313-darwin.so +0 -0
- sage/graphs/graph_decompositions/tree_decomposition.cpython-313-darwin.so +0 -0
- sage/graphs/graph_decompositions/vertex_separation.cpython-313-darwin.so +0 -0
- sage/graphs/graph_generators_pyx.cpython-313-darwin.so +0 -0
- sage/graphs/hyperbolicity.cpython-313-darwin.so +0 -0
- sage/graphs/independent_sets.cpython-313-darwin.so +0 -0
- sage/graphs/isoperimetric_inequalities.cpython-313-darwin.so +0 -0
- sage/graphs/line_graph.cpython-313-darwin.so +0 -0
- sage/graphs/path_enumeration.cpython-313-darwin.so +0 -0
- sage/graphs/spanning_tree.cpython-313-darwin.so +0 -0
- sage/graphs/strongly_regular_db.cpython-313-darwin.so +0 -0
- sage/graphs/traversals.cpython-313-darwin.so +0 -0
- sage/graphs/trees.cpython-313-darwin.so +0 -0
- sage/graphs/views.cpython-313-darwin.so +0 -0
- sage/graphs/weakly_chordal.cpython-313-darwin.so +0 -0
- sage/groups/perm_gps/partn_ref/refinement_graphs.cpython-313-darwin.so +0 -0
- {passagemath_graphs-10.5.42.dist-info → passagemath_graphs-10.5.43.dist-info}/WHEEL +0 -0
- {passagemath_graphs-10.5.42.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.
|
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,8 +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.
|
35
|
-
Requires-Dist: passagemath-environment~=10.5.
|
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,
|
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", `
|
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[
|
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
|
-
|
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]:
|
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.
|
2
|
-
passagemath_graphs-10.5.
|
3
|
-
passagemath_graphs-10.5.
|
4
|
-
passagemath_graphs-10.5.
|
1
|
+
passagemath_graphs-10.5.43.dist-info/RECORD,,
|
2
|
+
passagemath_graphs-10.5.43.dist-info/WHEEL,sha256=ZQJAUvKl3_G657Vy_VrVH7Krx2Keg1PVu64bdERsotU,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
|
5
5
|
passagemath_graphs.dylibs/libgmp.10.dylib,sha256=9Zh0g_D30IVg20eXzyK6Q7tW_EozvBqH314SGDdKZRk,464688
|
6
|
-
sage/all__sagemath_graphs.py,sha256=
|
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
|
@@ -43,27 +43,27 @@ sage/combinat/designs/steiner_quadruple_systems.py,sha256=-vnODm9iybM9_x36oDOFMZ
|
|
43
43
|
sage/combinat/designs/orthogonal_arrays.py,sha256=MuJ5C7NtafuJUfjvzl9n1dea5Uwl6GgroEcDgWHSlXg,82581
|
44
44
|
sage/combinat/designs/ext_rep.py,sha256=4t0xjnVqEyZUQn9L4JxvSt2wlhHJoY3Xz6uAP3L6_7g,34884
|
45
45
|
sage/combinat/designs/MOLS_handbook_data.py,sha256=SOjglkjrMNtbttoKD5werH6IXSUMwt1Zh_cOLOPSwTU,42437
|
46
|
-
sage/combinat/designs/designs_pyx.cpython-313-darwin.so,sha256=
|
46
|
+
sage/combinat/designs/designs_pyx.cpython-313-darwin.so,sha256=1XdZQH5uoLau1IzLcFqWZb5B0x9OtdJPJqWWQKNaTXg,261600
|
47
47
|
sage/combinat/designs/subhypergraph_search.pyx,sha256=HLopGk2XtAZXaMHWSrAhhBdJC87szaeaNrcKpvSAFvA,18125
|
48
48
|
sage/combinat/designs/block_design.py,sha256=PHZG5Q9egUb7PwVnX2MQq6UPATxZPp5zq_VpJzWLAxU,38165
|
49
49
|
sage/combinat/designs/database.py,sha256=3zky0T2enXCAIFXfsHUlB1z2JsGbIuNpC8HFEHltgT0,242946
|
50
50
|
sage/combinat/designs/orthogonal_arrays_build_recursive.py,sha256=Ley_eOHwF1sOk9MukJDOM8KlPLT-JVdA7hqPz42Z_YU,70698
|
51
51
|
sage/combinat/designs/group_divisible_designs.py,sha256=U8YLCTUbbsdmWH8aiKqxWHv3AFNHqmCh1eoVFELIch4,13037
|
52
|
-
sage/combinat/designs/orthogonal_arrays_find_recursive.cpython-313-darwin.so,sha256=
|
52
|
+
sage/combinat/designs/orthogonal_arrays_find_recursive.cpython-313-darwin.so,sha256=sNiFjAYC7UNLO7z1VdUDAcS4IFVNeUfuJmCM4lyI8zU,210336
|
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
55
|
sage/combinat/designs/bibd.py,sha256=fB_aPra3Cbr4uqef4vLN1sIKJ9yXn-teFGMOzrkRpiw,59071
|
56
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
|
-
sage/combinat/designs/subhypergraph_search.cpython-313-darwin.so,sha256=
|
60
|
-
sage/combinat/designs/evenly_distributed_sets.cpython-313-darwin.so,sha256=
|
59
|
+
sage/combinat/designs/subhypergraph_search.cpython-313-darwin.so,sha256=wIw-HBNtPniANlZqDYFW_fWuOCSdK5qJRx8gtkq2y18,124968
|
60
|
+
sage/combinat/designs/evenly_distributed_sets.cpython-313-darwin.so,sha256=sh7yhs0DbPDPkAlutNjVhg6V_Frp6UkS0FV6Ezoxj6M,188864
|
61
61
|
sage/combinat/designs/designs_pyx.pyx,sha256=e3RtTEz6VofqnfFNpJHrTLhZ_eRdKsxSHDmkjV3_RXY,37180
|
62
62
|
sage/combinat/designs/incidence_structures.py,sha256=-a1Ub9q_91055qr-Ns3CuQduJvVmVqja2tBbMRu0u4Q,89619
|
63
|
-
sage/combinat/designs/gen_quadrangles_with_spread.cpython-313-darwin.so,sha256=
|
63
|
+
sage/combinat/designs/gen_quadrangles_with_spread.cpython-313-darwin.so,sha256=OjbTKnqw_PxjWEHevmIxWrLbYomhVmTY5qzw-p69vQU,144368
|
64
64
|
sage/combinat/designs/orthogonal_arrays_find_recursive.pyx,sha256=IIiOkj4T2ibHoUefBPxWxAN7n0gtzWQd6Cbii2ullbM,34298
|
65
65
|
sage/combinat/designs/design_catalog.py,sha256=u9FpOxLuNuEcRxOU3C9P_bw-OGqQL0qgGsjUFFx7Icc,5095
|
66
|
-
sage/combinat/designs/covering_design.py,sha256=
|
66
|
+
sage/combinat/designs/covering_design.py,sha256=ysOReKTgxyYD5EVwNqd3iWESWM8oLJ5gQLRmQJrSa1A,17380
|
67
67
|
sage/combinat/designs/difference_family.py,sha256=0fhKdWJVL0uErG5BwLfJKt2cDgF8gHIkudLtF6So1rI,155391
|
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
|
@@ -73,12 +73,12 @@ sage/combinat/cluster_algebra_quiver/quiver_mutation_type.py,sha256=24QBRRseafrB
|
|
73
73
|
sage/combinat/cluster_algebra_quiver/cluster_seed.py,sha256=8WyDGr-i77io5pC5xSCdMP-0ssdWxLZKyKVTN6eMx-Y,197656
|
74
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/linear_extension_iterator.cpython-313-darwin.so,sha256=
|
76
|
+
sage/combinat/posets/linear_extension_iterator.cpython-313-darwin.so,sha256=ei9Jm_5cui01Nop7PDRfUt8p1b8jy0LumMFAKZucf5w,146336
|
77
77
|
sage/combinat/posets/poset_examples.py,sha256=23w6JjtzVyOR9RV-L8K1zLP41wUcI7H2ENtoLURt_IU,77050
|
78
78
|
sage/combinat/posets/moebius_algebra.py,sha256=GmJdyCNhmIeT-hE0d-djJLRd2jgBtydPNyNgmG49Jfc,26371
|
79
79
|
sage/combinat/posets/lattices.py,sha256=W2fN9oRs5dUUTX5cbw7iFFeEAj3c3oExhPQCEputFbQ,186239
|
80
80
|
sage/combinat/posets/incidence_algebras.py,sha256=qf1d495q2BJItNf0Ills8IAlv_GlZeqb53MR_dsEX1k,25058
|
81
|
-
sage/combinat/posets/hasse_cython.cpython-313-darwin.so,sha256=
|
81
|
+
sage/combinat/posets/hasse_cython.cpython-313-darwin.so,sha256=ZzWjFhIKoxh1E1_VqGveNKeE1Vb84MNOO-Tv-4Bu1D8,133184
|
82
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
|
@@ -103,57 +103,57 @@ sage/groups/all__sagemath_graphs.py,sha256=hFccVjiRkLdUqyJcwgIkR5OUo1DvjVPZwsCZI
|
|
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
105
|
sage/groups/perm_gps/partn_ref/all__sagemath_graphs.py,sha256=hFccVjiRkLdUqyJcwgIkR5OUo1DvjVPZwsCZIWtgEXM,45
|
106
|
-
sage/groups/perm_gps/partn_ref/refinement_graphs.cpython-313-darwin.so,sha256=
|
106
|
+
sage/groups/perm_gps/partn_ref/refinement_graphs.cpython-313-darwin.so,sha256=FTROhFXz4SSnMGmKM2Fo2QuxdFCH-pW1axnlm-Ottgw,309040
|
107
107
|
sage/groups/perm_gps/partn_ref/refinement_graphs.pxd,sha256=6sU1BVnxoySV9GhDXZsUKBlAgAMBqc8Bp3FELHB3neU,1759
|
108
|
-
sage/graphs/connectivity.cpython-313-darwin.so,sha256=
|
109
|
-
sage/graphs/graph_coloring.cpython-313-darwin.so,sha256=
|
110
|
-
sage/graphs/convexity_properties.cpython-313-darwin.so,sha256=
|
108
|
+
sage/graphs/connectivity.cpython-313-darwin.so,sha256=OE50mwh7bskICIlY9S7WiA-6ogwbmZLNYr9OUvBNIy0,782720
|
109
|
+
sage/graphs/graph_coloring.cpython-313-darwin.so,sha256=DOFlPOspA_BUDJZySDSNEDAnZtoBHJOiOlXMQzVWtfA,713192
|
110
|
+
sage/graphs/convexity_properties.cpython-313-darwin.so,sha256=IqBElBAz8AXc52i2UW6QfS4sC88biBWsoKDZHpqlRqM,190608
|
111
111
|
sage/graphs/graph_editor.py,sha256=_6wr59GPJfl0lylU_tMsqQbc1jH8E8GD6ZxQdVBxBYQ,2850
|
112
|
-
sage/graphs/independent_sets.cpython-313-darwin.so,sha256=
|
112
|
+
sage/graphs/independent_sets.cpython-313-darwin.so,sha256=mdhL_kPRTFtPgHrLHcLR-Ck4an8r-VORvalp6_nsQwI,145440
|
113
113
|
sage/graphs/digraph_generators.py,sha256=QcVOE4jpqe8QxbEk79fFr33Mc0zZuIjJadkKTJG_-Bc,75899
|
114
114
|
sage/graphs/asteroidal_triples.pyx,sha256=8y4J9SN8HNXQIBRQjXPAmeSfkqJ1KaHmOe-NV5_3dpI,10431
|
115
115
|
sage/graphs/schnyder.py,sha256=OdTuBwHll5p50etHaa6cU_NvEKh7BOS7ILVZcBUZjCc,30683
|
116
116
|
sage/graphs/graph_latex.py,sha256=58UNam13b4n9QVvdrMWGniZMrs-QnVXbmdpMPnA-Afg,99128
|
117
117
|
sage/graphs/independent_sets.pxd,sha256=ozW1INPrNhfTHx9P0yQBW9m4C0VyNILAr2MixvI-Ao8,322
|
118
|
-
sage/graphs/path_enumeration.cpython-313-darwin.so,sha256=
|
118
|
+
sage/graphs/path_enumeration.cpython-313-darwin.so,sha256=FiY6L-v_tHvARh7nwvdZWVfx2IwEQfsHYlSiw5KS_pE,438920
|
119
119
|
sage/graphs/matching_covered_graph.py,sha256=B_-x9cutL3AIMGaKIayFyMyIUIB6JjZSDY3fy9OB-kc,143004
|
120
120
|
sage/graphs/trees.pxd,sha256=wyQiHIkw7Zf3CCJqf1hLxJsCHOg_4D2R8cDcTGPHe3E,377
|
121
121
|
sage/graphs/traversals.pxd,sha256=B17xUmzx5ar22san3Zcz6iX2borzlmLYHQWBzJ8cuXY,481
|
122
|
-
sage/graphs/centrality.cpython-313-darwin.so,sha256=
|
123
|
-
sage/graphs/line_graph.cpython-313-darwin.so,sha256=
|
122
|
+
sage/graphs/centrality.cpython-313-darwin.so,sha256=YR0qbF4D00xMWNNKHQUedpIVWmrl4s-hRx8Yd6jhR0c,203072
|
123
|
+
sage/graphs/line_graph.cpython-313-darwin.so,sha256=SZeSog4-zE5irto_QOROqfvsgM54H7Aq7h-F0rNuTf0,220768
|
124
124
|
sage/graphs/edge_connectivity.pyx,sha256=SBrTBJaeM8uLsF6d-_5frdbPtWanWvJSxiEO7k7H0b4,44701
|
125
|
-
sage/graphs/genus.cpython-313-darwin.so,sha256=
|
125
|
+
sage/graphs/genus.cpython-313-darwin.so,sha256=DmZfYNSv4Uhke1khCzQbq1ZtmiTCBMVlWpR-qizg9Bk,143936
|
126
126
|
sage/graphs/generic_graph_pyx.pyx,sha256=T1QiJGKc1tcKSrMEFJM6-cTLko5ffC0kw2GH3Ml2qOs,58405
|
127
127
|
sage/graphs/line_graph.pyx,sha256=fg92Q-gxnzRMjPmID7IztliBYP7n8JL0HhpK0CTCLio,22272
|
128
128
|
sage/graphs/hyperbolicity.pyx,sha256=Xij4iR3b0gQ0095UklppcWc3uZfEeh3GlcjrYlN0jVM,64417
|
129
|
-
sage/graphs/graph_generators_pyx.cpython-313-darwin.so,sha256=
|
129
|
+
sage/graphs/graph_generators_pyx.cpython-313-darwin.so,sha256=sSMCy1zphFk0es5kg8l-redvOIZ0UhY93gAma-MQ8Ic,81272
|
130
130
|
sage/graphs/graph.py,sha256=C078UpvczPdjrh9nqFr_uvruwXW7JyF9_fkRsRqkJNc,369909
|
131
131
|
sage/graphs/convexity_properties.pyx,sha256=G5bhKH3lho-CMMNrIMTx3OjC0fN_8GekR_VwqGBynBk,29524
|
132
132
|
sage/graphs/distances_all_pairs.pxd,sha256=RMrpaxs-r98iY6BnCS2H18BFN85BNrYPk9Dipuvva0s,565
|
133
|
-
sage/graphs/comparability.cpython-313-darwin.so,sha256=
|
134
|
-
sage/graphs/views.cpython-313-darwin.so,sha256=
|
133
|
+
sage/graphs/comparability.cpython-313-darwin.so,sha256=5Ze_va62whQeSQd_43Ue_BPaAAVA6MwMfKE1A8mt8cY,238288
|
134
|
+
sage/graphs/views.cpython-313-darwin.so,sha256=fnUxcdqLfl8Ld2irHQl4r8npPfUbDhoSdfuD67joEx0,203584
|
135
135
|
sage/graphs/graph_coloring.pyx,sha256=XLq6kega_G2tzkc06urWj5JarMp_64CvpMlF3ylZhJg,85592
|
136
136
|
sage/graphs/graph_input.py,sha256=r0n78xXCSG6awA0rZDfBPfFsPh4lpvnEBxCkE0WP5A4,28844
|
137
|
-
sage/graphs/hyperbolicity.cpython-313-darwin.so,sha256=
|
137
|
+
sage/graphs/hyperbolicity.cpython-313-darwin.so,sha256=4Le4behOxcYEad3txafXUuiEGPNYB4ccdfWrEOXg7VA,277712
|
138
138
|
sage/graphs/isgci.py,sha256=6nOGMGYeD95W_IGzRznhkCMl4Ceh2sOsLlZ6QFFDYFU,34105
|
139
139
|
sage/graphs/graph_generators_pyx.pyx,sha256=1E81srDiCWxRmesm86ne47frn2UJ04Kp5AaFI7kW-j4,3092
|
140
140
|
sage/graphs/all.py,sha256=x8SE1AFbrSgF8NtYDKAPR4Qj1rcawY5NCRN3zdNx76U,1500
|
141
|
-
sage/graphs/trees.cpython-313-darwin.so,sha256=
|
141
|
+
sage/graphs/trees.cpython-313-darwin.so,sha256=aYZ45-ISfMp-XfgOICdkrSDpe5w4pAzl3N_6lY-At0k,101168
|
142
142
|
sage/graphs/views.pyx,sha256=7OJX4dq4dwa5RQalTV8-NJWdurTIXOxL2_Tvr9yFn30,27971
|
143
143
|
sage/graphs/hypergraph_generators.py,sha256=0gFR6duplhJ9m6Ecn-APwNIuooR5vcBoQkBdj_hJcSA,13926
|
144
144
|
sage/graphs/connectivity.pyx,sha256=Ttl1tzPlXRHmHuoFKcWOmR_YcDvKanDDcoPCqEIAsAQ,183216
|
145
145
|
sage/graphs/matching.py,sha256=rLuE4t6nErNdDnx7vnMBK8YhZhmrT4N6o75KfKo9Ry0,62208
|
146
146
|
sage/graphs/connectivity.pxd,sha256=xbB3JNVdxZDUwuhSrPaioJujxcOOUzCM4nUZ0Cmild0,5378
|
147
|
-
sage/graphs/weakly_chordal.cpython-313-darwin.so,sha256=
|
147
|
+
sage/graphs/weakly_chordal.cpython-313-darwin.so,sha256=Jpjf4oZIyv8IMInqIqnPobmAaxslJNppvT_9dj_lJZ4,164624
|
148
148
|
sage/graphs/bipartite_graph.py,sha256=L0-eIF8q2JZbkKqOHEafxsbJirxrKVB5N0Gsh5CpVkQ,104781
|
149
149
|
sage/graphs/graph_plot_js.py,sha256=jhaO_KUhxeOCw1IsZGPeCobW5nfXXEcJqIHEWV9rt0U,12898
|
150
150
|
sage/graphs/domination.py,sha256=BRTVApP6SeB-NVe3rcuJDfpSbg6jWRc4rWgTPgMUsVo,48674
|
151
151
|
sage/graphs/convexity_properties.pxd,sha256=5NS5R5LyBnwfiKEo6CNG-aspmA0HqkC0fvsmmr799xo,627
|
152
|
-
sage/graphs/asteroidal_triples.cpython-313-darwin.so,sha256=
|
152
|
+
sage/graphs/asteroidal_triples.cpython-313-darwin.so,sha256=Kcin4ndH8sfPNri3CmRhkJqLAmwswhFw0OncTYobH2c,123008
|
153
153
|
sage/graphs/distances_all_pairs.pyx,sha256=CEbGv42frddFNp3xGOyC2M4Tnh2M8vLRuNMSYk3oyS4,105359
|
154
|
-
sage/graphs/isoperimetric_inequalities.cpython-313-darwin.so,sha256=
|
154
|
+
sage/graphs/isoperimetric_inequalities.cpython-313-darwin.so,sha256=EYUPClkbf9FoCwZM2UpIS8W602IRMGvbgEJKiLVQX7g,144448
|
155
155
|
sage/graphs/generic_graph_pyx.pxd,sha256=aVwQbA8BGVHbwufAo6-EHEhyfCFNxRq7pPI_FtOJu3Y,825
|
156
|
-
sage/graphs/edge_connectivity.cpython-313-darwin.so,sha256=
|
156
|
+
sage/graphs/edge_connectivity.cpython-313-darwin.so,sha256=bdQtxKrOsNzaMbmxZ-6JMwnnE9J2bsL4F3Sh4kD2zZc,199856
|
157
157
|
sage/graphs/lovasz_theta.py,sha256=mEZIrYcmhJHNolsSfRVUnXl9FBkDdqbQ1Frg8qmqJjo,2151
|
158
158
|
sage/graphs/tutte_polynomial.py,sha256=Wcid9JQ5dJFZITAzmJ18YnOskNPxCbzXvBDvgjNE-pA,21811
|
159
159
|
sage/graphs/pq_trees.py,sha256=6z6pzjeApBLvjx4FTqxklFHjEcwoF9Z78LlvTpcv0G0,39418
|
@@ -164,15 +164,15 @@ sage/graphs/print_graphs.py,sha256=pBg_hHJxWAcsEzqbqDG4ehZg8C1LreySAbqcoHBmE_A,4
|
|
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
|
-
sage/graphs/distances_all_pairs.cpython-313-darwin.so,sha256=
|
167
|
+
sage/graphs/distances_all_pairs.cpython-313-darwin.so,sha256=zDw9zhMmmyzV79pYZEAN7WH6Fa7u5LoMEpuJrXlh5A8,318784
|
168
168
|
sage/graphs/path_enumeration.pyx,sha256=5xXf3-5mobCohaddLgVx-jhyZaT7R4cB8lsNyVUb2zU,90410
|
169
169
|
sage/graphs/isoperimetric_inequalities.pyx,sha256=4pdhidMCuISinpH-4v7yxppuLZ7niRrIr5LjY62bPMc,15689
|
170
|
-
sage/graphs/strongly_regular_db.cpython-313-darwin.so,sha256=
|
170
|
+
sage/graphs/strongly_regular_db.cpython-313-darwin.so,sha256=NWCXsVVKHBCGzNotuFwdCTJwxzX8ZgE2-L4X5jYlOFI,976808
|
171
171
|
sage/graphs/weakly_chordal.pyx,sha256=hgEid9JOeR2WYmMbnVM2_E4DSUHrb5iaN3E6oFFhqs8,19988
|
172
172
|
sage/graphs/graph_database.py,sha256=IR6SzI3zZXhWrAhWOat_rweckxNYsq108GTL5APxCco,49241
|
173
173
|
sage/graphs/trees.pyx,sha256=fxCGm1lmkjsaLSg4L0IbnA_gMzYIWhPwbU07_C8e5UA,8733
|
174
174
|
sage/graphs/centrality.pyx,sha256=mJIHu3It0FzZsJ9vhNi5h1sr2_7SHFdPtXmUx6-c-R0,34973
|
175
|
-
sage/graphs/traversals.cpython-313-darwin.so,sha256=
|
175
|
+
sage/graphs/traversals.cpython-313-darwin.so,sha256=9wC3gCi00d6i9ymCYLWH6FjpUi_MIbouyVFgxBXxqk8,325360
|
176
176
|
sage/graphs/spanning_tree.pyx,sha256=WbPx-yeaNy_UQOOL6UqdHrYvJPhv3J-1t7rWgCo_Rks,55241
|
177
177
|
sage/graphs/strongly_regular_db.pyx,sha256=FFxau4Zr8YjZp7wboDqJmCWcNOEHwxfizCnOrzicisU,132851
|
178
178
|
sage/graphs/independent_sets.pyx,sha256=AA4D-pjoMyguifXSDRCZJmwZqfTMIv6tVpxXiDo83vs,13082
|
@@ -180,10 +180,10 @@ sage/graphs/cographs.py,sha256=LTajbKp8uk-4NPdnuEUyd181qDXgA4Qb73r7_RNrx8c,15187
|
|
180
180
|
sage/graphs/graph_generators.py,sha256=TXNwxiDlyj8bBjkhA_bKhZljkk2k1pC736YYMyla3EA,133965
|
181
181
|
sage/graphs/genus.pyx,sha256=xlF94KFiTgiaagZmTJu-49-y--qhUUclo9BVbQwEn8s,21694
|
182
182
|
sage/graphs/generic_graph.py,sha256=AVIWhd10PwauaDHO4Ddv-xW9dZbi1PIhI3dCv8vVRr8,1094325
|
183
|
-
sage/graphs/spanning_tree.cpython-313-darwin.so,sha256=
|
183
|
+
sage/graphs/spanning_tree.cpython-313-darwin.so,sha256=ZImDVeeXEQ5nORHqPKCvW7gjarSWcY8NuLlusr2sJXo,335472
|
184
184
|
sage/graphs/orientations.py,sha256=ZMTASPviyKb4t2swDdTajNeGfemG3vbVmU9IwRUmCzU,53818
|
185
185
|
sage/graphs/comparability.pyx,sha256=k6yGZH9qZbabyaIGPQBGY75Tmsl8EaT-_XyTgPtKPRI,30696
|
186
|
-
sage/graphs/generic_graph_pyx.cpython-313-darwin.so,sha256=
|
186
|
+
sage/graphs/generic_graph_pyx.cpython-313-darwin.so,sha256=_URJdvX3pvcyoLnXVnkl6yrGxNkYbBvLb4DIpQ8CsYo,320688
|
187
187
|
sage/graphs/generators/degree_sequence.py,sha256=oN9BFV3aC3g0Im_L9v1bx4aBzEf2qFRc8IHpxMVLkF8,8735
|
188
188
|
sage/graphs/generators/distance_regular.pyx,sha256=qnYVaHCpc7L4m2Z1pXuEg98tyJ2ED73bNky5_Fk9ASI,96145
|
189
189
|
sage/graphs/generators/smallgraphs.py,sha256=Kwqzi6iXl36QRVJ8L9-YQcuRjIMlAVhJQpMDdXmwIBY,201988
|
@@ -192,7 +192,7 @@ sage/graphs/generators/all.py,sha256=hFccVjiRkLdUqyJcwgIkR5OUo1DvjVPZwsCZIWtgEXM
|
|
192
192
|
sage/graphs/generators/random.py,sha256=Hwnid8-_Hx9N8kA6i9Vpuqlw-l-5cemVqUjo7qSCpVw,92229
|
193
193
|
sage/graphs/generators/chessboard.py,sha256=AYh9NIWZcueME7xiSL3MUdEa9O8O_NTDXh01cHfP8Js,20682
|
194
194
|
sage/graphs/generators/basic.py,sha256=aSkIJvPJ_eD5pG-2Uf5jh5qxEv8Tbe7o3vwDLiisSYc,61441
|
195
|
-
sage/graphs/generators/distance_regular.cpython-313-darwin.so,sha256=
|
195
|
+
sage/graphs/generators/distance_regular.cpython-313-darwin.so,sha256=zJPRaadTodswZ02uVwv8z-5SiuDshryn0bCEyywjLY0,830264
|
196
196
|
sage/graphs/generators/platonic_solids.py,sha256=v3TMsnK2gI0vnhX9IxP3IsTWqw6GpYQdk6xZk9WEJG0,10134
|
197
197
|
sage/graphs/generators/intersection.py,sha256=N3C3dLzBjL_Jeii1aU_Xm3O78yMLvZoAY1Y6Egu4MxA,20349
|
198
198
|
sage/graphs/generators/classical_geometries.py,sha256=3xoCUEGmShNiGwvc5eKvFbLgeQH-lWM23Iv2uYVtp5A,63415
|
@@ -202,38 +202,38 @@ sage/graphs/graph_decompositions/fast_digraph.pyx,sha256=RwR3geuP8uwPxNlKfHJQHvP
|
|
202
202
|
sage/graphs/graph_decompositions/cutwidth.pyx,sha256=ah8ysfGRlDw3UTeG9uPcQuVAjs0SfaYSnRdJ3z-RvdA,28601
|
203
203
|
sage/graphs/graph_decompositions/tree_decomposition.pxd,sha256=dxfbHIMapSvsj67OLVBfLtvAYhWvDNSwmbmqmrvEYZg,555
|
204
204
|
sage/graphs/graph_decompositions/slice_decomposition.pyx,sha256=FuuFnQc9XS61ukySrFBLvYfSlvpgTsGz_lMnzIN4-5g,39622
|
205
|
-
sage/graphs/graph_decompositions/bandwidth.cpython-313-darwin.so,sha256=
|
206
|
-
sage/graphs/graph_decompositions/modular_decomposition.cpython-313-darwin.so,sha256=
|
205
|
+
sage/graphs/graph_decompositions/bandwidth.cpython-313-darwin.so,sha256=vhlZah8Ff2ZdRZuRYqRIbjuyoMjAzBaof3Aicmrhw8I,103808
|
206
|
+
sage/graphs/graph_decompositions/modular_decomposition.cpython-313-darwin.so,sha256=6MbUuicZlwsMLQ6ecRrqiAOPU1YWDHZn2IzNckvAdpk,491152
|
207
207
|
sage/graphs/graph_decompositions/all.py,sha256=hFccVjiRkLdUqyJcwgIkR5OUo1DvjVPZwsCZIWtgEXM,45
|
208
208
|
sage/graphs/graph_decompositions/bandwidth.pyx,sha256=9BvA6v6LheIIqwtkvbendaO_aux-ROfaMBcAM4aZFd0,15576
|
209
209
|
sage/graphs/graph_decompositions/modular_decomposition.pyx,sha256=EkuXojAhXF53MXTiat63_EWdglqfodFZQiZk5dHV7-E,51818
|
210
210
|
sage/graphs/graph_decompositions/modular_decomposition.pxd,sha256=SAqgLApPT4pa_e2XpZ7us9PhDV34y5cTZB7YzP_lbkI,1100
|
211
|
-
sage/graphs/graph_decompositions/tree_decomposition.cpython-313-darwin.so,sha256=
|
212
|
-
sage/graphs/graph_decompositions/cutwidth.cpython-313-darwin.so,sha256=
|
213
|
-
sage/graphs/graph_decompositions/vertex_separation.cpython-313-darwin.so,sha256=
|
211
|
+
sage/graphs/graph_decompositions/tree_decomposition.cpython-313-darwin.so,sha256=Y2E1WzM8BZqn2xuNFpo6diQhi8Ch2k-LLAJZrm1Kg94,507856
|
212
|
+
sage/graphs/graph_decompositions/cutwidth.cpython-313-darwin.so,sha256=KJfzA9glV5inWqM5tJHe21lb5zkdcGhXgl2Sw5YgZ9k,206176
|
213
|
+
sage/graphs/graph_decompositions/vertex_separation.cpython-313-darwin.so,sha256=EYfVlakK5SyPmxuZDwyrQu2_3TTaliIlcqjMP7Y7ZbI,321520
|
214
214
|
sage/graphs/graph_decompositions/graph_products.pyx,sha256=XcghL4BzFWPPNmpNIKSC37zzBwNMmmaNqnEAtXnP0hw,17139
|
215
215
|
sage/graphs/graph_decompositions/clique_separators.pyx,sha256=nZpjLIQYuRND2eu1jvvawGo19_WSFROk8I1NRhHzhCU,22876
|
216
|
-
sage/graphs/graph_decompositions/slice_decomposition.cpython-313-darwin.so,sha256=
|
216
|
+
sage/graphs/graph_decompositions/slice_decomposition.cpython-313-darwin.so,sha256=lYgrTleTmkInCmPvtFHwvuEf8y0P8544RVADsxusSfE,274192
|
217
217
|
sage/graphs/graph_decompositions/slice_decomposition.pxd,sha256=OawVDRv8wbwIP6rbSZHGZQUVF31TNw3fbIXbE2q9XyA,602
|
218
|
-
sage/graphs/graph_decompositions/graph_products.cpython-313-darwin.so,sha256=
|
218
|
+
sage/graphs/graph_decompositions/graph_products.cpython-313-darwin.so,sha256=eLsbM7xcnTaBU0RrSbNnDs1_W1-Y_xwfCLyuRwjvUFs,205656
|
219
219
|
sage/graphs/graph_decompositions/tree_decomposition.pyx,sha256=IWrChlzZXjEKscgZcbRr4mhvODbAuAbZoHhSNxx-3Dw,73665
|
220
|
-
sage/graphs/graph_decompositions/fast_digraph.cpython-313-darwin.so,sha256=
|
220
|
+
sage/graphs/graph_decompositions/fast_digraph.cpython-313-darwin.so,sha256=2jviZoqWMYkj47czu2dsjHN3LeaSPO5BoG1dRQ5izlk,101728
|
221
221
|
sage/graphs/graph_decompositions/fast_digraph.pxd,sha256=vfxjVz_M8l9rkauaJpXkW1_ubTM3mqUdEjUwlqdD4PQ,343
|
222
222
|
sage/graphs/graph_decompositions/vertex_separation.pxd,sha256=kuVp6HcFIRCamGKOy_Z_Qlzb2W_GlrdBRL4b44jdLsw,200
|
223
|
-
sage/graphs/graph_decompositions/clique_separators.cpython-313-darwin.so,sha256=
|
223
|
+
sage/graphs/graph_decompositions/clique_separators.cpython-313-darwin.so,sha256=jBghI6LZP_YPm4NdfD19ks4K4FS9HxRkuN_IXNN8Aqs,225536
|
224
224
|
sage/graphs/base/static_sparse_graph.pyx,sha256=bnMe1AinoGjIsIlsJGeCCRuihiDtZkGQmG4kh41hvqM,49908
|
225
|
-
sage/graphs/base/static_sparse_graph.cpython-313-darwin.so,sha256=
|
226
|
-
sage/graphs/base/boost_graph.cpython-313-darwin.so,sha256=
|
225
|
+
sage/graphs/base/static_sparse_graph.cpython-313-darwin.so,sha256=qtFdgfOnDuJaUMeRUkmMXJshaHbmNfKHA8CVPfV7L3k,232624
|
226
|
+
sage/graphs/base/boost_graph.cpython-313-darwin.so,sha256=g8-znJh7bQUSm373WwQ5iDQRhCQwdgRf8-9pXDPZyA4,852320
|
227
227
|
sage/graphs/base/boost_graph.pxd,sha256=K3GCaIXjsmhwgTzlSntrHi3IB1t2vJpOzSS7FQGlxEo,3655
|
228
228
|
sage/graphs/base/c_graph.pyx,sha256=Lr1cxK2A5mtR0EIQmYIljc2OgYgiBeRn5Rw0mC_k0x8,179656
|
229
|
-
sage/graphs/base/static_dense_graph.cpython-313-darwin.so,sha256=
|
229
|
+
sage/graphs/base/static_dense_graph.cpython-313-darwin.so,sha256=EFOLKA8kuCvY1qzW2cb4rB_SFZOykEJYrIL1hnh_4pM,262896
|
230
230
|
sage/graphs/base/static_sparse_backend.pyx,sha256=Gu5fS7Jq-p2jfNuU-QwV60YsUtyc2jVlZ9h9hWCM9eE,55323
|
231
231
|
sage/graphs/base/sparse_graph.pxd,sha256=O0oPH_Z1-fsxPK-mKMnNq-OL5cE0GcDILqDj-ajytlk,3485
|
232
232
|
sage/graphs/base/dense_graph.pyx,sha256=HfZU7L2IScsA8_a6VCcs8rM6aWRkYTSz8oRhJWHX5mY,24167
|
233
233
|
sage/graphs/base/graph_backends.pxd,sha256=DNjOnDRc2RPV-NtCHuoliKpNfJHC3aK7l0RifUR7DSY,150
|
234
|
-
sage/graphs/base/c_graph.cpython-313-darwin.so,sha256=
|
234
|
+
sage/graphs/base/c_graph.cpython-313-darwin.so,sha256=fDFiOHl2uFK5Qzo4mdKMDeyaCqnBsAfhHueib5cEa3k,631824
|
235
235
|
sage/graphs/base/static_dense_graph.pyx,sha256=XyiD925fEEu1z4qu-Mp490Z8Vme_ii_SLRnSAdiLu48,37439
|
236
|
-
sage/graphs/base/sparse_graph.cpython-313-darwin.so,sha256=
|
236
|
+
sage/graphs/base/sparse_graph.cpython-313-darwin.so,sha256=AWGCsWH1mZETyj59HA1Y6ZVgketXSs4-SeHKqfeWnKo,230512
|
237
237
|
sage/graphs/base/all.py,sha256=hFccVjiRkLdUqyJcwgIkR5OUo1DvjVPZwsCZIWtgEXM,45
|
238
238
|
sage/graphs/base/static_dense_graph.pxd,sha256=1jNghzZMttKdtdD4U2bSrqW0V5LUgoZl9xLIPGkCuAs,238
|
239
239
|
sage/graphs/base/overview.py,sha256=WXk4WVm5e6XiCkWCSkHAdMV42DLxVMFnK9k74bbItkk,3186
|
@@ -241,12 +241,12 @@ sage/graphs/base/dense_graph.pxd,sha256=VltYtRdTHhfpXG11C-lfMPSlm57dyP4Ot3E3FOzl
|
|
241
241
|
sage/graphs/base/graph_backends.pyx,sha256=vl_Cs6xcJJSDlHEfSO55bUQMSziLY3WYnsOza3oK13o,24526
|
242
242
|
sage/graphs/base/static_sparse_backend.pxd,sha256=DbBBsONS0Utp1szKGQaeTpoqiNC23XDaL9tnMrDAxvI,903
|
243
243
|
sage/graphs/base/sparse_graph.pyx,sha256=dNMlc3m2Vl7fXCz5c7a-rse4boVsMSl3AevHmF0AIo0,56300
|
244
|
-
sage/graphs/base/graph_backends.cpython-313-darwin.so,sha256=
|
244
|
+
sage/graphs/base/graph_backends.cpython-313-darwin.so,sha256=cUiZwIvd6hU2ZHBLREm6KNJKKB1bPVy0pgdG6idKRhQ,162800
|
245
245
|
sage/graphs/base/c_graph.pxd,sha256=pUsZ48m4XXx4fq8fRWeeaFkM0gzX0r63Kkw7L0IJdfk,4281
|
246
246
|
sage/graphs/base/boost_graph.pyx,sha256=mWfPc01Gtyy3YDQ93CcOWZMhsUXN5q2BiyKt4wls-c8,111074
|
247
247
|
sage/graphs/base/static_sparse_graph.pxd,sha256=YYCH7F6h1OteiFLfleAb57CCN-gx42n3W_9fzh8avkA,1500
|
248
|
-
sage/graphs/base/static_sparse_backend.cpython-313-darwin.so,sha256=
|
249
|
-
sage/graphs/base/dense_graph.cpython-313-darwin.so,sha256=
|
248
|
+
sage/graphs/base/static_sparse_backend.cpython-313-darwin.so,sha256=o1msksARe06_7R4GPfz6eGQOJ1p9Mc7XmARo1OZZfBM,322624
|
249
|
+
sage/graphs/base/dense_graph.cpython-313-darwin.so,sha256=c5Yd2dAZiIqMTg-Q5wLK8Bhq_UsCoAzng_cgaAT8NU4,186944
|
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
|
sage/all__sagemath_graphs.py
CHANGED
@@ -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
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
File without changes
|
File without changes
|