passagemath-graphs 10.6.1rc15__cp311-cp311-musllinux_1_2_aarch64.whl → 10.6.3__cp311-cp311-musllinux_1_2_aarch64.whl

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.

Potentially problematic release.


This version of passagemath-graphs might be problematic. Click here for more details.

Files changed (55) hide show
  1. {passagemath_graphs-10.6.1rc15.dist-info → passagemath_graphs-10.6.3.dist-info}/METADATA +32 -26
  2. {passagemath_graphs-10.6.1rc15.dist-info → passagemath_graphs-10.6.3.dist-info}/METADATA.bak +33 -27
  3. {passagemath_graphs-10.6.1rc15.dist-info → passagemath_graphs-10.6.3.dist-info}/RECORD +55 -55
  4. sage/combinat/cluster_algebra_quiver/quiver.py +1 -2
  5. sage/combinat/designs/designs_pyx.cpython-311-aarch64-linux-musl.so +0 -0
  6. sage/combinat/designs/evenly_distributed_sets.cpython-311-aarch64-linux-musl.so +0 -0
  7. sage/combinat/designs/orthogonal_arrays_find_recursive.cpython-311-aarch64-linux-musl.so +0 -0
  8. sage/combinat/designs/subhypergraph_search.cpython-311-aarch64-linux-musl.so +0 -0
  9. sage/combinat/nu_tamari_lattice.py +1 -1
  10. sage/combinat/posets/linear_extensions.py +1 -1
  11. sage/graphs/asteroidal_triples.cpython-311-aarch64-linux-musl.so +0 -0
  12. sage/graphs/base/boost_graph.cpython-311-aarch64-linux-musl.so +0 -0
  13. sage/graphs/base/c_graph.cpython-311-aarch64-linux-musl.so +0 -0
  14. sage/graphs/base/dense_graph.cpython-311-aarch64-linux-musl.so +0 -0
  15. sage/graphs/base/graph_backends.cpython-311-aarch64-linux-musl.so +0 -0
  16. sage/graphs/base/sparse_graph.cpython-311-aarch64-linux-musl.so +0 -0
  17. sage/graphs/base/static_dense_graph.cpython-311-aarch64-linux-musl.so +0 -0
  18. sage/graphs/base/static_sparse_backend.cpython-311-aarch64-linux-musl.so +0 -0
  19. sage/graphs/base/static_sparse_graph.cpython-311-aarch64-linux-musl.so +0 -0
  20. sage/graphs/centrality.cpython-311-aarch64-linux-musl.so +0 -0
  21. sage/graphs/comparability.cpython-311-aarch64-linux-musl.so +0 -0
  22. sage/graphs/connectivity.cpython-311-aarch64-linux-musl.so +0 -0
  23. sage/graphs/convexity_properties.cpython-311-aarch64-linux-musl.so +0 -0
  24. sage/graphs/digraph_generators.py +2 -2
  25. sage/graphs/distances_all_pairs.cpython-311-aarch64-linux-musl.so +0 -0
  26. sage/graphs/edge_connectivity.cpython-311-aarch64-linux-musl.so +0 -0
  27. sage/graphs/generators/distance_regular.cpython-311-aarch64-linux-musl.so +0 -0
  28. sage/graphs/generators/distance_regular.pyx +1 -1
  29. sage/graphs/generic_graph_pyx.cpython-311-aarch64-linux-musl.so +0 -0
  30. sage/graphs/genus.cpython-311-aarch64-linux-musl.so +0 -0
  31. sage/graphs/graph_decompositions/bandwidth.cpython-311-aarch64-linux-musl.so +0 -0
  32. sage/graphs/graph_decompositions/clique_separators.cpython-311-aarch64-linux-musl.so +0 -0
  33. sage/graphs/graph_decompositions/cutwidth.cpython-311-aarch64-linux-musl.so +0 -0
  34. sage/graphs/graph_decompositions/fast_digraph.cpython-311-aarch64-linux-musl.so +0 -0
  35. sage/graphs/graph_decompositions/modular_decomposition.cpython-311-aarch64-linux-musl.so +0 -0
  36. sage/graphs/graph_decompositions/slice_decomposition.cpython-311-aarch64-linux-musl.so +0 -0
  37. sage/graphs/graph_decompositions/tree_decomposition.cpython-311-aarch64-linux-musl.so +0 -0
  38. sage/graphs/graph_decompositions/vertex_separation.cpython-311-aarch64-linux-musl.so +0 -0
  39. sage/graphs/hyperbolicity.cpython-311-aarch64-linux-musl.so +0 -0
  40. sage/graphs/hyperbolicity.pyx +1 -1
  41. sage/graphs/independent_sets.cpython-311-aarch64-linux-musl.so +0 -0
  42. sage/graphs/isoperimetric_inequalities.cpython-311-aarch64-linux-musl.so +0 -0
  43. sage/graphs/line_graph.cpython-311-aarch64-linux-musl.so +0 -0
  44. sage/graphs/matching_covered_graph.py +1 -0
  45. sage/graphs/spanning_tree.cpython-311-aarch64-linux-musl.so +0 -0
  46. sage/graphs/strongly_regular_db.cpython-311-aarch64-linux-musl.so +0 -0
  47. sage/graphs/strongly_regular_db.pyx +6 -6
  48. sage/graphs/traversals.cpython-311-aarch64-linux-musl.so +0 -0
  49. sage/graphs/trees.cpython-311-aarch64-linux-musl.so +0 -0
  50. sage/graphs/views.cpython-311-aarch64-linux-musl.so +0 -0
  51. sage/graphs/views.pyx +1 -1
  52. sage/graphs/weakly_chordal.cpython-311-aarch64-linux-musl.so +0 -0
  53. sage/groups/perm_gps/partn_ref/refinement_graphs.cpython-311-aarch64-linux-musl.so +0 -0
  54. {passagemath_graphs-10.6.1rc15.dist-info → passagemath_graphs-10.6.3.dist-info}/WHEEL +0 -0
  55. {passagemath_graphs-10.6.1rc15.dist-info → passagemath_graphs-10.6.3.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.6.1rc15
3
+ Version: 10.6.3
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
@@ -8,7 +8,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
11
- Project-URL: documentation, https://doc.sagemath.org
11
+ Project-URL: documentation, https://passagemath.org/docs/latest
12
12
  Project-URL: homepage (upstream), https://www.sagemath.org
13
13
  Project-URL: discourse, https://passagemath.discourse.group
14
14
  Project-URL: tracker (upstream), https://github.com/sagemath/sage/issues
@@ -33,8 +33,8 @@ Requires-Dist: gmpy2~=2.1.b999
33
33
  Requires-Dist: cysignals<1.12.4; sys_platform == "win32"
34
34
  Requires-Dist: cysignals!=1.12.0,>=1.11.2
35
35
  Requires-Dist: memory_allocator
36
- Requires-Dist: passagemath-categories==10.6.1rc15
37
- Requires-Dist: passagemath-environment==10.6.1rc15
36
+ Requires-Dist: passagemath-categories~=10.6.3.0
37
+ Requires-Dist: passagemath-environment~=10.6.3.0
38
38
  Provides-Extra: test
39
39
  Requires-Dist: passagemath-repl; extra == "test"
40
40
  Provides-Extra: benzene
@@ -107,24 +107,25 @@ It is a fork of `SageMath <https://www.sagemath.org/>`__, which has been
107
107
  developed 2005-2025 under the motto “Creating a Viable Open Source
108
108
  Alternative to Magma, Maple, Mathematica, and MATLAB”.
109
109
 
110
- The passagemath fork was created in October 2024 with the following
111
- goals:
110
+ The passagemath fork uses the motto "Creating a Free Passage Between the
111
+ Scientific Python Ecosystem and Mathematical Software Communities."
112
+ It was created in October 2024 with the following goals:
112
113
 
113
- - providing modularized installation with pip, thus completing a `major
114
- project started in 2020 in the Sage
115
- codebase <https://github.com/sagemath/sage/issues/29705>`__,
114
+ - providing modularized installation with pip,
116
115
  - establishing first-class membership in the scientific Python
117
116
  ecosystem,
118
117
  - giving `clear attribution of upstream
119
118
  projects <https://groups.google.com/g/sage-devel/c/6HO1HEtL1Fs/m/G002rPGpAAAJ>`__,
120
119
  - providing independently usable Python interfaces to upstream
121
120
  libraries,
122
- - providing `platform portability and integration testing
121
+ - offering `platform portability and integration testing
123
122
  services <https://github.com/passagemath/passagemath/issues/704>`__
124
123
  to upstream projects,
125
124
  - inviting collaborations with upstream projects,
126
125
  - `building a professional, respectful, inclusive
127
126
  community <https://groups.google.com/g/sage-devel/c/xBzaINHWwUQ>`__,
127
+ - `empowering Sage users to participate in the scientific Python ecosystem
128
+ <https://github.com/passagemath/passagemath/issues/248>`__ by publishing packages,
128
129
  - developing a port to `Pyodide <https://pyodide.org/en/stable/>`__ for
129
130
  serverless deployment with Javascript,
130
131
  - developing a native Windows port.
@@ -132,19 +133,24 @@ goals:
132
133
  `Full documentation <https://doc.sagemath.org/html/en/index.html>`__ is
133
134
  available online.
134
135
 
135
- passagemath attempts to support all major Linux distributions and recent versions of
136
- macOS. Use on Windows currently requires the use of Windows Subsystem for Linux or
137
- virtualization.
136
+ passagemath attempts to support and provides binary wheels suitable for
137
+ all major Linux distributions and recent versions of macOS.
138
138
 
139
- Complete sets of binary wheels are provided on PyPI for Python versions 3.10.x-3.13.x.
140
- Python 3.13.x is also supported, but some third-party packages are still missing wheels,
141
- so compilation from source is triggered for those.
139
+ For the Linux aarch64 (ARM) platform, some third-party packages are still missing
140
+ wheels; see the `instructions for building them from source <https://github.com/passagemath/passagemath?tab=readme-ov-file#full-installation-of-passagemath-from-binary-wheels-on-pypi>`__.
141
+
142
+ Binary wheels for native Windows (x86_64) are are available for a subset of
143
+ the passagemath distributions. Use of the full functionality of passagemath
144
+ on Windows currently requires the use of Windows Subsystem for Linux (WSL)
145
+ or virtualization.
146
+
147
+ The supported Python versions in the passagemath 10.6.x series are 3.10.x-3.13.x.
142
148
 
143
149
 
144
150
  About this pip-installable distribution package
145
151
  -----------------------------------------------
146
152
 
147
- 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.
153
+ 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.
148
154
 
149
155
  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.
150
156
 
@@ -152,23 +158,23 @@ It consists of over 170 first-party Python and Cython modules and uses the `Boos
152
158
  What is included
153
159
  ----------------
154
160
 
155
- * `Graph Theory <https://doc.sagemath.org/html/en/reference/graphs/index.html>`_
161
+ * `Graph Theory <https://passagemath.org/docs/latest/html/en/reference/graphs/index.html>`_
156
162
 
157
- * `Trees <https://doc.sagemath.org/html/en/reference/combinat/sage/combinat/enumerated_sets.html#trees>`_
163
+ * `Trees <https://passagemath.org/docs/latest/html/en/reference/combinat/sage/combinat/enumerated_sets.html#trees>`_
158
164
 
159
- * `Posets <https://doc.sagemath.org/html/en/reference/combinat/sage/combinat/posets/all.html>`_
165
+ * `Posets <https://passagemath.org/docs/latest/html/en/reference/combinat/sage/combinat/posets/all.html>`_
160
166
 
161
- * `Abstract Complexes <https://doc.sagemath.org/html/en/reference/topology/index.html>`_
167
+ * `Abstract Complexes <https://passagemath.org/docs/latest/html/en/reference/topology/index.html>`_
162
168
 
163
- * `Combinatorial Designs and Incidence Structure <https://doc.sagemath.org/html/en/reference/combinat/sage/combinat/designs/all.html>`_
169
+ * `Combinatorial Designs and Incidence Structure <https://passagemath.org/docs/latest/html/en/reference/combinat/sage/combinat/designs/all.html>`_
164
170
 
165
- * `Finite State Machines, Automata, Transducers <https://doc.sagemath.org/html/en/reference/combinat/sage/combinat/finite_state_machine.html>`_
171
+ * `Finite State Machines, Automata, Transducers <https://passagemath.org/docs/latest/html/en/reference/combinat/sage/combinat/finite_state_machine.html>`_
166
172
 
167
- * `Cluster Algebras and Quivers <https://doc.sagemath.org/html/en/reference/combinat/sage/combinat/cluster_algebra_quiver/all.html>`_
173
+ * `Cluster Algebras and Quivers <https://passagemath.org/docs/latest/html/en/reference/combinat/sage/combinat/cluster_algebra_quiver/all.html>`_
168
174
 
169
- * `Knot Theory <https://doc.sagemath.org/html/en/reference/knots/index.html>`_
175
+ * `Knot Theory <https://passagemath.org/docs/latest/html/en/reference/knots/index.html>`_
170
176
 
171
- * `Sandpiles <https://doc.sagemath.org/html/en/reference/dynamics/sage/sandpiles/sandpile.html>`_
177
+ * `Sandpiles <https://passagemath.org/docs/latest/html/en/reference/dynamics/sage/sandpiles/sandpile.html>`_
172
178
 
173
179
  * see https://github.com/passagemath/passagemath/blob/main/pkgs/sagemath-graphs/MANIFEST.in
174
180
 
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: passagemath-graphs
3
- Version: 10.6.1rc15
3
+ Version: 10.6.3
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
@@ -8,7 +8,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
11
- Project-URL: documentation, https://doc.sagemath.org
11
+ Project-URL: documentation, https://passagemath.org/docs/latest
12
12
  Project-URL: homepage (upstream), https://www.sagemath.org
13
13
  Project-URL: discourse, https://passagemath.discourse.group
14
14
  Project-URL: tracker (upstream), https://github.com/sagemath/sage/issues
@@ -33,9 +33,9 @@ Requires-Dist: gmpy2~=2.1.b999
33
33
  Requires-Dist: cysignals<1.12.4; sys_platform == "win32"
34
34
  Requires-Dist: cysignals!=1.12.0,>=1.11.2
35
35
  Requires-Dist: memory_allocator
36
- Requires-Dist: passagemath-categories==10.6.1rc15
37
- Requires-Dist: passagemath-conf==10.6.1rc15
38
- Requires-Dist: passagemath-environment==10.6.1rc15
36
+ Requires-Dist: passagemath-categories~=10.6.3.0
37
+ Requires-Dist: passagemath-conf~=10.6.3.0; sys_platform != "win32"
38
+ Requires-Dist: passagemath-environment~=10.6.3.0
39
39
  Provides-Extra: test
40
40
  Requires-Dist: passagemath-repl; extra == "test"
41
41
  Provides-Extra: benzene
@@ -108,24 +108,25 @@ It is a fork of `SageMath <https://www.sagemath.org/>`__, which has been
108
108
  developed 2005-2025 under the motto “Creating a Viable Open Source
109
109
  Alternative to Magma, Maple, Mathematica, and MATLAB”.
110
110
 
111
- The passagemath fork was created in October 2024 with the following
112
- goals:
111
+ The passagemath fork uses the motto "Creating a Free Passage Between the
112
+ Scientific Python Ecosystem and Mathematical Software Communities."
113
+ It was created in October 2024 with the following goals:
113
114
 
114
- - providing modularized installation with pip, thus completing a `major
115
- project started in 2020 in the Sage
116
- codebase <https://github.com/sagemath/sage/issues/29705>`__,
115
+ - providing modularized installation with pip,
117
116
  - establishing first-class membership in the scientific Python
118
117
  ecosystem,
119
118
  - giving `clear attribution of upstream
120
119
  projects <https://groups.google.com/g/sage-devel/c/6HO1HEtL1Fs/m/G002rPGpAAAJ>`__,
121
120
  - providing independently usable Python interfaces to upstream
122
121
  libraries,
123
- - providing `platform portability and integration testing
122
+ - offering `platform portability and integration testing
124
123
  services <https://github.com/passagemath/passagemath/issues/704>`__
125
124
  to upstream projects,
126
125
  - inviting collaborations with upstream projects,
127
126
  - `building a professional, respectful, inclusive
128
127
  community <https://groups.google.com/g/sage-devel/c/xBzaINHWwUQ>`__,
128
+ - `empowering Sage users to participate in the scientific Python ecosystem
129
+ <https://github.com/passagemath/passagemath/issues/248>`__ by publishing packages,
129
130
  - developing a port to `Pyodide <https://pyodide.org/en/stable/>`__ for
130
131
  serverless deployment with Javascript,
131
132
  - developing a native Windows port.
@@ -133,19 +134,24 @@ goals:
133
134
  `Full documentation <https://doc.sagemath.org/html/en/index.html>`__ is
134
135
  available online.
135
136
 
136
- passagemath attempts to support all major Linux distributions and recent versions of
137
- macOS. Use on Windows currently requires the use of Windows Subsystem for Linux or
138
- virtualization.
137
+ passagemath attempts to support and provides binary wheels suitable for
138
+ all major Linux distributions and recent versions of macOS.
139
139
 
140
- Complete sets of binary wheels are provided on PyPI for Python versions 3.10.x-3.13.x.
141
- Python 3.13.x is also supported, but some third-party packages are still missing wheels,
142
- so compilation from source is triggered for those.
140
+ For the Linux aarch64 (ARM) platform, some third-party packages are still missing
141
+ wheels; see the `instructions for building them from source <https://github.com/passagemath/passagemath?tab=readme-ov-file#full-installation-of-passagemath-from-binary-wheels-on-pypi>`__.
142
+
143
+ Binary wheels for native Windows (x86_64) are are available for a subset of
144
+ the passagemath distributions. Use of the full functionality of passagemath
145
+ on Windows currently requires the use of Windows Subsystem for Linux (WSL)
146
+ or virtualization.
147
+
148
+ The supported Python versions in the passagemath 10.6.x series are 3.10.x-3.13.x.
143
149
 
144
150
 
145
151
  About this pip-installable distribution package
146
152
  -----------------------------------------------
147
153
 
148
- 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.
154
+ 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.
149
155
 
150
156
  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.
151
157
 
@@ -153,23 +159,23 @@ It consists of over 170 first-party Python and Cython modules and uses the `Boos
153
159
  What is included
154
160
  ----------------
155
161
 
156
- * `Graph Theory <https://doc.sagemath.org/html/en/reference/graphs/index.html>`_
162
+ * `Graph Theory <https://passagemath.org/docs/latest/html/en/reference/graphs/index.html>`_
157
163
 
158
- * `Trees <https://doc.sagemath.org/html/en/reference/combinat/sage/combinat/enumerated_sets.html#trees>`_
164
+ * `Trees <https://passagemath.org/docs/latest/html/en/reference/combinat/sage/combinat/enumerated_sets.html#trees>`_
159
165
 
160
- * `Posets <https://doc.sagemath.org/html/en/reference/combinat/sage/combinat/posets/all.html>`_
166
+ * `Posets <https://passagemath.org/docs/latest/html/en/reference/combinat/sage/combinat/posets/all.html>`_
161
167
 
162
- * `Abstract Complexes <https://doc.sagemath.org/html/en/reference/topology/index.html>`_
168
+ * `Abstract Complexes <https://passagemath.org/docs/latest/html/en/reference/topology/index.html>`_
163
169
 
164
- * `Combinatorial Designs and Incidence Structure <https://doc.sagemath.org/html/en/reference/combinat/sage/combinat/designs/all.html>`_
170
+ * `Combinatorial Designs and Incidence Structure <https://passagemath.org/docs/latest/html/en/reference/combinat/sage/combinat/designs/all.html>`_
165
171
 
166
- * `Finite State Machines, Automata, Transducers <https://doc.sagemath.org/html/en/reference/combinat/sage/combinat/finite_state_machine.html>`_
172
+ * `Finite State Machines, Automata, Transducers <https://passagemath.org/docs/latest/html/en/reference/combinat/sage/combinat/finite_state_machine.html>`_
167
173
 
168
- * `Cluster Algebras and Quivers <https://doc.sagemath.org/html/en/reference/combinat/sage/combinat/cluster_algebra_quiver/all.html>`_
174
+ * `Cluster Algebras and Quivers <https://passagemath.org/docs/latest/html/en/reference/combinat/sage/combinat/cluster_algebra_quiver/all.html>`_
169
175
 
170
- * `Knot Theory <https://doc.sagemath.org/html/en/reference/knots/index.html>`_
176
+ * `Knot Theory <https://passagemath.org/docs/latest/html/en/reference/knots/index.html>`_
171
177
 
172
- * `Sandpiles <https://doc.sagemath.org/html/en/reference/dynamics/sage/sandpiles/sandpile.html>`_
178
+ * `Sandpiles <https://passagemath.org/docs/latest/html/en/reference/dynamics/sage/sandpiles/sandpile.html>`_
173
179
 
174
180
  * see https://github.com/passagemath/passagemath/blob/main/pkgs/sagemath-graphs/MANIFEST.in
175
181
 
@@ -9,7 +9,7 @@ sage/combinat/finite_state_machine.py,sha256=rngcy9hczCxVkhNQvK6ho3A7xosqi9bv1tU
9
9
  sage/combinat/finite_state_machine_generators.py,sha256=YqeqpPwWpra88B4GW5IcA2rtbXpbeT9uGxREegTJFdM,73186
10
10
  sage/combinat/graph_path.py,sha256=enqb7IFVXGZ-roxtMJRTaTmCDY3qr_kkjC-03qg0p5s,13122
11
11
  sage/combinat/interval_posets.py,sha256=n1EpZC2XnwvRAPiG-fA5c66krNlO2V-kox9LwgawHu0,147095
12
- sage/combinat/nu_tamari_lattice.py,sha256=DIZ3Y-hyxvATa_NZDJKv3mzlUcjKVSS7N_drsJ9LDzY,9457
12
+ sage/combinat/nu_tamari_lattice.py,sha256=6OASICLeUkAmjeRZu22t68nsSeBkKUasdCDzzTDndQQ,9470
13
13
  sage/combinat/ordered_tree.py,sha256=Q08B55_8JZPxiymIAh5bbhiepvWtjj3T96owcR0mLfw,47856
14
14
  sage/combinat/rooted_tree.py,sha256=HwZ6OlSwROTXZoZsgPEd4Hz9VqYPMsZYXdrO-PbcT4s,34211
15
15
  sage/combinat/shard_order.py,sha256=hULsSgJS39xMwEe8UrNCkoTZii41V-cROxE0PAvsE8k,8060
@@ -20,7 +20,7 @@ sage/combinat/cluster_algebra_quiver/cluster_seed.py,sha256=8WyDGr-i77io5pC5xSCd
20
20
  sage/combinat/cluster_algebra_quiver/interact.py,sha256=J-Ka38Eb540DIzet6XP_7qdYh1Bfz-xucAA8YL1BLO0,4250
21
21
  sage/combinat/cluster_algebra_quiver/mutation_class.py,sha256=cv4g59ZLppsG55L2t5ec0TviJ0yuCqozpakIBGFAUUQ,24134
22
22
  sage/combinat/cluster_algebra_quiver/mutation_type.py,sha256=1aVYcY7dOakwBueA3E3Tu7PImQNyw3TiSw_7s5lNA_M,76256
23
- sage/combinat/cluster_algebra_quiver/quiver.py,sha256=mDBNojdFE00O_61QeHzwsWb1Zxdv9gWs3cVsXM-zzYY,86160
23
+ sage/combinat/cluster_algebra_quiver/quiver.py,sha256=hvN27L67Tb2q9X5rSlW3pCOSCXFriVwW0B1vla8CSJk,86159
24
24
  sage/combinat/cluster_algebra_quiver/quiver_mutation_type.py,sha256=24QBRRseafrBvShSJC_ilP7nY6QwDX0U1GkMDxFhoBA,92005
25
25
  sage/combinat/designs/MOLS_handbook_data.py,sha256=SOjglkjrMNtbttoKD5werH6IXSUMwt1Zh_cOLOPSwTU,42437
26
26
  sage/combinat/designs/all.py,sha256=z1avRgBKp3Gu_OhxVMFYtxWoXCBOcFd_t5-C1JcoAkw,2015
@@ -30,12 +30,12 @@ sage/combinat/designs/covering_array.py,sha256=SC7dwTzNt4lYJk_FKRUt_EsaOYjFRXMJu
30
30
  sage/combinat/designs/covering_design.py,sha256=GhpSmZALYIwSjSx2oEOxxXhLemJCaKTrIGjZS0xj6AI,17297
31
31
  sage/combinat/designs/database.py,sha256=0sfODA8sYjemLejPQNZnQqj_eIgyPuLyTsNWw495w4Q,242955
32
32
  sage/combinat/designs/design_catalog.py,sha256=u9FpOxLuNuEcRxOU3C9P_bw-OGqQL0qgGsjUFFx7Icc,5095
33
- sage/combinat/designs/designs_pyx.cpython-311-aarch64-linux-musl.so,sha256=X5mqrdHtJbG52AXGERegVUpUJc85Kv8jRSZSc3E8JYM,1513337
33
+ sage/combinat/designs/designs_pyx.cpython-311-aarch64-linux-musl.so,sha256=UQoJ5hOumqv1p1D2uHlitiN3K4HoZuMBb3OhWSpqGDk,1513337
34
34
  sage/combinat/designs/designs_pyx.pxd,sha256=d78q7gQf58kZirLF1TXxNjLi50YYo-EIUM2e4kXS5C8,679
35
35
  sage/combinat/designs/designs_pyx.pyx,sha256=_unJWxusmZVUZ5SPiTtgOCYZmhWTFqptLb3MOz37ND0,37170
36
36
  sage/combinat/designs/difference_family.py,sha256=0fhKdWJVL0uErG5BwLfJKt2cDgF8gHIkudLtF6So1rI,155391
37
37
  sage/combinat/designs/difference_matrices.py,sha256=H1gvPjsH890ASH66zSJj36yiFMIU_C40xYZA609eawE,8610
38
- sage/combinat/designs/evenly_distributed_sets.cpython-311-aarch64-linux-musl.so,sha256=HvAR4YiNv40LUsuzZAyFhxKTU0gH5MVeAhM9h8JdAfU,799088
38
+ sage/combinat/designs/evenly_distributed_sets.cpython-311-aarch64-linux-musl.so,sha256=XjCfhc5a0ZZrM0w4Z60r771SfsMLJKVnTP-Afg8kBlA,799096
39
39
  sage/combinat/designs/evenly_distributed_sets.pyx,sha256=_ExpH2ImCLYhXG4aovPXKHGa8XMKYlILw-r5Iv1Yr5E,25548
40
40
  sage/combinat/designs/ext_rep.py,sha256=4t0xjnVqEyZUQn9L4JxvSt2wlhHJoY3Xz6uAP3L6_7g,34884
41
41
  sage/combinat/designs/gen_quadrangles_with_spread.cpython-311-aarch64-linux-musl.so,sha256=-HZRwEtJegbKMQc5cdvsBulyftTX-otx7lHt-cHytyA,765360
@@ -45,11 +45,11 @@ sage/combinat/designs/incidence_structures.py,sha256=ki-yG_ebZenomRVE1zA-oQAKzGE
45
45
  sage/combinat/designs/latin_squares.py,sha256=R8tl7zoIGvbxrQdoRMoeW9eF5xeq0m41eZCNwg0i-7w,23159
46
46
  sage/combinat/designs/orthogonal_arrays.py,sha256=_F7d167KuXhNPoatn_aHQXnxBY6EELW_FlYQ_c1RyIk,82598
47
47
  sage/combinat/designs/orthogonal_arrays_build_recursive.py,sha256=Ley_eOHwF1sOk9MukJDOM8KlPLT-JVdA7hqPz42Z_YU,70698
48
- sage/combinat/designs/orthogonal_arrays_find_recursive.cpython-311-aarch64-linux-musl.so,sha256=Wsr8AlDbjWs_w6o89vm2E1gJl-cXCSVZDfipzq6xLhE,1102256
48
+ sage/combinat/designs/orthogonal_arrays_find_recursive.cpython-311-aarch64-linux-musl.so,sha256=f0hoq2vHyu2tO_DM_gQNr1qgf-priKkJS684PDhyL0M,1102272
49
49
  sage/combinat/designs/orthogonal_arrays_find_recursive.pyx,sha256=NMqnHcUCSURto_AnwjkXuDc298lLF0m0b0uObekmG0g,34281
50
50
  sage/combinat/designs/resolvable_bibd.py,sha256=WzDQ_n-_yKX-6YXYbkP5yIrXnU-UW_Mo0I7Mg6zGbyA,30498
51
51
  sage/combinat/designs/steiner_quadruple_systems.py,sha256=-vnODm9iybM9_x36oDOFMZyu_kMaMTZWYbzcWAvaG0E,68601
52
- sage/combinat/designs/subhypergraph_search.cpython-311-aarch64-linux-musl.so,sha256=5NzhMS7DAWsupaxm10fyRGkwtFRoeAPpW75cw3lGk5Q,597992
52
+ sage/combinat/designs/subhypergraph_search.cpython-311-aarch64-linux-musl.so,sha256=fQTUYGoxQzMSw8uReVjDYdXpMblWzAt81v2Kh0Zhxr4,597992
53
53
  sage/combinat/designs/subhypergraph_search.pyx,sha256=EfLrVGZNDSiVgeGNohlO09f0wdqPh6XwQHCrHNgqmng,18146
54
54
  sage/combinat/designs/twographs.py,sha256=gUba7-nivoQpPrPgHMD7UshhY9Q7do9GXylLb_U_xC8,11230
55
55
  sage/combinat/posets/all.py,sha256=A-S_eIm6Io7aE5YjG_ETS9Fsam30I8xOIR56QG8hpMs,1438
@@ -66,7 +66,7 @@ sage/combinat/posets/incidence_algebras.py,sha256=v9QMrN1VW8T4vMfdrJpr4RULr0RlzC
66
66
  sage/combinat/posets/lattices.py,sha256=UMfTOqp45FQ35sf-F6LciPvva1Tb6P0mtc0cHG3fqXc,186721
67
67
  sage/combinat/posets/linear_extension_iterator.cpython-311-aarch64-linux-musl.so,sha256=CV70s3FXLncSSv2p8k41KRTSS0YJ9Pt8rUHho1WFR7c,700496
68
68
  sage/combinat/posets/linear_extension_iterator.pyx,sha256=1DVxfIsMvtsPGjOi3SUjWtVKFKXQfnk_UXKtmsTpQl4,9272
69
- sage/combinat/posets/linear_extensions.py,sha256=dFp9P8GB2DBUEeiGojgNu7YU30VqOOOVIrUcUSsuS44,41674
69
+ sage/combinat/posets/linear_extensions.py,sha256=LWAWKnGaOf8JmlxOe6mJMyu1nxh9CJJr87PXqNBgrJU,41716
70
70
  sage/combinat/posets/mobile.py,sha256=1Fzspx-afq66PO_5BTJoprp4GemROCPnZOacqZiJXI4,10558
71
71
  sage/combinat/posets/moebius_algebra.py,sha256=FZY0OqDJd_QBWGzZJpCRk3573wlJBBXU6Cl1TxJt89s,26399
72
72
  sage/combinat/posets/poset_examples.py,sha256=JVl_HRnMvkLKFUre02tVU9Qbu_ideGcfJsBfkLYkY1Y,79012
@@ -81,34 +81,34 @@ sage/ext_data/kenzo/CP4.txt,sha256=WXb63Qce3f9Z3Q6K3_zkI0W4-cHBM93XMn7K5bNQD3U,6
81
81
  sage/ext_data/kenzo/README.txt,sha256=SZywXyUDRE8JUt2_JajOYslQiEBSkkB5-14jtxPIt08,1912
82
82
  sage/ext_data/kenzo/S4.txt,sha256=iSXavQqy7ep6HFOWnnsHtqoDhL4Hu3s1SpsaUKbizWs,272
83
83
  sage/graphs/all.py,sha256=x8SE1AFbrSgF8NtYDKAPR4Qj1rcawY5NCRN3zdNx76U,1500
84
- sage/graphs/asteroidal_triples.cpython-311-aarch64-linux-musl.so,sha256=-3UE9Z8oFDnl6BNqJtNlqp2--BbDa1lcUzaOPtD27IA,463833
84
+ sage/graphs/asteroidal_triples.cpython-311-aarch64-linux-musl.so,sha256=zSv6dDFwnH-KH3kw79DH4TsJj8X-QnHJos1mF5EMFaY,463833
85
85
  sage/graphs/asteroidal_triples.pyx,sha256=kslBS2OY3d7F0k54vb4nvb1pKH4UfvXv0AssHf9U61Y,11269
86
86
  sage/graphs/bipartite_graph.py,sha256=GsQhkJMclM0TCT8ifOaPTjweIwA4yX6rcD4yUoLgLXg,105820
87
- sage/graphs/centrality.cpython-311-aarch64-linux-musl.so,sha256=4h55pGz8mmMyphAEg9DaqV0qdv4NO3Y6YvpffKEeYuM,1119817
87
+ sage/graphs/centrality.cpython-311-aarch64-linux-musl.so,sha256=m2koZtMsBV2qXLFnBVBhJ4CnyazB58W_LNHt1L2rSyE,1119817
88
88
  sage/graphs/centrality.pyx,sha256=jXYVW5ZFRXYkI_Esw8LaPsdVKLhTG4bUZBgUjzGrDGQ,37670
89
89
  sage/graphs/cographs.py,sha256=e_IBKmczjffdNkQzZmyliRgXS0j7n5wT_dE_pWj74iY,15184
90
- sage/graphs/comparability.cpython-311-aarch64-linux-musl.so,sha256=iFq51XaLFfqYt-5bgjqzdQVc2IL7Y-JPYVKtaS42A98,1447561
90
+ sage/graphs/comparability.cpython-311-aarch64-linux-musl.so,sha256=8SvOPnotrpairlSeaxGiOcPQ8QAm8lMCauzlB-Sc9oc,1447561
91
91
  sage/graphs/comparability.pyx,sha256=txNR4i4nVxETeRuITmZSnF41Bcu5Lc3-9p_Y14U5Ai4,32292
92
- sage/graphs/connectivity.cpython-311-aarch64-linux-musl.so,sha256=lr3PJiHjoL5_u0xyS-IqIOEUFoViQrzg0vnKaec3gCk,4935672
92
+ sage/graphs/connectivity.cpython-311-aarch64-linux-musl.so,sha256=5Xkt2IR_LCuXmKsz9ZqFA58LgVjYLDAe-gjuFzQssTI,4935672
93
93
  sage/graphs/connectivity.pxd,sha256=xbB3JNVdxZDUwuhSrPaioJujxcOOUzCM4nUZ0Cmild0,5378
94
94
  sage/graphs/connectivity.pyx,sha256=Ttl1tzPlXRHmHuoFKcWOmR_YcDvKanDDcoPCqEIAsAQ,183216
95
- sage/graphs/convexity_properties.cpython-311-aarch64-linux-musl.so,sha256=SJ1YEtkW3liUdzWMKD5o2Sbr1FFnrkE3RYPlnCQuiKE,923417
95
+ sage/graphs/convexity_properties.cpython-311-aarch64-linux-musl.so,sha256=_Nu6b6GpMwUc9NTIfekw0UxESMx06jxwkYeJ9xt_D5w,923417
96
96
  sage/graphs/convexity_properties.pxd,sha256=5NS5R5LyBnwfiKEo6CNG-aspmA0HqkC0fvsmmr799xo,627
97
97
  sage/graphs/convexity_properties.pyx,sha256=zHhpsRj6qi2oLxoUplnzDDaQL0nYYtot6q6GC1l-8Ls,31137
98
98
  sage/graphs/digraph.py,sha256=Uj2hmkx-k27D2DyNAAQ-wmKirOIP-0Hyg_8g_CMFLIE,197705
99
- sage/graphs/digraph_generators.py,sha256=GCgmzNzeNrAetGPavREZnRejf3yciY-ycIbOQkqrTYw,79777
100
- sage/graphs/distances_all_pairs.cpython-311-aarch64-linux-musl.so,sha256=QnriazjwK5tgZqpG7tTiSAnFRK70rBkat_uJDyJzujs,1644353
99
+ sage/graphs/digraph_generators.py,sha256=jrsVSnxuslJnxYk67WmGr4H0NM4M8kJZv03VS2SmgW0,79755
100
+ sage/graphs/distances_all_pairs.cpython-311-aarch64-linux-musl.so,sha256=qArJE7oYwWGJhxgxA4Foi-7f0udtneQ-WnxsKx0yF_I,1644353
101
101
  sage/graphs/distances_all_pairs.pxd,sha256=RMrpaxs-r98iY6BnCS2H18BFN85BNrYPk9Dipuvva0s,565
102
102
  sage/graphs/distances_all_pairs.pyx,sha256=CEbGv42frddFNp3xGOyC2M4Tnh2M8vLRuNMSYk3oyS4,105359
103
103
  sage/graphs/domination.py,sha256=BRTVApP6SeB-NVe3rcuJDfpSbg6jWRc4rWgTPgMUsVo,48674
104
104
  sage/graphs/dot2tex_utils.py,sha256=lWUucZKdFsTltrGPeqwHhvbdScFEMltjtTU6C4p2x_E,3173
105
- sage/graphs/edge_connectivity.cpython-311-aarch64-linux-musl.so,sha256=Mys46kbZN3ko1CMcSHnWZqcl42qwxsitIcmz3a0x8Ss,993481
105
+ sage/graphs/edge_connectivity.cpython-311-aarch64-linux-musl.so,sha256=pW6WbOttec3A2t5WgVUMBR8KcoMjQoFwuveVKLPacB4,993481
106
106
  sage/graphs/edge_connectivity.pyx,sha256=SBrTBJaeM8uLsF6d-_5frdbPtWanWvJSxiEO7k7H0b4,44701
107
107
  sage/graphs/generic_graph.py,sha256=4UuxEokBL5D201CsVaG4iz5gaB_XhUyzq_p6l75_JAE,1114294
108
- sage/graphs/generic_graph_pyx.cpython-311-aarch64-linux-musl.so,sha256=XgxJ3pUNUcjv45ivWOzC55EH88c6JULokx2VWSjX2I0,1841457
108
+ sage/graphs/generic_graph_pyx.cpython-311-aarch64-linux-musl.so,sha256=kNHZ5Td0Ncg0b-pBb3tGOR5G9jmFvRKSXbmdHgVq78M,1841457
109
109
  sage/graphs/generic_graph_pyx.pxd,sha256=aVwQbA8BGVHbwufAo6-EHEhyfCFNxRq7pPI_FtOJu3Y,825
110
110
  sage/graphs/generic_graph_pyx.pyx,sha256=i5gISutTP3P_Fc5LInP-fDJX_U1nFRocdXOt114lmIU,60287
111
- sage/graphs/genus.cpython-311-aarch64-linux-musl.so,sha256=yioMz9c0-NIkvDpttTN9SrRvXTZNYkmNEGCGiBa3Pos,531280
111
+ sage/graphs/genus.cpython-311-aarch64-linux-musl.so,sha256=KmBLq9RuJKAVLCwF-HIEHptOC_UD9Od3nfZNpn8yDrU,531280
112
112
  sage/graphs/genus.pyx,sha256=xzcRPWKAgtVIQfBOLJNXVm-22LPCBiYSyzmjNpE6U_w,21672
113
113
  sage/graphs/graph.py,sha256=Q2GVcF9pUUuXcMLDUIL3eqdsRxDXtUXjXKHk1IT-IVY,381762
114
114
  sage/graphs/graph_coloring.cpython-311-aarch64-linux-musl.so,sha256=oYoPdnsuerqkfwA8PZ2E05sqX8Btj5DBoOP2S0lUwLk,4856561
@@ -123,20 +123,20 @@ sage/graphs/graph_latex.py,sha256=_zJtj4YXZ0wh8wgL2Nk9-6UqKwd8joEqjfWEusX81Jc,99
123
123
  sage/graphs/graph_list.py,sha256=z7EoLhCRkH5F7acA2r28DzDkLw08xODgOLXl8f6Rf80,14439
124
124
  sage/graphs/graph_plot.py,sha256=4a3j1oUY-TAfNGDJpqONvQKQEFoqDUUN56fJXym80AY,70634
125
125
  sage/graphs/graph_plot_js.py,sha256=jhaO_KUhxeOCw1IsZGPeCobW5nfXXEcJqIHEWV9rt0U,12898
126
- sage/graphs/hyperbolicity.cpython-311-aarch64-linux-musl.so,sha256=jOqSurDC-9-wYdUY8NIB4QixJabGbbft5BsJVVkxTV8,1513369
127
- sage/graphs/hyperbolicity.pyx,sha256=obrOeYbKJt8RbTMlAY51ITBtdJrHDtDTZJqsniGAv9Y,64499
126
+ sage/graphs/hyperbolicity.cpython-311-aarch64-linux-musl.so,sha256=jBQI3BKHniyFj2sE5NH3d8bqFsN1mDv8wuQQuf3jxxY,1513369
127
+ sage/graphs/hyperbolicity.pyx,sha256=evfeaa76EibW-PTFm2QWr_zOrN5V9G0FaEPZ7xGf4YI,64542
128
128
  sage/graphs/hypergraph_generators.py,sha256=0gFR6duplhJ9m6Ecn-APwNIuooR5vcBoQkBdj_hJcSA,13926
129
- sage/graphs/independent_sets.cpython-311-aarch64-linux-musl.so,sha256=IXtGeHwBOYwG_lxO---Bs2qEhq4RrCqEFEHozFby6bA,595625
129
+ sage/graphs/independent_sets.cpython-311-aarch64-linux-musl.so,sha256=cgfXETxCvPwlxRGzpmpzhJ0tlRbDNW2xvFCQe49vjeY,595625
130
130
  sage/graphs/independent_sets.pxd,sha256=ozW1INPrNhfTHx9P0yQBW9m4C0VyNILAr2MixvI-Ao8,322
131
131
  sage/graphs/independent_sets.pyx,sha256=AA4D-pjoMyguifXSDRCZJmwZqfTMIv6tVpxXiDo83vs,13082
132
132
  sage/graphs/isgci.py,sha256=6nOGMGYeD95W_IGzRznhkCMl4Ceh2sOsLlZ6QFFDYFU,34105
133
- sage/graphs/isoperimetric_inequalities.cpython-311-aarch64-linux-musl.so,sha256=rgN6JnCPprmduLBCGuqgXh8YAwNDQU519GyIun99ADg,660529
133
+ sage/graphs/isoperimetric_inequalities.cpython-311-aarch64-linux-musl.so,sha256=h_a35BYWXFqoyLUYyR0vixg2D7fht685mGvlBym0jfA,660529
134
134
  sage/graphs/isoperimetric_inequalities.pyx,sha256=37Xx8CbEFdLANoztQ13JzxZXrf5L1uIjqUYtCyTDOyk,17019
135
- sage/graphs/line_graph.cpython-311-aarch64-linux-musl.so,sha256=rWSzvaGmVZsZUwmE6PDcJgkcjqzNaZFKiwQr7o789qM,1230104
135
+ sage/graphs/line_graph.cpython-311-aarch64-linux-musl.so,sha256=uBLO-ZkAHZwauBK-S5ksKUAXlJklQIn001mf4oOFB1s,1230120
136
136
  sage/graphs/line_graph.pyx,sha256=p_qn8oH7NCwPlmDBD01HO24Gfhsbtfclzng-RJcRHqM,27749
137
137
  sage/graphs/lovasz_theta.py,sha256=mEZIrYcmhJHNolsSfRVUnXl9FBkDdqbQ1Frg8qmqJjo,2151
138
138
  sage/graphs/matching.py,sha256=rLuE4t6nErNdDnx7vnMBK8YhZhmrT4N6o75KfKo9Ry0,62208
139
- sage/graphs/matching_covered_graph.py,sha256=fYe8TaSNkHPl_Utn57yATLcK8k1icoV6_31_Fy3pNEE,144260
139
+ sage/graphs/matching_covered_graph.py,sha256=q6GuGdx8yQNA5uA0LclgD9dWO6RQwJiABIomLScWZeQ,144300
140
140
  sage/graphs/orientations.py,sha256=4PBJOH_ybCyF2uqbknU3QtPdiCOMqbMvN-rboqBif_8,53303
141
141
  sage/graphs/partial_cube.py,sha256=u4X-fZgUIcaX9QSIv_N8kbVUYRx3dH51LCmEfc2nYkg,16402
142
142
  sage/graphs/path_enumeration.cpython-311-aarch64-linux-musl.so,sha256=3QeGHS5ZlCH-vAawQ_ccsBLm90oRI291gr2U2Upc5bI,2824289
@@ -144,45 +144,45 @@ sage/graphs/path_enumeration.pyx,sha256=WAQQiHIroIvpSfWdGvHjuC7tPdEiCX5DWxidHvei
144
144
  sage/graphs/pq_trees.py,sha256=6z6pzjeApBLvjx4FTqxklFHjEcwoF9Z78LlvTpcv0G0,39418
145
145
  sage/graphs/print_graphs.py,sha256=pBg_hHJxWAcsEzqbqDG4ehZg8C1LreySAbqcoHBmE_A,4931
146
146
  sage/graphs/schnyder.py,sha256=OdTuBwHll5p50etHaa6cU_NvEKh7BOS7ILVZcBUZjCc,30683
147
- sage/graphs/spanning_tree.cpython-311-aarch64-linux-musl.so,sha256=XwfySVT6xJH9H0luognss6Ay2S4VPR1lZ8R3DS_P5oM,1852032
147
+ sage/graphs/spanning_tree.cpython-311-aarch64-linux-musl.so,sha256=NxDw0DFAEFxvaYhdJedi20fUVn5ThT2ofYM4PnRpM68,1852032
148
148
  sage/graphs/spanning_tree.pyx,sha256=WbPx-yeaNy_UQOOL6UqdHrYvJPhv3J-1t7rWgCo_Rks,55241
149
- sage/graphs/strongly_regular_db.cpython-311-aarch64-linux-musl.so,sha256=MZTYQs9qLFznbqMoTTaXJvpvtQpSFFG-eds7tv8DSco,6777184
150
- sage/graphs/strongly_regular_db.pyx,sha256=bXGPg5lwMILjOV9WatyI6QD9HM7JeLhaU-ntULzTQgw,132839
151
- sage/graphs/traversals.cpython-311-aarch64-linux-musl.so,sha256=hZEGMvwjdqF4M4TeFFKai4vqGbZxVYVNJjxTvSIzcH0,1776241
149
+ sage/graphs/strongly_regular_db.cpython-311-aarch64-linux-musl.so,sha256=8I46LrUGlsiKQJTC9LdVUnoeot28sEl3t7LZtfzvuKQ,6777184
150
+ sage/graphs/strongly_regular_db.pyx,sha256=LOmA2tLe7Amewsj0uZt8J9NTHOmtCmCeRdMLVFlQoaM,132917
151
+ sage/graphs/traversals.cpython-311-aarch64-linux-musl.so,sha256=_GXAdWqj6jxoi2KYwKDA7VPEdRg-QnCb9hoK8FdfVro,1776241
152
152
  sage/graphs/traversals.pxd,sha256=B17xUmzx5ar22san3Zcz6iX2borzlmLYHQWBzJ8cuXY,481
153
153
  sage/graphs/traversals.pyx,sha256=UX2ttDY92aCJPXieOB-VD3dYLfR75gxjLmD1JLBO_z0,65959
154
- sage/graphs/trees.cpython-311-aarch64-linux-musl.so,sha256=Vrsj4HwrnmNz0nWdQO1BcCm6zesfu5d5QQlEiEuPbJQ,242136
154
+ sage/graphs/trees.cpython-311-aarch64-linux-musl.so,sha256=FtC-suyJ-CdlLy9ELl76HqwPN1nVdjb21gTiy1aGMzU,242136
155
155
  sage/graphs/trees.pxd,sha256=wyQiHIkw7Zf3CCJqf1hLxJsCHOg_4D2R8cDcTGPHe3E,377
156
156
  sage/graphs/trees.pyx,sha256=fxCGm1lmkjsaLSg4L0IbnA_gMzYIWhPwbU07_C8e5UA,8733
157
157
  sage/graphs/tutte_polynomial.py,sha256=DNn4VjxZ4dogFM4WhWD1C3jLXl_FRSwxjXRbk23Ah2k,21854
158
- sage/graphs/views.cpython-311-aarch64-linux-musl.so,sha256=h4ku-GYGz_HYggiGTVnofW8uag7aN9yyjdIQN5gV0eE,815384
159
- sage/graphs/views.pyx,sha256=7OJX4dq4dwa5RQalTV8-NJWdurTIXOxL2_Tvr9yFn30,27971
160
- sage/graphs/weakly_chordal.cpython-311-aarch64-linux-musl.so,sha256=hFGl5F9A3bAS65UkeZcQoLYVSHz58tzMK2LH4pSyoFQ,750952
158
+ sage/graphs/views.cpython-311-aarch64-linux-musl.so,sha256=mHANwiQepYSQnWf6mObIoG_SC_fnNZMRPWxUZFzv2iA,815384
159
+ sage/graphs/views.pyx,sha256=VVDEBs9ydl_rbpm3737QkuAwWyeyuAEHMsV8sJJiIwU,27957
160
+ sage/graphs/weakly_chordal.cpython-311-aarch64-linux-musl.so,sha256=5jheF5w-DsEsn28vOOVCumzshajmLWEL1PJ6wA-airQ,750952
161
161
  sage/graphs/weakly_chordal.pyx,sha256=quFw1k-AAmJ3BJs7Wm0YSUZgZbPCMsEvgUZ8oqiFoc0,21563
162
162
  sage/graphs/base/all.py,sha256=hFccVjiRkLdUqyJcwgIkR5OUo1DvjVPZwsCZIWtgEXM,45
163
- sage/graphs/base/boost_graph.cpython-311-aarch64-linux-musl.so,sha256=drTQ5GUeUDP2-K5fikR1nPGHgDd-8OE8am1NkO90WmI,12948905
163
+ sage/graphs/base/boost_graph.cpython-311-aarch64-linux-musl.so,sha256=QN2qVPOYexSZL2nt-rqpaFNTyB_y5jly88Xnu5AN5RE,12948905
164
164
  sage/graphs/base/boost_graph.pxd,sha256=5Z4FgnxAaZYXOizWEfsxE1D4K2hJTcdhjXxUFJ9rhA0,3654
165
165
  sage/graphs/base/boost_graph.pyx,sha256=mWfPc01Gtyy3YDQ93CcOWZMhsUXN5q2BiyKt4wls-c8,111074
166
- sage/graphs/base/c_graph.cpython-311-aarch64-linux-musl.so,sha256=d0cNBBZLz9X08FDtYM-FF7OT3gljDZAvOE7xFD7QyYU,3876009
166
+ sage/graphs/base/c_graph.cpython-311-aarch64-linux-musl.so,sha256=jfwrAzuXyyP3dndpV1co6DJDYK6grk-5pY4WgugfCjk,3876009
167
167
  sage/graphs/base/c_graph.pxd,sha256=pUsZ48m4XXx4fq8fRWeeaFkM0gzX0r63Kkw7L0IJdfk,4281
168
168
  sage/graphs/base/c_graph.pyx,sha256=-3-_WEwS5G_jr3gx3f44fSj5zp_JOfK3po-Nu7IVRa8,179658
169
- sage/graphs/base/dense_graph.cpython-311-aarch64-linux-musl.so,sha256=S55zmOvQWoQza2IRFfp-XtrUHD-WlA2EH4xycaBdK3o,857513
169
+ sage/graphs/base/dense_graph.cpython-311-aarch64-linux-musl.so,sha256=lj3lP-ln_gxDlW3w7BFSMMK_mqRxwuhprE9D_L3vE-c,857513
170
170
  sage/graphs/base/dense_graph.pxd,sha256=fZLGgFg8jy8zIWlhlB18ew5Z8ogZN91NsHPmUkLsqms,1211
171
171
  sage/graphs/base/dense_graph.pyx,sha256=I68QISSmnBJlaFAX59ByG8ght9rxHYtOLMeI7IvjUJ4,25188
172
- sage/graphs/base/graph_backends.cpython-311-aarch64-linux-musl.so,sha256=fvi8E064ozOQ3K3FzN5w6473mlBM7DabCoCUyNR52sI,700016
172
+ sage/graphs/base/graph_backends.cpython-311-aarch64-linux-musl.so,sha256=rED-rWRQdjyhzcq0qyj39pnjJoegIPLcR_B6_AOiuP4,700016
173
173
  sage/graphs/base/graph_backends.pxd,sha256=DNjOnDRc2RPV-NtCHuoliKpNfJHC3aK7l0RifUR7DSY,150
174
174
  sage/graphs/base/graph_backends.pyx,sha256=vl_Cs6xcJJSDlHEfSO55bUQMSziLY3WYnsOza3oK13o,24526
175
175
  sage/graphs/base/overview.py,sha256=WXk4WVm5e6XiCkWCSkHAdMV42DLxVMFnK9k74bbItkk,3186
176
- sage/graphs/base/sparse_graph.cpython-311-aarch64-linux-musl.so,sha256=sQSWqlcpKvENsoS8mv3EpiOWXOK92vDuVMAo1zooAjg,1185593
176
+ sage/graphs/base/sparse_graph.cpython-311-aarch64-linux-musl.so,sha256=Ck9jxHPKbR6IH37J0Q6GdvJT3V05gLGly27B5x_FI4o,1185593
177
177
  sage/graphs/base/sparse_graph.pxd,sha256=O0oPH_Z1-fsxPK-mKMnNq-OL5cE0GcDILqDj-ajytlk,3485
178
178
  sage/graphs/base/sparse_graph.pyx,sha256=dNMlc3m2Vl7fXCz5c7a-rse4boVsMSl3AevHmF0AIo0,56300
179
- sage/graphs/base/static_dense_graph.cpython-311-aarch64-linux-musl.so,sha256=prECPVvS4RMAJYmo9n3NlTsVDR40bEaWHeAckIpTHNc,1447753
179
+ sage/graphs/base/static_dense_graph.cpython-311-aarch64-linux-musl.so,sha256=F-wZtDkc6o7vwfPFN-K4bGxe1lowAfjaLzKLfupYcIU,1447753
180
180
  sage/graphs/base/static_dense_graph.pxd,sha256=1jNghzZMttKdtdD4U2bSrqW0V5LUgoZl9xLIPGkCuAs,238
181
181
  sage/graphs/base/static_dense_graph.pyx,sha256=XyiD925fEEu1z4qu-Mp490Z8Vme_ii_SLRnSAdiLu48,37439
182
- sage/graphs/base/static_sparse_backend.cpython-311-aarch64-linux-musl.so,sha256=Z1YTFJt6mfpLdGtMg_-DFTREAu59oq_UsRfbV6yW670,1586464
182
+ sage/graphs/base/static_sparse_backend.cpython-311-aarch64-linux-musl.so,sha256=79Yc9kssJlytPBCSnH0f-A1po4pqTX1O1w5X2ejcDn4,1586464
183
183
  sage/graphs/base/static_sparse_backend.pxd,sha256=DbBBsONS0Utp1szKGQaeTpoqiNC23XDaL9tnMrDAxvI,903
184
184
  sage/graphs/base/static_sparse_backend.pyx,sha256=eKzp6rY9lZD9dX26QwRFk1ojyLTNPywSdPR6tKbdN4o,55396
185
- sage/graphs/base/static_sparse_graph.cpython-311-aarch64-linux-musl.so,sha256=8bkO1p1sQd2SPdAiMEqKb8X66wdmH5eGOpfqGC5-QC8,1120697
185
+ sage/graphs/base/static_sparse_graph.cpython-311-aarch64-linux-musl.so,sha256=OiNAe4Vv085CSQtwd9O1-gr1ROFj_2gFMX5j82wQJOg,1120697
186
186
  sage/graphs/base/static_sparse_graph.pxd,sha256=YYCH7F6h1OteiFLfleAb57CCN-gx42n3W_9fzh8avkA,1500
187
187
  sage/graphs/base/static_sparse_graph.pyx,sha256=79ckrFBDUnAxrn_VAXOHGtCPQnO3OD0KSczE7xas4ls,52381
188
188
  sage/graphs/generators/all.py,sha256=hFccVjiRkLdUqyJcwgIkR5OUo1DvjVPZwsCZIWtgEXM,45
@@ -190,8 +190,8 @@ sage/graphs/generators/basic.py,sha256=0KtJ29r3lQVXVENR2ceX9SZIQOkM-8yNwhWdrTHG1
190
190
  sage/graphs/generators/chessboard.py,sha256=AYh9NIWZcueME7xiSL3MUdEa9O8O_NTDXh01cHfP8Js,20682
191
191
  sage/graphs/generators/classical_geometries.py,sha256=3xoCUEGmShNiGwvc5eKvFbLgeQH-lWM23Iv2uYVtp5A,63415
192
192
  sage/graphs/generators/degree_sequence.py,sha256=oN9BFV3aC3g0Im_L9v1bx4aBzEf2qFRc8IHpxMVLkF8,8735
193
- sage/graphs/generators/distance_regular.cpython-311-aarch64-linux-musl.so,sha256=2FlgkEEshvIL_4mpUoGtu4b_M3SnpdUVZ1T8zNVYlk0,5528264
194
- sage/graphs/generators/distance_regular.pyx,sha256=dIO6D98FdTS3pk9ZhdXww-Q7WlmTKthcIgRbpDQXPTc,96145
193
+ sage/graphs/generators/distance_regular.cpython-311-aarch64-linux-musl.so,sha256=fYwF62hf1-welSOuWDEIGjLSJrnPdVzM7vjxOOf48gw,5528264
194
+ sage/graphs/generators/distance_regular.pyx,sha256=tfzVRJT3zdrO3yOHr4Q1eNrhmpNlRKCNJoVKgQ5KH9I,96165
195
195
  sage/graphs/generators/families.py,sha256=9FS3o44XM-QNBHLDepRJPCyySPvdxzAFIm-zEqRIe1A,164812
196
196
  sage/graphs/generators/intersection.py,sha256=N3C3dLzBjL_Jeii1aU_Xm3O78yMLvZoAY1Y6Egu4MxA,20349
197
197
  sage/graphs/generators/platonic_solids.py,sha256=v3TMsnK2gI0vnhX9IxP3IsTWqw6GpYQdk6xZk9WEJG0,10134
@@ -199,33 +199,33 @@ sage/graphs/generators/random.py,sha256=lDQxB_YZ6Gwo-_LrqXx4hXC1H2AsP_Tsa0Q8-p44
199
199
  sage/graphs/generators/smallgraphs.py,sha256=y441EzXwvSBnJ-qwp4lbZvlS19FfoC8tV4MO4H_HEpA,202063
200
200
  sage/graphs/generators/world_map.py,sha256=YZ992gxxy6kXKaWvbXqG2tfxk5AaHw3a0t991pskPlY,34547
201
201
  sage/graphs/graph_decompositions/all.py,sha256=hFccVjiRkLdUqyJcwgIkR5OUo1DvjVPZwsCZIWtgEXM,45
202
- sage/graphs/graph_decompositions/bandwidth.cpython-311-aarch64-linux-musl.so,sha256=EdDCm2xjqT54iiZrAqDHUSLH8a-pMIxu9gJquHNNv2w,425336
202
+ sage/graphs/graph_decompositions/bandwidth.cpython-311-aarch64-linux-musl.so,sha256=kl2zt39IIyogBbM5v26LDMdMsxhQOcYHlL6Wr07k3j0,425336
203
203
  sage/graphs/graph_decompositions/bandwidth.pyx,sha256=9BvA6v6LheIIqwtkvbendaO_aux-ROfaMBcAM4aZFd0,15576
204
- sage/graphs/graph_decompositions/clique_separators.cpython-311-aarch64-linux-musl.so,sha256=BV7GWxXVAjZ3KHz58qYm8DWvl0pJCCZS_kBemD0NcAM,1186297
204
+ sage/graphs/graph_decompositions/clique_separators.cpython-311-aarch64-linux-musl.so,sha256=hxaygfg5AZucPkm5YVdqzMyBFhKf3zwYytrTsivuwdI,1186297
205
205
  sage/graphs/graph_decompositions/clique_separators.pyx,sha256=q2Ep-OTAN0u53tg4USepRiw9uOm61XRbsfMKAkbJouk,23690
206
- sage/graphs/graph_decompositions/cutwidth.cpython-311-aarch64-linux-musl.so,sha256=jzbhFeE7-t4ej2k6jFrURPWc8rNApkQ4yNfBsoVEw9Q,1021896
206
+ sage/graphs/graph_decompositions/cutwidth.cpython-311-aarch64-linux-musl.so,sha256=pNR14VWX4l7MI-pI5mPFIuVE6wqMzwMiGbJ6d6znPj4,1021896
207
207
  sage/graphs/graph_decompositions/cutwidth.pyx,sha256=ah8ysfGRlDw3UTeG9uPcQuVAjs0SfaYSnRdJ3z-RvdA,28601
208
- sage/graphs/graph_decompositions/fast_digraph.cpython-311-aarch64-linux-musl.so,sha256=kigsJnEASiFNguTskZ1hjEpd8PVgl6pnJ-tmgXQvjO0,321760
208
+ sage/graphs/graph_decompositions/fast_digraph.cpython-311-aarch64-linux-musl.so,sha256=douBlUp5PEq3FQNkggDflmlZnol2WiAKn7Yw2DkjFKY,321760
209
209
  sage/graphs/graph_decompositions/fast_digraph.pxd,sha256=vfxjVz_M8l9rkauaJpXkW1_ubTM3mqUdEjUwlqdD4PQ,343
210
210
  sage/graphs/graph_decompositions/fast_digraph.pyx,sha256=02nMqhb4MvzaJFRGSy4ZefAvhChZsMJBlCTaOtOS3Es,7388
211
211
  sage/graphs/graph_decompositions/graph_products.cpython-311-aarch64-linux-musl.so,sha256=aLyKrx8nDKBA6r-cp6rms8B8JX4q7mpPorRXPuMeqow,1022448
212
212
  sage/graphs/graph_decompositions/graph_products.pyx,sha256=HcTfcex9hrwlcTzBHWMGDonGEUDGGj8jkma0devn5wU,19014
213
- sage/graphs/graph_decompositions/modular_decomposition.cpython-311-aarch64-linux-musl.so,sha256=fRLsw4BWAMudP3cXWUF26N37kbEnu7albjYDPf_55PY,3876297
213
+ sage/graphs/graph_decompositions/modular_decomposition.cpython-311-aarch64-linux-musl.so,sha256=7XNb37T0KFQKUEBHX2wWYsUiiMcm4NX5bQ61fSKxJqI,3876297
214
214
  sage/graphs/graph_decompositions/modular_decomposition.pxd,sha256=SAqgLApPT4pa_e2XpZ7us9PhDV34y5cTZB7YzP_lbkI,1100
215
215
  sage/graphs/graph_decompositions/modular_decomposition.pyx,sha256=EkuXojAhXF53MXTiat63_EWdglqfodFZQiZk5dHV7-E,51818
216
- sage/graphs/graph_decompositions/slice_decomposition.cpython-311-aarch64-linux-musl.so,sha256=gg7INPinbY9e9BWfcER6zTsdZyTgcy71JFSENU8D0gE,1585553
216
+ sage/graphs/graph_decompositions/slice_decomposition.cpython-311-aarch64-linux-musl.so,sha256=fKdLh9tvq83gXJb7boC71nqiX4IBNNMEWhytSq6oLjk,1585553
217
217
  sage/graphs/graph_decompositions/slice_decomposition.pxd,sha256=OawVDRv8wbwIP6rbSZHGZQUVF31TNw3fbIXbE2q9XyA,602
218
218
  sage/graphs/graph_decompositions/slice_decomposition.pyx,sha256=oBp4OVgykHatrhiSLgscsq5B5lUINmCierb3sWpO79w,40359
219
- sage/graphs/graph_decompositions/tree_decomposition.cpython-311-aarch64-linux-musl.so,sha256=E6u0gEKc8PBzSUm5AMR3dJSZs6HM3eA-nFQ09ISAYUk,2934504
219
+ sage/graphs/graph_decompositions/tree_decomposition.cpython-311-aarch64-linux-musl.so,sha256=3MQAd2nU9Rb0SZzAT9oJXB6oqTrKXECD6Uk_HxlDfSg,2934504
220
220
  sage/graphs/graph_decompositions/tree_decomposition.pxd,sha256=dxfbHIMapSvsj67OLVBfLtvAYhWvDNSwmbmqmrvEYZg,555
221
221
  sage/graphs/graph_decompositions/tree_decomposition.pyx,sha256=IWrChlzZXjEKscgZcbRr4mhvODbAuAbZoHhSNxx-3Dw,73665
222
- sage/graphs/graph_decompositions/vertex_separation.cpython-311-aarch64-linux-musl.so,sha256=kJXZoAjkz5QSQaiF2DCKAE4vo_buIWDJQE4EDeyN4Vs,1775601
222
+ sage/graphs/graph_decompositions/vertex_separation.cpython-311-aarch64-linux-musl.so,sha256=DA2Ao47CHg8YKTxjNOmD3faJrzTUmo2rOXaRKTWdzAE,1775601
223
223
  sage/graphs/graph_decompositions/vertex_separation.pxd,sha256=kuVp6HcFIRCamGKOy_Z_Qlzb2W_GlrdBRL4b44jdLsw,200
224
224
  sage/graphs/graph_decompositions/vertex_separation.pyx,sha256=nF-RwfUUZZ-JHi-iMj7D2ibAsrbmLQuEpGRXqN7_DTQ,74865
225
225
  sage/groups/all__sagemath_graphs.py,sha256=hFccVjiRkLdUqyJcwgIkR5OUo1DvjVPZwsCZIWtgEXM,45
226
226
  sage/groups/perm_gps/all__sagemath_graphs.py,sha256=hFccVjiRkLdUqyJcwgIkR5OUo1DvjVPZwsCZIWtgEXM,45
227
227
  sage/groups/perm_gps/partn_ref/all__sagemath_graphs.py,sha256=hFccVjiRkLdUqyJcwgIkR5OUo1DvjVPZwsCZIWtgEXM,45
228
- sage/groups/perm_gps/partn_ref/refinement_graphs.cpython-311-aarch64-linux-musl.so,sha256=obhkTQ9n5xydT8D47dQ9DBTelfl3aFSQ5bCTay-b06Y,1775201
228
+ sage/groups/perm_gps/partn_ref/refinement_graphs.cpython-311-aarch64-linux-musl.so,sha256=GYTAGCku66QqcwbOHT3B3z0krBCMSxG8MV-NrbrzoDE,1775201
229
229
  sage/groups/perm_gps/partn_ref/refinement_graphs.pxd,sha256=6sU1BVnxoySV9GhDXZsUKBlAgAMBqc8Bp3FELHB3neU,1759
230
230
  sage/groups/perm_gps/partn_ref/refinement_graphs.pyx,sha256=AyuBZ0MJ0x9EIiVzInK__7W4dy_hCONOBHyP4qy721M,56634
231
231
  sage/knots/all.py,sha256=pkVdIL2rSa6WRTBcnx6zew7aZMJJoIKeBmf81XAqyT0,248
@@ -258,8 +258,8 @@ sage_wheels/share/graphs/brouwer_srg_database.json,sha256=eou0RyEcYHJIGx6xxeozEW
258
258
  sage_wheels/share/graphs/graphs.db,sha256=1OmkX02dccRyHp5NOt_VNnpIj25RR3-O7DOY4GJN0zM,1258496
259
259
  sage_wheels/share/graphs/isgci_sage.xml,sha256=ZTmQvqVup945tVS2aAzB2snYNGfiiWllxUd8kMVmfFA,2096522
260
260
  sage_wheels/share/graphs/smallgraphs.txt,sha256=0PV9PSz8hlzl1ZmYqBXBpMtewuTWt1u_w8tXdbKiBEg,9222
261
- passagemath_graphs-10.6.1rc15.dist-info/METADATA,sha256=sw5nlVuezdExQ2gB7ySjcYm2LDwt9Ut_Frx6acQvDrE,14164
262
- passagemath_graphs-10.6.1rc15.dist-info/METADATA.bak,sha256=n2W74PJzY3_rz3vtxU1PFCEME4gU_4anOXW3i90XBws,14208
263
- passagemath_graphs-10.6.1rc15.dist-info/WHEEL,sha256=LNZuceeFd58B9QVekwESAWqB09LEv_tgGDcYQrpkG9U,113
264
- passagemath_graphs-10.6.1rc15.dist-info/top_level.txt,sha256=Kmzulf9WsphADFQuqgvdy5mvTLDj_V2zkFHU2s3UXos,6
265
- passagemath_graphs-10.6.1rc15.dist-info/RECORD,,
261
+ passagemath_graphs-10.6.3.dist-info/METADATA,sha256=2n383uJrobK4A_1QhLELRjVgI8ZO1OJOVQlqHCr1J_I,14747
262
+ passagemath_graphs-10.6.3.dist-info/METADATA.bak,sha256=B2VLoMPwldm2QqoHDQTxj57lqjBagoPhinglWiag_bs,14814
263
+ passagemath_graphs-10.6.3.dist-info/WHEEL,sha256=LNZuceeFd58B9QVekwESAWqB09LEv_tgGDcYQrpkG9U,113
264
+ passagemath_graphs-10.6.3.dist-info/top_level.txt,sha256=Kmzulf9WsphADFQuqgvdy5mvTLDj_V2zkFHU2s3UXos,6
265
+ passagemath_graphs-10.6.3.dist-info/RECORD,,
@@ -2225,13 +2225,12 @@ class ClusterQuiver(SageObject):
2225
2225
  ...
2226
2226
  ValueError: only makes sense for quivers of finite type
2227
2227
  """
2228
- from sage.geometry.fan import Fan
2229
-
2230
2228
  if not self.is_finite():
2231
2229
  raise ValueError('only makes sense for quivers of finite type')
2232
2230
 
2233
2231
  from .cluster_seed import ClusterSeed
2234
2232
  from sage.geometry.cone import Cone
2233
+ from sage.geometry.fan import Fan
2235
2234
 
2236
2235
  seed = ClusterSeed(self)
2237
2236
  return Fan([Cone(s.d_matrix().columns())
@@ -1,5 +1,5 @@
1
1
  # sage_setup: distribution = sagemath-graphs
2
- # sage.doctest: needs sage.combinat
2
+ # sage.doctest: needs sage.combinat sage.modules
3
3
  r"""
4
4
  `\nu`-Tamari lattice
5
5
 
@@ -775,7 +775,7 @@ class LinearExtensionsOfPoset(UniqueRepresentation, Parent):
775
775
 
776
776
  sage: P = Poset(([1,2,3,4], [[1,3],[1,4],[2,3]]), linear_extension=True, facade=True)
777
777
  sage: L = P.linear_extensions()
778
- sage: G = L.markov_chain_digraph(labeling='source'); G
778
+ sage: G = L.markov_chain_digraph(labeling='source'); G # needs sage.modules
779
779
  Looped multi-digraph on 5 vertices
780
780
  """
781
781
  L = sorted(self)
@@ -1452,11 +1452,11 @@ class DiGraphGenerators:
1452
1452
  EXAMPLES::
1453
1453
 
1454
1454
  sage: D = digraphs.RandomDirectedAcyclicGraph(5, .5); D
1455
- RandomDAG(5, 0.500000000000000): Digraph on 5 vertices
1455
+ RandomDAG(5, 0.5...): Digraph on 5 vertices
1456
1456
  sage: D.is_directed_acyclic()
1457
1457
  True
1458
1458
  sage: D = digraphs.RandomDirectedAcyclicGraph(5, .5, weight_max=3); D
1459
- RandomWeightedDAG(5, 0.500000000000000, 3): Digraph on 5 vertices
1459
+ RandomWeightedDAG(5, 0.5..., 3): Digraph on 5 vertices
1460
1460
  sage: D.is_directed_acyclic()
1461
1461
  True
1462
1462
 
@@ -2744,7 +2744,7 @@ def distance_regular_graph(list arr, existence=False, check=True):
2744
2744
  Hamming Graph with parameters 7,3: Graph on 2187 vertices
2745
2745
  sage: graphs.distance_regular_graph([66, 45, 28, 1, 6, 30])
2746
2746
  Graph on 1024 vertices
2747
- sage: graphs.distance_regular_graph([6,5,5,5,1,1,1,6]) # optional - database_graphs
2747
+ sage: graphs.distance_regular_graph([6,5,5,5,1,1,1,6]) # optional - database_graphs, needs sage.modules
2748
2748
  Generalised octagon of order (1, 5): Graph on 312 vertices
2749
2749
  sage: graphs.distance_regular_graph([64, 60, 1, 1, 15, 64], check=True) # needs sage.libs.gap
2750
2750
  Graph on 325 vertices
@@ -1249,7 +1249,7 @@ def hyperbolicity(G,
1249
1249
 
1250
1250
  sage: from sage.graphs.hyperbolicity import hyperbolicity
1251
1251
  sage: G = graphs.PetersenGraph()
1252
- sage: hyperbolicity(G, algorithm='CCL', approximation_factor=0.1)
1252
+ sage: hyperbolicity(G, algorithm='CCL', approximation_factor=0.1) # needs sage.rings.real_mpfr
1253
1253
  Traceback (most recent call last):
1254
1254
  ...
1255
1255
  ValueError: the approximation factor must be >= 1.0
@@ -2877,6 +2877,7 @@ class MatchingCoveredGraph(Graph):
2877
2877
  Each of Petersen graph, Bicorn graph, Tricorn graph, Cubeplex graph,
2878
2878
  Twinplex graph, Wagner graph is a brick::
2879
2879
 
2880
+ sage: # needs sage.symbolic
2880
2881
  sage: MatchingCoveredGraph(graphs.PetersenGraph()).is_brick() and \
2881
2882
  ....: MatchingCoveredGraph(graphs.StaircaseGraph(4)).is_brick() and \
2882
2883
  ....: MatchingCoveredGraph(graphs.TricornGraph()).is_brick() and \
@@ -1502,7 +1502,7 @@ def is_twograph_descendant_of_srg(int v, int k0, int l, int mu):
1502
1502
 
1503
1503
  TESTS::
1504
1504
 
1505
- sage: graphs.strongly_regular_graph(279, 150, 85, 75, existence=True) # needs sage.combinat
1505
+ sage: graphs.strongly_regular_graph(279, 150, 85, 75, existence=True) # needs sage.combinat sage.modules
1506
1506
  True
1507
1507
  sage: graphs.strongly_regular_graph(279, 150, 85, 75).is_strongly_regular(parameters=True) # optional - gap_package_design internet
1508
1508
  (279, 150, 85, 75)
@@ -2836,9 +2836,9 @@ def strongly_regular_graph(int v, int k, int l, int mu=-1, bint existence=False,
2836
2836
 
2837
2837
  A set of parameters unknown to be realizable in Andries Brouwer's database::
2838
2838
 
2839
- sage: graphs.strongly_regular_graph(324,95,22,30, existence=True) # needs database_graphs sage.combinat
2839
+ sage: graphs.strongly_regular_graph(324,95,22,30, existence=True) # needs database_graphs sage.combinat sage.modules
2840
2840
  Unknown
2841
- sage: graphs.strongly_regular_graph(324,95,22,30) # needs database_graphs sage.combinat
2841
+ sage: graphs.strongly_regular_graph(324,95,22,30) # needs database_graphs sage.combinat sage.modules
2842
2842
  Traceback (most recent call last):
2843
2843
  ...
2844
2844
  RuntimeError: Andries Brouwer's database reports that no
@@ -3120,11 +3120,11 @@ def _build_small_srg_database():
3120
3120
  complement(two-intersection set in PG(4,3)): Graph on 81 vertices
3121
3121
  sage: graphs.strongly_regular_graph(243, 220, 199, 200) # long time, needs sage.rings.finite_rings
3122
3122
  two-weight code: [55, 5] linear code over GF(3): Graph on 243 vertices
3123
- sage: graphs.strongly_regular_graph(256, 153, 92, 90) # needs sage.combinat
3123
+ sage: graphs.strongly_regular_graph(256, 153, 92, 90) # needs sage.combinat sage.modules
3124
3124
  complement(two-intersection set in PG(4,4)): Graph on 256 vertices
3125
- sage: graphs.strongly_regular_graph(256, 170, 114, 110) # needs sage.combinat
3125
+ sage: graphs.strongly_regular_graph(256, 170, 114, 110) # needs sage.combinat sage.modules
3126
3126
  complement(two-intersection set in PG(8,2)): Graph on 256 vertices
3127
- sage: graphs.strongly_regular_graph(256, 187, 138, 132) # needs sage.combinat
3127
+ sage: graphs.strongly_regular_graph(256, 187, 138, 132) # needs sage.combinat sage.modules
3128
3128
  complement(two-intersection set in PG(8,2)): Graph on 256 vertices
3129
3129
  sage: graphs.strongly_regular_graph(512, 73, 12, 10) # not tested (too long), needs sage.rings.finite_rings
3130
3130
  two-weight code: [219, 9] linear code over GF(2): Graph on 512 vertices
sage/graphs/views.pyx CHANGED
@@ -786,7 +786,7 @@ cdef class EdgesView:
786
786
  sage: E * 1.5
787
787
  Traceback (most recent call last):
788
788
  ...
789
- TypeError: can...t multiply sequence by non-int of type 'sage.rings.real_mpfr.RealLiteral'
789
+ TypeError: can...t multiply sequence by non-int of type 'sage.rings.real...'
790
790
  """
791
791
  if isinstance(left, EdgesView):
792
792
  return list(left) * right