passagemath-combinat 10.6.1rc7__cp312-cp312-macosx_13_0_x86_64.whl → 10.6.47__cp312-cp312-macosx_13_0_x86_64.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- passagemath_combinat/.dylibs/libgmp.10.dylib +0 -0
- passagemath_combinat/.dylibs/libsymmetrica.3.0.0.dylib +0 -0
- passagemath_combinat/__init__.py +3 -0
- {passagemath_combinat-10.6.1rc7.dist-info → passagemath_combinat-10.6.47.dist-info}/METADATA +28 -23
- {passagemath_combinat-10.6.1rc7.dist-info → passagemath_combinat-10.6.47.dist-info}/RECORD +73 -72
- {passagemath_combinat-10.6.1rc7.dist-info → passagemath_combinat-10.6.47.dist-info}/WHEEL +1 -1
- passagemath_combinat-10.6.47.dist-info/top_level.txt +3 -0
- sage/algebras/all.py +0 -1
- sage/algebras/nil_coxeter_algebra.py +1 -1
- sage/combinat/chas/fsym.py +2 -2
- sage/combinat/cluster_complex.py +1 -1
- sage/combinat/crystals/letters.cpython-312-darwin.so +0 -0
- sage/combinat/crystals/pbw_datum.cpython-312-darwin.so +0 -0
- sage/combinat/crystals/spins.cpython-312-darwin.so +0 -0
- sage/combinat/crystals/tensor_product_element.cpython-312-darwin.so +0 -0
- sage/combinat/debruijn_sequence.cpython-312-darwin.so +0 -0
- sage/combinat/degree_sequences.cpython-312-darwin.so +0 -0
- sage/combinat/degree_sequences.pyx +2 -2
- sage/combinat/diagram_algebras.py +1 -1
- sage/combinat/expnums.cpython-312-darwin.so +0 -0
- sage/combinat/fast_vector_partitions.cpython-312-darwin.so +0 -0
- sage/combinat/gelfand_tsetlin_patterns.py +1 -1
- sage/combinat/growth.py +4 -4
- sage/combinat/matrices/hadamard_matrix.py +15 -11
- sage/combinat/ncsf_qsym/ncsf.py +8 -8
- sage/combinat/parallelogram_polyomino.py +14 -14
- sage/combinat/partition_algebra.py +18 -16
- sage/combinat/path_tableaux/dyck_path.py +1 -1
- sage/combinat/path_tableaux/semistandard.py +1 -1
- sage/combinat/plane_partition.py +1 -1
- sage/combinat/q_bernoulli.cpython-312-darwin.so +0 -0
- sage/combinat/quickref.py +1 -1
- sage/combinat/ribbon_shaped_tableau.py +1 -1
- sage/combinat/rigged_configurations/rigged_partition.cpython-312-darwin.so +0 -0
- sage/combinat/set_partition_iterator.cpython-312-darwin.so +0 -0
- sage/combinat/sf/character.py +7 -7
- sage/combinat/sf/classical.py +1 -1
- sage/combinat/sf/dual.py +2 -2
- sage/combinat/sf/hall_littlewood.py +6 -6
- sage/combinat/sf/hecke.py +1 -1
- sage/combinat/sf/jack.py +5 -5
- sage/combinat/sf/k_dual.py +25 -12
- sage/combinat/sf/llt.py +28 -10
- sage/combinat/sf/monomial.py +1 -1
- sage/combinat/sf/orthogonal.py +1 -1
- sage/combinat/sf/orthotriang.py +2 -2
- sage/combinat/sf/schur.py +14 -7
- sage/combinat/sf/sf.py +22 -15
- sage/combinat/sf/symplectic.py +1 -1
- sage/combinat/skew_partition.py +2 -2
- sage/combinat/sloane_functions.py +5 -3
- sage/combinat/species/cycle_species.py +2 -2
- sage/combinat/subword_complex_c.cpython-312-darwin.so +0 -0
- sage/combinat/symmetric_group_algebra.py +1 -1
- sage/combinat/symmetric_group_representations.py +16 -4
- sage/combinat/tableau.py +1 -1
- sage/combinat/tiling.py +19 -19
- sage/combinat/triangles_FHM.py +1 -0
- sage/combinat/tutorial.py +5 -5
- sage/combinat/words/finite_word.py +5 -4
- sage/combinat/words/word.py +24 -16
- sage/combinat/words/word_char.cpython-312-darwin.so +0 -0
- sage/combinat/words/word_datatypes.cpython-312-darwin.so +0 -0
- sage/combinat/words/word_generators.py +1 -1
- sage/databases/findstat.py +1 -1
- sage/games/sudoku_backtrack.cpython-312-darwin.so +0 -0
- sage/libs/symmetrica/symmetrica.cpython-312-darwin.so +0 -0
- sage/libs/symmetrica/symmetrica.pxi +1 -0
- sage/monoids/free_abelian_monoid_element.cpython-312-darwin.so +0 -0
- sage/monoids/string_monoid.py +8 -0
- sage/monoids/string_monoid_element.py +9 -2
- sage/monoids/string_ops.py +1 -1
- sage/sat/solvers/satsolver.cpython-312-darwin.so +0 -0
- passagemath_combinat-10.6.1rc7.dist-info/top_level.txt +0 -2
- passagemath_combinat.dylibs/libgmp.10.dylib +0 -0
- passagemath_combinat.dylibs/libsymmetrica.3.0.0.dylib +0 -0
|
Binary file
|
|
Binary file
|
{passagemath_combinat-10.6.1rc7.dist-info → passagemath_combinat-10.6.47.dist-info}/METADATA
RENAMED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: passagemath-combinat
|
|
3
|
-
Version: 10.6.
|
|
3
|
+
Version: 10.6.47
|
|
4
4
|
Summary: passagemath: Algebraic combinatorics, combinatorial representation theory
|
|
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://
|
|
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
|
|
@@ -25,15 +25,17 @@ Classifier: Programming Language :: Python :: 3.10
|
|
|
25
25
|
Classifier: Programming Language :: Python :: 3.11
|
|
26
26
|
Classifier: Programming Language :: Python :: 3.12
|
|
27
27
|
Classifier: Programming Language :: Python :: 3.13
|
|
28
|
+
Classifier: Programming Language :: Python :: 3.14
|
|
28
29
|
Classifier: Programming Language :: Python :: Implementation :: CPython
|
|
29
30
|
Classifier: Topic :: Scientific/Engineering :: Mathematics
|
|
30
|
-
Requires-Python: <3.
|
|
31
|
+
Requires-Python: <3.15,>=3.10
|
|
31
32
|
Description-Content-Type: text/x-rst
|
|
32
33
|
Requires-Dist: gmpy2~=2.1.b999
|
|
34
|
+
Requires-Dist: cysignals!=1.12.4; sys_platform == "win32"
|
|
33
35
|
Requires-Dist: cysignals!=1.12.0,>=1.11.2
|
|
34
36
|
Requires-Dist: memory_allocator
|
|
35
|
-
Requires-Dist: passagemath-categories
|
|
36
|
-
Requires-Dist: passagemath-environment
|
|
37
|
+
Requires-Dist: passagemath-categories~=10.6.47.0
|
|
38
|
+
Requires-Dist: passagemath-environment~=10.6.47.0
|
|
37
39
|
Provides-Extra: test
|
|
38
40
|
Requires-Dist: passagemath-repl; extra == "test"
|
|
39
41
|
Provides-Extra: glucose
|
|
@@ -64,54 +66,57 @@ It is a fork of `SageMath <https://www.sagemath.org/>`__, which has been
|
|
|
64
66
|
developed 2005-2025 under the motto “Creating a Viable Open Source
|
|
65
67
|
Alternative to Magma, Maple, Mathematica, and MATLAB”.
|
|
66
68
|
|
|
67
|
-
The passagemath fork
|
|
68
|
-
|
|
69
|
+
The passagemath fork uses the motto "Creating a Free Passage Between the
|
|
70
|
+
Scientific Python Ecosystem and Mathematical Software Communities."
|
|
71
|
+
It was created in October 2024 with the following goals:
|
|
69
72
|
|
|
70
|
-
- providing modularized installation with pip,
|
|
71
|
-
project started in 2020 in the Sage
|
|
72
|
-
codebase <https://github.com/sagemath/sage/issues/29705>`__,
|
|
73
|
+
- providing modularized installation with pip,
|
|
73
74
|
- establishing first-class membership in the scientific Python
|
|
74
75
|
ecosystem,
|
|
75
76
|
- giving `clear attribution of upstream
|
|
76
77
|
projects <https://groups.google.com/g/sage-devel/c/6HO1HEtL1Fs/m/G002rPGpAAAJ>`__,
|
|
77
78
|
- providing independently usable Python interfaces to upstream
|
|
78
79
|
libraries,
|
|
79
|
-
-
|
|
80
|
+
- offering `platform portability and integration testing
|
|
80
81
|
services <https://github.com/passagemath/passagemath/issues/704>`__
|
|
81
82
|
to upstream projects,
|
|
82
83
|
- inviting collaborations with upstream projects,
|
|
83
84
|
- `building a professional, respectful, inclusive
|
|
84
85
|
community <https://groups.google.com/g/sage-devel/c/xBzaINHWwUQ>`__,
|
|
86
|
+
- `empowering Sage users to participate in the scientific Python ecosystem
|
|
87
|
+
<https://github.com/passagemath/passagemath/issues/248>`__ by publishing packages,
|
|
85
88
|
- developing a port to `Pyodide <https://pyodide.org/en/stable/>`__ for
|
|
86
89
|
serverless deployment with Javascript,
|
|
87
90
|
- developing a native Windows port.
|
|
88
91
|
|
|
89
|
-
`Full documentation <https://
|
|
92
|
+
`Full documentation <https://passagemath.org/docs/latest/html/en/index.html>`__ is
|
|
90
93
|
available online.
|
|
91
94
|
|
|
92
|
-
passagemath attempts to support
|
|
93
|
-
|
|
94
|
-
virtualization.
|
|
95
|
+
passagemath attempts to support and provides binary wheels suitable for
|
|
96
|
+
all major Linux distributions and recent versions of macOS.
|
|
95
97
|
|
|
96
|
-
|
|
97
|
-
|
|
98
|
-
|
|
98
|
+
Binary wheels for native Windows (x86_64) are are available for a subset of
|
|
99
|
+
the passagemath distributions. Use of the full functionality of passagemath
|
|
100
|
+
on Windows currently requires the use of Windows Subsystem for Linux (WSL)
|
|
101
|
+
or virtualization.
|
|
102
|
+
|
|
103
|
+
The supported Python versions in the passagemath 10.6.x series are 3.10.x-3.14.x.
|
|
99
104
|
|
|
100
105
|
|
|
101
106
|
About this pip-installable distribution package
|
|
102
107
|
-----------------------------------------------
|
|
103
108
|
|
|
104
|
-
This pip-installable source distribution ``passagemath-combinat`` is a distribution of a part of the Sage library. It provides a
|
|
109
|
+
This pip-installable source distribution ``passagemath-combinat`` is a distribution of a part of the Sage library. It provides a subset of the modules of the Sage library ("sagelib", ``passagemath-standard``).
|
|
105
110
|
|
|
106
111
|
|
|
107
112
|
What is included
|
|
108
113
|
----------------
|
|
109
114
|
|
|
110
|
-
* `Enumerative Combinatorics <https://
|
|
115
|
+
* `Enumerative Combinatorics <https://passagemath.org/docs/latest/html/en/reference/combinat/sage/combinat/enumerated_sets.html#sage-combinat-enumerated-sets>`_: `Partitions, Tableaux <https://passagemath.org/docs/latest/html/en/reference/combinat/sage/combinat/catalog_partitions.html>`_
|
|
111
116
|
|
|
112
|
-
* `Combinatorics on Words <https://
|
|
117
|
+
* `Combinatorics on Words <https://passagemath.org/docs/latest/html/en/reference/combinat/sage/combinat/words/all.html#sage-combinat-words-all>`_, `Free Monoids <https://passagemath.org/docs/latest/html/en/reference/monoids/index.html>`_, `Automatic Semigroups <https://passagemath.org/docs/latest/html/en/reference/monoids/sage/monoids/automatic_semigroup.html>`_
|
|
113
118
|
|
|
114
|
-
* `Symmetric Functions <https://
|
|
119
|
+
* `Symmetric Functions <https://passagemath.org/docs/latest/html/en/reference/combinat/sage/combinat/sf/all.html#sage-combinat-sf-all>`_, other `Algebras with combinatorial bases <https://passagemath.org/docs/latest/html/en/reference/algebras/index.html>`_
|
|
115
120
|
|
|
116
121
|
* see https://github.com/passagemath/passagemath/blob/main/pkgs/sagemath-combinat/MANIFEST.in
|
|
117
122
|
|
|
@@ -123,7 +128,7 @@ A quick way to try it out interactively::
|
|
|
123
128
|
|
|
124
129
|
$ pipx run --pip-args="--prefer-binary" --spec "passagemath-combinat[test]" ipython
|
|
125
130
|
|
|
126
|
-
In [1]: from
|
|
131
|
+
In [1]: from passagemath_combinat import *
|
|
127
132
|
|
|
128
133
|
In [2]: RowStandardTableaux([3,2,1]).cardinality()
|
|
129
134
|
Out[2]: 60
|
|
@@ -1,12 +1,13 @@
|
|
|
1
|
-
passagemath_combinat
|
|
2
|
-
passagemath_combinat
|
|
3
|
-
passagemath_combinat
|
|
4
|
-
passagemath_combinat-10.6.
|
|
5
|
-
passagemath_combinat-10.6.
|
|
6
|
-
passagemath_combinat-10.6.
|
|
1
|
+
passagemath_combinat/__init__.py,sha256=Oxw1RgWP6kpUd4CU3XgWYMqTZFgwUDvZLjM2U3_YGU8,90
|
|
2
|
+
passagemath_combinat/.dylibs/libsymmetrica.3.0.0.dylib,sha256=8rHRO9ArZSPkbIlrHJJxoDXqsaE0JXBoqLic9lSsDdk,10564800
|
|
3
|
+
passagemath_combinat/.dylibs/libgmp.10.dylib,sha256=D58zlpvpDEcrWUziarzELVRNeZEWuwMmvvouZ3GllZU,488712
|
|
4
|
+
passagemath_combinat-10.6.47.dist-info/RECORD,,
|
|
5
|
+
passagemath_combinat-10.6.47.dist-info/WHEEL,sha256=gDgGqehgXIi733oj_oItzOLwhOFJYAvO4g7EHosxs8M,154
|
|
6
|
+
passagemath_combinat-10.6.47.dist-info/top_level.txt,sha256=42nXrWNc5HdNnCqBn__sSFpQqaQqLX2JfnbNPSJYies,27
|
|
7
|
+
passagemath_combinat-10.6.47.dist-info/METADATA,sha256=eKUvPcUBieBz1Xdt9Uuo_f1t7F1CEf1qDrlciL6QKLs,7493
|
|
7
8
|
sage/all__sagemath_combinat.py,sha256=dneDbuPE3vaqoCddzxe4wJY-h2Z5rRJETKsZowOko0o,1056
|
|
8
9
|
sage/data_structures/all__sagemath_combinat.py,sha256=TUHMuhOzlFeuFr3hoL4JcdN85c30SLtKeA2EZ9W15gg,47
|
|
9
|
-
sage/databases/findstat.py,sha256=
|
|
10
|
+
sage/databases/findstat.py,sha256=n92sAWpI3UdwGZBjmyK7dPbL6NoDAsehEjI7SL68YqU,192024
|
|
10
11
|
sage/databases/oeis.py,sha256=0vIO6K7N-RY1yIcwJtzhoIyTlQX1Si5HVTHT1MCVjhM,71834
|
|
11
12
|
sage/databases/sloane.py,sha256=ZhoYoh-Pc4z09BfFXoDshEQ611QVbrOAvhK7Am2gy1Y,13478
|
|
12
13
|
sage/databases/all__sagemath_combinat.py,sha256=Ad_8j8GmKL6W9x1rkMgzt040KUkxgDT2k3sPJZlHfVQ,335
|
|
@@ -18,19 +19,19 @@ sage/dynamics/cellular_automata/elementary.py,sha256=kuzR-4DJYlrq8sBK2__thy7QNHM
|
|
|
18
19
|
sage/dynamics/cellular_automata/solitons.py,sha256=7Fi-dnH6PUIC0KIwte-JlSBbwFqoOYwECYXtZxr68Rw,56687
|
|
19
20
|
sage/dynamics/cellular_automata/all.py,sha256=paayC0o7lXvG4vx5DZpj47ESXbgdNhq9knAObs2Chy4,310
|
|
20
21
|
sage/dynamics/cellular_automata/glca.py,sha256=rpxe_cDnH0qWMX265eHOz0SRhx_tXJ97xZgQXBaZDAQ,15706
|
|
21
|
-
sage/combinat/symmetric_group_algebra.py,sha256=
|
|
22
|
+
sage/combinat/symmetric_group_algebra.py,sha256=3_90Oi8xZLMiZQ6T85meOvxRQeem7yLpNpYMXDDQ3ew,143163
|
|
22
23
|
sage/combinat/fqsym.py,sha256=gqPeUkhOluZb7uOiuqWKYRp09ABNjongx7Zz1v-9AXY,70978
|
|
23
24
|
sage/combinat/integer_vectors_mod_permgroup.py,sha256=tMrLxqtKPJSwmaHBT1e5ZLu5fBNibEq91RG45q1o2QI,46977
|
|
24
25
|
sage/combinat/k_tableau.py,sha256=f7kQeTry_bYE6aPW-XO3QdsaPBYkIR8JmoeMaD3H0_o,175375
|
|
25
26
|
sage/combinat/colored_permutations_representations.py,sha256=R0gT_S7x-h2s_ohMMip0AqbAnEQage8cBfWsO0pV6iE,34938
|
|
26
27
|
sage/combinat/necklace.py,sha256=T0Agt4U6lcpoSpTHlg0oGhgXEQE-8wHpIIJc4ZOU5F0,16516
|
|
27
28
|
sage/combinat/misc.py,sha256=0VBhCuGcD4jpC8VXuOazs9uJMdshB3u5bTC0bw6jIVo,11848
|
|
28
|
-
sage/combinat/partition_algebra.py,sha256=
|
|
29
|
+
sage/combinat/partition_algebra.py,sha256=RiPkq2faIx57O-HkxnUHVUS9OajXc3GTdCJqABPUtL0,60492
|
|
29
30
|
sage/combinat/algebraic_combinatorics.py,sha256=99s22Wq_A9yX_ENio88lmDeoxEGtBuYE_ywf41fmD6Q,2167
|
|
30
31
|
sage/combinat/restricted_growth.py,sha256=pLrI2GPsNF6uIx_Qv5dVClvpcQuZGH8GDJMD-mtzxp8,2897
|
|
31
32
|
sage/combinat/kazhdan_lusztig.py,sha256=kaA8Njbs34903qyAJ394mCqSQ6jnoTqdUWmp_a7P3V8,6879
|
|
32
33
|
sage/combinat/rsk.py,sha256=klB4e9KjGAVxxYPP5fdN4V_L1nP_2y1adBg5Lmkj3AM,138632
|
|
33
|
-
sage/combinat/tableau.py,sha256=
|
|
34
|
+
sage/combinat/tableau.py,sha256=LnEUNCRGHYLcJ46lxNXHf1q26DGqmrkuDPM52AY_HVo,329839
|
|
34
35
|
sage/combinat/multiset_partition_into_sets_ordered.py,sha256=2pnD4WpCignrC9wGhP91gTtUZjzzqA1eDvStKMvTgJI,134605
|
|
35
36
|
sage/combinat/dyck_word.py,sha256=XG1Og8XIJJSog0jl1PJqJ5H05pAy6E0w-70BBlPsjm4,148228
|
|
36
37
|
sage/combinat/diagram.py,sha256=fWZM6GTmC2XEli7lOAnbjFh66Y4pf98x4EBDo2P7G-k,51956
|
|
@@ -40,7 +41,7 @@ sage/combinat/baxter_permutations.py,sha256=FYSDXcTnwRzn-C3xjluHpnvcAxk_uUBIJBlV
|
|
|
40
41
|
sage/combinat/constellation.py,sha256=3ECSilCNq7I8_x4uzjH9m2qYAlz73I2_Jf2CjrMp_HA,52250
|
|
41
42
|
sage/combinat/vector_partition.py,sha256=e9pXKPwdMqAjnhhynBveXV1tUYzpmPt4vZ5mqhU9l3Y,11108
|
|
42
43
|
sage/combinat/sine_gordon.py,sha256=OFxYpuC8J6XAPQWwyI5vt32xzz0ZydxK_OxHSs9Rvhg,22713
|
|
43
|
-
sage/combinat/tutorial.py,sha256=
|
|
44
|
+
sage/combinat/tutorial.py,sha256=yNy5h01vy_QLENXiMN9FlnSU2iSYOYfPpu3TNL8qrMo,69129
|
|
44
45
|
sage/combinat/e_one_star.py,sha256=o_W7uAyJOOFqkOuRZ6uEvjgXM0ggTOWbmENy73bjtzc,56900
|
|
45
46
|
sage/combinat/hillman_grassl.py,sha256=ec9PsyzNVtJfLr9ZPXRunnysBsdPAK3lTjbK-CSyhPU,29160
|
|
46
47
|
sage/combinat/partition_tuple.py,sha256=-PNx0ob_FwuKRfDYwlhfDX3gDuUQoltugs90wz7sqwI,108811
|
|
@@ -49,35 +50,35 @@ sage/combinat/set_partition.py,sha256=h-merQ9Z5M9EYpSC61NAk1qnnVXFRl9LuhuoDXIoux
|
|
|
49
50
|
sage/combinat/fully_packed_loop.py,sha256=oRPqIPJMapULqyHR06t4eIehw8Fjrnxk2KeD7lc_rkU,52796
|
|
50
51
|
sage/combinat/nu_dyck_word.py,sha256=ujEaJCVunF78VaHBqYPd7DUPIDmcONAvrSuDSM1nC2k,46259
|
|
51
52
|
sage/combinat/SJT.py,sha256=_G7FZsYaktP9SRGO6XWaAwCUMAfMLlyHD7uUHFqXmtE,8465
|
|
52
|
-
sage/combinat/parallelogram_polyomino.py,sha256=
|
|
53
|
-
sage/combinat/quickref.py,sha256=
|
|
53
|
+
sage/combinat/parallelogram_polyomino.py,sha256=PEYC1ggljWFGnM4GsMOCvCcqHLJhIg2I0wP2PXfCRic,147983
|
|
54
|
+
sage/combinat/quickref.py,sha256=t6fy3GyDGsqOj26WGzkZ4USzf9lSf0thkC_DjkOtW9I,3594
|
|
54
55
|
sage/combinat/skew_tableau.py,sha256=4nLzaQGhT6iatHouNqaZvX_zVsFMd35cP8D2QVSLsUk,100033
|
|
55
56
|
sage/combinat/parking_functions.py,sha256=5D9muIWN92eszGEgA4S9BayQnLnEZ_LCHUclDUG8Jdw,52308
|
|
56
57
|
sage/combinat/cyclic_sieving_phenomenon.py,sha256=cacHxfT1S2nGnE0yhqAtIdAHbQyWZpApQbgWNLCNc7U,6524
|
|
57
58
|
sage/combinat/counting.py,sha256=Um3wjlzMEUWRKXGAT7xjT6YiYYnhbHMXdAlxtOY9VUc,355
|
|
58
59
|
sage/combinat/affine_permutation.py,sha256=TtEcTNQ2YI3hy4uKx7KSRCOEonUwtItI2CUxgkzS_AE,82769
|
|
59
60
|
sage/combinat/set_partition_ordered.py,sha256=YbXZ61qxS49X9l8-D8DgFEJzlBglPQvYVeiKnjHZa-Y,51519
|
|
60
|
-
sage/combinat/degree_sequences.pyx,sha256=
|
|
61
|
+
sage/combinat/degree_sequences.pyx,sha256=8DXx2o3wQedYocpmRn2D8oBSYrpaa7LzhRSpeZCQLWU,19477
|
|
61
62
|
sage/combinat/free_dendriform_algebra.py,sha256=kQPanSOBHtZ1B9oDYdi9NCRB9PkHhXOs19BbcrhKIqs,31011
|
|
62
|
-
sage/combinat/triangles_FHM.py,sha256=
|
|
63
|
+
sage/combinat/triangles_FHM.py,sha256=222nWVeD41DZme-t0N2G3wz0iYRbh8CoDFrSbXW6AEQ,24594
|
|
63
64
|
sage/combinat/ribbon.py,sha256=0qAiXM2HJvjbeYpa-cLRtxPpG-8z6d-xq0O8FE7CE7U,791
|
|
64
|
-
sage/combinat/fast_vector_partitions.cpython-312-darwin.so,sha256=
|
|
65
|
+
sage/combinat/fast_vector_partitions.cpython-312-darwin.so,sha256=omqR0txxBWgImaLVBupiWh7zyAyqN1jTz6k2PLpajX4,105256
|
|
65
66
|
sage/combinat/specht_module.py,sha256=E23M5suiPhvxDBxqVm0x7DWYAhFMpHF4l2jeP0cPo3w,50502
|
|
66
67
|
sage/combinat/six_vertex_model.py,sha256=q_5D6MpwFkX-7YhQS8UXljZz626PHoXhoi0eVCQ9xcY,26254
|
|
67
|
-
sage/combinat/degree_sequences.cpython-312-darwin.so,sha256=
|
|
68
|
+
sage/combinat/degree_sequences.cpython-312-darwin.so,sha256=qKp7ZaZyQq2wag29Y289QzRsrxYAusRWMUs99_kJeig,115208
|
|
68
69
|
sage/combinat/enumerated_sets.py,sha256=2EM3naakb8nZCQEWt5vap0B0UPeY43hSEE2dMKX0VEM,3952
|
|
69
70
|
sage/combinat/regular_sequence_bounded.py,sha256=E_rLyH7X1Y7C_4Ufl6hN0mRvHAwZ_KsbAYibfyBvMG4,17642
|
|
70
|
-
sage/combinat/skew_partition.py,sha256=
|
|
71
|
-
sage/combinat/growth.py,sha256=
|
|
72
|
-
sage/combinat/gelfand_tsetlin_patterns.py,sha256=
|
|
71
|
+
sage/combinat/skew_partition.py,sha256=zn4dTC948UZzjLLX3FItYHPRnrN7h638sXkcC8u-Hzw,70316
|
|
72
|
+
sage/combinat/growth.py,sha256=PsRtoigSu8o5mV0RFZkMPM74P8V7GQ54b1QLe2-KCXQ,145427
|
|
73
|
+
sage/combinat/gelfand_tsetlin_patterns.py,sha256=6ABvprOlZ3Mc8l5bYM7_zaIawXZ3HD3_Odyxv7OQcNw,47431
|
|
73
74
|
sage/combinat/integer_matrices.py,sha256=KP56AqNBGa1nYw0RwmeZWGQAVq1BgeY1Syu7IvCqYK8,11222
|
|
74
75
|
sage/combinat/core.py,sha256=BNjt0mfQN5JXSk3L0C_Yqv-0vLwPj1EnB-osZpQVaUY,23702
|
|
75
76
|
sage/combinat/key_polynomial.py,sha256=bTgS3AbpfLE_3TumvedGjaQp1g6ZHPP4rCkDsoWlYW4,28781
|
|
76
77
|
sage/combinat/grossman_larson_algebras.py,sha256=ymq0jCyYYdY0V2ASL8qAIbdyCSh_5_U1WSvt4-ujhzs,22205
|
|
77
78
|
sage/combinat/gray_codes.py,sha256=VZ-AehEIbuXATTfbuV4gt55gTjwdYIKWigDquRNOnSE,8231
|
|
78
79
|
sage/combinat/all.py,sha256=ZPcafs_RFhY1lIDSAJ0c6_Ul4u9aIZaTN6hG2WNf93s,1506
|
|
79
|
-
sage/combinat/debruijn_sequence.cpython-312-darwin.so,sha256=
|
|
80
|
-
sage/combinat/ribbon_shaped_tableau.py,sha256=
|
|
80
|
+
sage/combinat/debruijn_sequence.cpython-312-darwin.so,sha256=YPuZnAc_cd18sDVdpzOcE1OyfJHpKcThMvRoNlHmI6s,118904
|
|
81
|
+
sage/combinat/ribbon_shaped_tableau.py,sha256=1vA5KOlX6Sw8A5B9WPWd1lKXo4QYlVTBrmuNX-QH9-w,15156
|
|
81
82
|
sage/combinat/debruijn_sequence.pyx,sha256=BHrd876sTHetUHfiHRmNYhd4LqcpCzWEshiwmG_lUF4,9729
|
|
82
83
|
sage/combinat/subword_complex_c.pyx,sha256=6w6S6thlPD5q6JFX41Em-DOV10WCx0Xp35OXGrMxYjw,3748
|
|
83
84
|
sage/combinat/hall_polynomial.py,sha256=YWR8PkmCF3DJFo0yBEdu4D7EqfGQSl6D51dz_tyu-YA,6826
|
|
@@ -87,14 +88,14 @@ sage/combinat/descent_algebra.py,sha256=3kMoVwhRngaTWAqu0sqFveDceO-BCj6B3zY8W1Ze
|
|
|
87
88
|
sage/combinat/subword_complex.py,sha256=Y_H84RJUyN3jskMjTyhdMwN8p4ATMHNFWLx79MD68pQ,77055
|
|
88
89
|
sage/combinat/tableau_residues.py,sha256=8pOw2vmgOJ0nsaHKS-SIgrapG0wjUVVhOmiZTRh6wbQ,36201
|
|
89
90
|
sage/combinat/recognizable_series.py,sha256=0QPn1uWwTAuWFPhMYuQWsWgffDOfy1dKSZDRkNy93mw,68106
|
|
90
|
-
sage/combinat/expnums.cpython-312-darwin.so,sha256=
|
|
91
|
-
sage/combinat/q_bernoulli.cpython-312-darwin.so,sha256=
|
|
92
|
-
sage/combinat/sloane_functions.py,sha256=
|
|
91
|
+
sage/combinat/expnums.cpython-312-darwin.so,sha256=kaW7jfBu8P1RnNfxHDZ_oKRQXsSB-owv4gSpKt7pgQQ,67352
|
|
92
|
+
sage/combinat/q_bernoulli.cpython-312-darwin.so,sha256=WHwJZPHTaE6U-_VHiyTD40xw6wD0Yx_GId4tks7uJ-o,89944
|
|
93
|
+
sage/combinat/sloane_functions.py,sha256=0Z5ZfJOEw4P9J92mvnNjt6v-TkMmdGyuS5NfRdPdOBs,226102
|
|
93
94
|
sage/combinat/fully_commutative_elements.py,sha256=sHlPmpgnDhOPqYVTFwpf1_FCTrGIHMaWyEGc6iC_BCY,42395
|
|
94
95
|
sage/combinat/composition_signed.py,sha256=lIG63-dkr3sZKBKP_ZX_BbyXUDeQHae3KVpCIy8yT8o,3956
|
|
95
96
|
sage/combinat/set_partition_iterator.pyx,sha256=p3sesJs0Y0yhah3pXWHE03WRANCoZmSNvkWykDoOrck,3751
|
|
96
97
|
sage/combinat/subword.py,sha256=vdAQBF1a-IOcfYM7Q5ygH7KisBWHSGlJ66kU8oxUjOY,16448
|
|
97
|
-
sage/combinat/set_partition_iterator.cpython-312-darwin.so,sha256=
|
|
98
|
+
sage/combinat/set_partition_iterator.cpython-312-darwin.so,sha256=xbQnBn_LXZDWxkaxx5nGzkeCDwpE9P54T2eacmUmqdg,104304
|
|
98
99
|
sage/combinat/similarity_class_type.py,sha256=IDcDRNsG9eLzg-uK4YHCsiVe44fKfS7udyMZlmToYhQ,60581
|
|
99
100
|
sage/combinat/lr_tableau.py,sha256=EaTFau4aJ4_gHTCVlptgUT8PoFttnDFed1sA3Qr0sxY,11683
|
|
100
101
|
sage/combinat/superpartition.py,sha256=-PZLTB8am7y0SwOJcEJ1pzj5wtl19IOxoWtpy2FqVP0,36916
|
|
@@ -103,24 +104,24 @@ sage/combinat/partition_shifting_algebras.py,sha256=VUp4biWTSwlte_F6jUEHi66HxM3Q
|
|
|
103
104
|
sage/combinat/shifted_primed_tableau.py,sha256=b6ilZrLZs8Nm1AMKjGCq3Dr018vZKucCVUxFi8w9leQ,93862
|
|
104
105
|
sage/combinat/regular_sequence.py,sha256=tdoMoZvt9CIwOM21x0PigfwB8Y-G9WFof2NVaOFs390,166095
|
|
105
106
|
sage/combinat/blob_algebra.py,sha256=pzykZHWzgqKEYS3JVgDb--NNo2inIywlvhqkkdthjNM,26106
|
|
106
|
-
sage/combinat/tiling.py,sha256=
|
|
107
|
+
sage/combinat/tiling.py,sha256=bPm0JM5XufM0ftcFI45_agTAsg7mhdVaWR498VN3GYk,91190
|
|
107
108
|
sage/combinat/fast_vector_partitions.pyx,sha256=m_UGqTLWSgYGjHqFCF78Q4m-4LlPLfdPBaRg5Sf8l9g,12953
|
|
108
109
|
sage/combinat/ribbon_tableau.py,sha256=cPx5pSyRutsMRhKUi6bvXCcvbiUfqPPIIO66VyJgnOs,39323
|
|
109
110
|
sage/combinat/t_sequences.py,sha256=3fO1i3sNfPPa47q8uxr1YE3-vjeclaZ1GIk-H2UH31k,29540
|
|
110
111
|
sage/combinat/super_tableau.py,sha256=iZXN-bb0gN3imC0Y1m1KzTiWp-WeZNgS6xibaG4RnJA,28328
|
|
111
112
|
sage/combinat/decorated_permutation.py,sha256=vCvDysSuGZE_rAgyY7Henfb1n3UYA5vb9W6d_iep7NA,7636
|
|
112
|
-
sage/combinat/subword_complex_c.cpython-312-darwin.so,sha256
|
|
113
|
+
sage/combinat/subword_complex_c.cpython-312-darwin.so,sha256=k9Dkuk-xyBcvShRhRkQcCBE0yuppmZSd_srY5tMIsYc,52240
|
|
113
114
|
sage/combinat/derangements.py,sha256=QxH8AZ4rzMK8CNaaeZ-nhZV5AZ9OnTLf-qAykwBIG2w,17111
|
|
114
115
|
sage/combinat/non_decreasing_parking_function.py,sha256=bflVs6TRx0VP7prMdsi677_OEZoDofqh4mMtIRCHMt0,19406
|
|
115
116
|
sage/combinat/colored_permutations.py,sha256=h10AX1pzrUOyn0rKY9Y90Le9Xp1nwaqThIpiA5zYo7Q,68181
|
|
116
117
|
sage/combinat/partition_kleshchev.py,sha256=eA8ezxGHktgP9W38KLpeCibePHUi1v2K1jthG-ixwHY,74242
|
|
117
|
-
sage/combinat/symmetric_group_representations.py,sha256=
|
|
118
|
-
sage/combinat/plane_partition.py,sha256=
|
|
118
|
+
sage/combinat/symmetric_group_representations.py,sha256=6Yzi4d2RAmDm2j1O1A-MIvqDOMKHQNdVpANu2fzmh-o,67474
|
|
119
|
+
sage/combinat/plane_partition.py,sha256=Wa35rTT_fTRL2qEnOOc1aL5hH07tM-NKWvR20cUoIZ8,119093
|
|
119
120
|
sage/combinat/q_bernoulli.pyx,sha256=zTlH3Q4q93bNamsUPNuqTGKWDUVxo-fCZ8bvi01aWA8,4125
|
|
120
121
|
sage/combinat/alternating_sign_matrix.py,sha256=UF9PN4FV2feUZNqfMwsNweX5iifvZsM6Gbj9Jq5z8Ic,66312
|
|
121
122
|
sage/combinat/knutson_tao_puzzles.py,sha256=ibqN5H5SuYNIYfMTHPHEAEaQviz81_vUAbimN_uioiM,78983
|
|
122
|
-
sage/combinat/cluster_complex.py,sha256=
|
|
123
|
-
sage/combinat/diagram_algebras.py,sha256
|
|
123
|
+
sage/combinat/cluster_complex.py,sha256=15EcMEfeb-irZ0InOQ63iZ9sfSWDr7FP7BN0lHBjLeQ,9944
|
|
124
|
+
sage/combinat/diagram_algebras.py,sha256=-xd6iRYzHLKt6OLihQpyw0iDTc7aL3ADXXZk9EJeiJk,212650
|
|
124
125
|
sage/combinat/output.py,sha256=-C2JS8Ne_-kcA-S3VE5BLRTelMW-gzboO0JRBQUkTWY,33694
|
|
125
126
|
sage/combinat/composition_tableau.py,sha256=SXrC123HRtlOrVigwbNbqDkubwL3vSdX1nvBKUPc9Wg,27466
|
|
126
127
|
sage/combinat/binary_recurrence_sequences.py,sha256=whF4Yi5NViaqfbXe0pkibkUQ17VwGyfmGEmM-f7bK4I,44277
|
|
@@ -137,31 +138,31 @@ sage/combinat/words/infinite_word.py,sha256=fYzC2SA-Zx2NHz3qb1xrIzi3J6PBDOf2BJzA
|
|
|
137
138
|
sage/combinat/words/word_datatypes.pxd,sha256=qPMo0gQ5xjgwWONSG7MuOEBe2038Qvcf2sd-OKP7Ljo,113
|
|
138
139
|
sage/combinat/words/morphic.py,sha256=-Dt4Y4I5rE3dKLa8zhWLPRNj7TyBXvlijJNU1QUVvY4,12474
|
|
139
140
|
sage/combinat/words/all.py,sha256=fnikw-TkRV-0vTEmSoxYxAKPxWcnIXyYS2zvhlknUZw,2068
|
|
140
|
-
sage/combinat/words/word_datatypes.cpython-312-darwin.so,sha256=
|
|
141
|
-
sage/combinat/words/word_generators.py,sha256=
|
|
142
|
-
sage/combinat/words/finite_word.py,sha256=
|
|
141
|
+
sage/combinat/words/word_datatypes.cpython-312-darwin.so,sha256=v2BB3bZHnM2BI_MYVLvKmy0z8d5OL2-crTvk7hsY7-o,188192
|
|
142
|
+
sage/combinat/words/word_generators.py,sha256=_YxzkigBctnYORQ54qszbCKPsko9agyQJnyKOFdTTHA,74423
|
|
143
|
+
sage/combinat/words/finite_word.py,sha256=oDEnD84zg8Vo7jEkqQTeSexrBE9RA_iIlP5KONU8J7w,238407
|
|
143
144
|
sage/combinat/words/words.py,sha256=0fC9lZZwG_3ToPu8MpXXPZBVm0lQltA5XP9qZEAid1Q,80747
|
|
144
145
|
sage/combinat/words/morphism.py,sha256=4edGuqK3_TR3SK3ImBETCObdoi0ZY_JmPxGavnt7o88,137819
|
|
145
|
-
sage/combinat/words/word_char.cpython-312-darwin.so,sha256=
|
|
146
|
+
sage/combinat/words/word_char.cpython-312-darwin.so,sha256=7vbQ-m5NOTDIYTJl6mJ5qDQsmAcLieEhtLWIBNiXaGE,200768
|
|
146
147
|
sage/combinat/words/word_datatypes.pyx,sha256=EJMr_eLGnnYR2KGtBAAuMNDhniSDjFKOkuKFUXUnW_I,28097
|
|
147
148
|
sage/combinat/words/abstract_word.py,sha256=t_tQ-e6qvBnan2I2FW2zN4qZDdIQsSL7bGkuVqm1wTk,54097
|
|
148
149
|
sage/combinat/words/word_char.pyx,sha256=TEtdXtFFWtPsUQEw9AlRJzD7OIwACXDqnsWQtxsqwQ8,25355
|
|
149
150
|
sage/combinat/words/alphabet.py,sha256=dt3u2Apu9DDq_RRN0_J-zIjFMMmRAN9oz2_JdCSaWt8,10276
|
|
150
|
-
sage/combinat/words/word.py,sha256=
|
|
151
|
+
sage/combinat/words/word.py,sha256=rJK5If3_0r5e1723pp2W0dyXeDmg4thWYrgahQUfIcQ,22698
|
|
151
152
|
sage/combinat/words/shuffle_product.py,sha256=kDFAOviwrEEBCGwmxiKDfGPh-V1KrY2jOn7UuU25fOY,9720
|
|
152
153
|
sage/combinat/chas/all.py,sha256=uu9q0l-wkplLkv4Sxok5gQvNpPBbh5Hz7FmDhkIDq0Q,742
|
|
153
|
-
sage/combinat/chas/fsym.py,sha256=
|
|
154
|
+
sage/combinat/chas/fsym.py,sha256=xBycUmo7nDbWSp7ByCIwbj5YuK-8yuZGzIvyoPA9F0o,42333
|
|
154
155
|
sage/combinat/chas/wqsym.py,sha256=PdgTvF0apZbGaj-4UmhgP8N1oZqMtHcXkHFF9atCVDM,104068
|
|
155
156
|
sage/combinat/path_tableaux/catalog.py,sha256=Gf_wrjt0mgwGkEcyMw9PdSyHSEuuGQVs12amTCpR0S0,1384
|
|
156
|
-
sage/combinat/path_tableaux/semistandard.py,sha256=
|
|
157
|
-
sage/combinat/path_tableaux/dyck_path.py,sha256=
|
|
157
|
+
sage/combinat/path_tableaux/semistandard.py,sha256=lET8sln5pOxJbZVItU4Fg9CYfqgzYe6ZmehBxJl82MU,19003
|
|
158
|
+
sage/combinat/path_tableaux/dyck_path.py,sha256=zwG0ojBlISkdq6IiaaTD1m0iD8x7S5n41OKCQINfHHc,11997
|
|
158
159
|
sage/combinat/path_tableaux/frieze.py,sha256=UXc8oPUEgZm7hTuYfTRELShpnlVvUYs993ab1VAX5V4,18236
|
|
159
160
|
sage/combinat/path_tableaux/path_tableau.py,sha256=fEQpWw-9n-M-5bZqHgcOxZQMdcPrgEHM4L2lyP9FlRk,24434
|
|
160
161
|
sage/combinat/path_tableaux/all.py,sha256=Ee56UrJEY_zpBuww1M0RqR3nxUH3o_q8_WOfU-tL80I,429
|
|
161
162
|
sage/combinat/species/empty_species.py,sha256=ohokOoU_G--eI67ctHi7nJ8ITkcOXFqch5xW-v4avFw,4864
|
|
162
163
|
sage/combinat/species/misc.py,sha256=TICeYfZmeNymlL82SpUf664yhbORURiwWrWXpLmK6IQ,2936
|
|
163
164
|
sage/combinat/species/species.py,sha256=g7Wpgvb6TkPj9bsCtodp1BTuBqH0SoA5A5XryjgcP7g,28965
|
|
164
|
-
sage/combinat/species/cycle_species.py,sha256=
|
|
165
|
+
sage/combinat/species/cycle_species.py,sha256=uRccDCat4cXiOur5dtfDJkgZ6s-qZ1CeKwowbLGuASA,8746
|
|
165
166
|
sage/combinat/species/library.py,sha256=I4e7r5MIWYRVQpmdkTIo__7HGjqWBVYiQHrpm0JFbtc,5564
|
|
166
167
|
sage/combinat/species/generating_series.py,sha256=0Vme6WJFeGChoarbJTPKHXXmmYy7rqbX7JqC5dGM0Hg,24840
|
|
167
168
|
sage/combinat/species/subset_species.py,sha256=wdrsGGEwIYjLqgtqM2uvyjrq38_KIP7uKGtIQEppQUI,7996
|
|
@@ -178,36 +179,36 @@ sage/combinat/species/sum_species.py,sha256=ORBlnLdH1TAP8_FPnIGkudO5tYe-J-1apgYB
|
|
|
178
179
|
sage/combinat/species/product_species.py,sha256=Mur8k3qMOtlRtHzxU0KEpo2P81JYsXiOZzau68B7QII,14070
|
|
179
180
|
sage/combinat/species/functorial_composition_species.py,sha256=ThqHqaA1vG3AKzjdTDMew4PBn3YZjRnBh-JDDzL766Y,5236
|
|
180
181
|
sage/combinat/sf/witt.py,sha256=HsOEW436O5XpTqBBNogp9DQXQbgv6KVL_epR2c_F3VU,26763
|
|
181
|
-
sage/combinat/sf/sf.py,sha256=
|
|
182
|
-
sage/combinat/sf/hall_littlewood.py,sha256=
|
|
183
|
-
sage/combinat/sf/monomial.py,sha256
|
|
182
|
+
sage/combinat/sf/sf.py,sha256=uKNJpoeSmg-gd9F8KxyO3olLA-1RIofMRBT_NCxTcRo,64815
|
|
183
|
+
sage/combinat/sf/hall_littlewood.py,sha256=U75GRO6i9IOgM9N5Ll3brQDUmYURnBH8SzZjJ7k4SI4,38283
|
|
184
|
+
sage/combinat/sf/monomial.py,sha256=ZcPKl8t2LIqH3fTHX-LBcWai4WDGOdZWa8XdoXv9LGI,19420
|
|
184
185
|
sage/combinat/sf/elementary.py,sha256=UiHkNKBBi22KK29lPnsbHIltNGLOvxU2CqY5EMwcS2Q,21988
|
|
185
|
-
sage/combinat/sf/orthotriang.py,sha256=
|
|
186
|
+
sage/combinat/sf/orthotriang.py,sha256=uHuXYiJNNL4rTZ_dXhJY3kYtjGeNYc760HuW6iqmInw,14094
|
|
186
187
|
sage/combinat/sf/macdonald.py,sha256=k4tEVOzyEyLnK_VxAVWCbCICNEYQJWr7BReLhLFP7u4,73133
|
|
187
|
-
sage/combinat/sf/k_dual.py,sha256=
|
|
188
|
+
sage/combinat/sf/k_dual.py,sha256=o2Do8S0TGnjiU56PVvrKJP2wye-Sh73LX00f1oPN96o,59042
|
|
188
189
|
sage/combinat/sf/ns_macdonald.py,sha256=lLKyolWMMMZWGbQhdyWysmv-uuEAWzG8RyaQTrdAcRE,30280
|
|
189
190
|
sage/combinat/sf/multiplicative.py,sha256=y5mW_I2mY-Etgw4Z6flFpi_WMfKcM5ubqjtJ9mouewY,3743
|
|
190
191
|
sage/combinat/sf/abreu_nigro.py,sha256=j8oBZtOId4UgQZ_3cDzOURcWu9J2a2HzPizRE34GUH4,12125
|
|
191
|
-
sage/combinat/sf/jack.py,sha256=
|
|
192
|
-
sage/combinat/sf/llt.py,sha256=
|
|
192
|
+
sage/combinat/sf/jack.py,sha256=eA2irCURfDL947HUIFIi8q9Nb4U5rQWCZz897auxZsg,52488
|
|
193
|
+
sage/combinat/sf/llt.py,sha256=ympprDZ22QKb6KaSPs-Jr34noANIQu_tzzgB4sOwwKo,28363
|
|
193
194
|
sage/combinat/sf/new_kschur.py,sha256=opQnxzTBDR1h5h8qjuniUHDq-xV1UCQZklwIJzEz-tk,69019
|
|
194
|
-
sage/combinat/sf/dual.py,sha256=
|
|
195
|
+
sage/combinat/sf/dual.py,sha256=wQT4VQczYVpg7FbeC2xuXi76NJWVOtgBtWqSl9fmeBk,36737
|
|
195
196
|
sage/combinat/sf/sfa.py,sha256=P7BsWa6qPhg2LDrIY5lLAAk6eEUUUl91u5ImORokh_c,277309
|
|
196
197
|
sage/combinat/sf/all.py,sha256=3lDvnKVe-rhK2o0eoEv3vKQeO3c6YPTG1XXSJV48QS0,1738
|
|
197
|
-
sage/combinat/sf/hecke.py,sha256=
|
|
198
|
+
sage/combinat/sf/hecke.py,sha256=6hWGnm_YurJiJmxdlBCZ7mXQFslkoStbMitQ5_AaWDQ,11639
|
|
198
199
|
sage/combinat/sf/homogeneous.py,sha256=GqRmWWNw9p6gYOlPuQC83pmrrkRKhn0GJV2LCZw8NgQ,17774
|
|
199
|
-
sage/combinat/sf/classical.py,sha256=
|
|
200
|
-
sage/combinat/sf/symplectic.py,sha256=
|
|
201
|
-
sage/combinat/sf/character.py,sha256=
|
|
200
|
+
sage/combinat/sf/classical.py,sha256=Ww6Y3UPF3X2chPc05f8q-kmBE1K6YMa1nxpgcpMyXPE,11948
|
|
201
|
+
sage/combinat/sf/symplectic.py,sha256=ykcTskDm_R_Jziy28p1Z5A18-QHnYUtTvbkw9wNGPvA,8408
|
|
202
|
+
sage/combinat/sf/character.py,sha256=01f2-24ILoZ1cEyNvOYe4Fe-Ya1HCq2pdXMbIlqulk8,19468
|
|
202
203
|
sage/combinat/sf/powersum.py,sha256=EhxjxGh6wGlW5xRWUYiAYeIj5wAF5frko2_amWbQlWA,37464
|
|
203
|
-
sage/combinat/sf/orthogonal.py,sha256=
|
|
204
|
-
sage/combinat/sf/schur.py,sha256
|
|
204
|
+
sage/combinat/sf/orthogonal.py,sha256=9Va7F6j8JzE5JAIK_BdeSI-ryHXTwNZfHPwnPJ2tl3Q,7957
|
|
205
|
+
sage/combinat/sf/schur.py,sha256=-qJ76VNPQY3hLvGKRwQJOoBVHu51Y87MHROxjxuJflw,34931
|
|
205
206
|
sage/combinat/sf/kfpoly.py,sha256=XqJlG-xRqz2J6YzAZANEJaXMnrhlFrLPMR7FBmbDGzw,12734
|
|
206
207
|
sage/combinat/crystals/bkk_crystals.py,sha256=IOqH78iFllVbd0_fNtOKZ5WqYDXX0Tr72m1NQARgOcw,5071
|
|
207
208
|
sage/combinat/crystals/catalog.py,sha256=jXkYzhHGr3Azhv5Ny6Qs0bx9y_151zE8q2avmPJOjEs,6458
|
|
208
209
|
sage/combinat/crystals/affine_factorization.py,sha256=3qONyOJ55Rvvvch9ITCHjgL79q4ouSPibSfziAZ-wLM,18840
|
|
209
210
|
sage/combinat/crystals/multisegments.py,sha256=kBzp8AeTi-5kWrrVTG1dyqJBxNLV0WJdrnYLivCnzHg,15604
|
|
210
|
-
sage/combinat/crystals/letters.cpython-312-darwin.so,sha256=
|
|
211
|
+
sage/combinat/crystals/letters.cpython-312-darwin.so,sha256=NAhDEqISwOXWE_l3gvkyJsbx9XVw0AFuzUviveuFGPI,679536
|
|
211
212
|
sage/combinat/crystals/spins.pxd,sha256=CLlkwg7zOiUS25tyZBwTyf2xNzW9gGYQo307YtfQtq8,599
|
|
212
213
|
sage/combinat/crystals/letters.pxd,sha256=bt0cDD2eR3DyHJuYmRcfLODOwiSI3o8bMlcajT_XAQU,2547
|
|
213
214
|
sage/combinat/crystals/monomial_crystals.py,sha256=QjoUu7pAGmQl6wkJGcGYrq0mVbfHXDvFwzTdvRupopI,44527
|
|
@@ -219,7 +220,7 @@ sage/combinat/crystals/pbw_crystal.py,sha256=-TkgX4YTjQacVcnFsBdpt5C5gP_xh6vie6S
|
|
|
219
220
|
sage/combinat/crystals/kac_modules.py,sha256=bFWLk_7Ebup9AAaPv97I1kBggFa77fhOB8SGY6Esmyc,31389
|
|
220
221
|
sage/combinat/crystals/fully_commutative_stable_grothendieck.py,sha256=vNlyAMdHgIg6kn0RvUCVdym1Xv3TslGTuIYso-AlYbo,43814
|
|
221
222
|
sage/combinat/crystals/littelmann_path.py,sha256=CkCe-hbc9itNU7O-Vixyr-9o38kXvEq03FYkTsgXaYE,60051
|
|
222
|
-
sage/combinat/crystals/tensor_product_element.cpython-312-darwin.so,sha256=
|
|
223
|
+
sage/combinat/crystals/tensor_product_element.cpython-312-darwin.so,sha256=CN7VrKT3Caea5WvC_KNLAQu4Gkk96C-AD4MuCI47gfA,524848
|
|
223
224
|
sage/combinat/crystals/catalog_kirillov_reshetikhin.py,sha256=F_l2HZtSL4HdtdIBvSH8ZWRGmuSR0_gncJbHzT_x4aA,933
|
|
224
225
|
sage/combinat/crystals/pbw_datum.pxd,sha256=Ihak_MUkDUST-_6LJWDFHuM_6PkfcCFaVFCk4wTRxlA,264
|
|
225
226
|
sage/combinat/crystals/infinity_crystals.py,sha256=1ESJaXDGA7fMC_8pRIC0nmPzk5EKI_eRex08GVjc1cA,27705
|
|
@@ -239,8 +240,8 @@ sage/combinat/crystals/tensor_product_element.pxd,sha256=MOlofC8wlDX2dGrExEbeLNN
|
|
|
239
240
|
sage/combinat/crystals/pbw_datum.pyx,sha256=LHEgBWUqUBQKsg-AKRt8qffHi9eo7MS_AzYfIFOWm1o,18424
|
|
240
241
|
sage/combinat/crystals/crystals.py,sha256=2cJkVXtKGRLEmvmkh_xFag9M6GMhCP1OKl7vS9Lbf1c,9255
|
|
241
242
|
sage/combinat/crystals/highest_weight_crystals.py,sha256=z077eJ_VGSugmlchPRzgEEm3NsGcSWq8GsKioB_IUgY,18349
|
|
242
|
-
sage/combinat/crystals/spins.cpython-312-darwin.so,sha256
|
|
243
|
-
sage/combinat/crystals/pbw_datum.cpython-312-darwin.so,sha256=
|
|
243
|
+
sage/combinat/crystals/spins.cpython-312-darwin.so,sha256=NshBxtWMtG6hy5EaLITpoeFhpiLwAgR9nV5dvjhoZg8,186912
|
|
244
|
+
sage/combinat/crystals/pbw_datum.cpython-312-darwin.so,sha256=Y4vufsjzaL0TuaDAFrYz005ooEpK0JM_gDf06i_NRaY,208592
|
|
244
245
|
sage/combinat/crystals/affinization.py,sha256=KdwYW4NFKB3YRHgreo2RdISGbnAaIW_SvsdSgGVrnYg,10840
|
|
245
246
|
sage/combinat/crystals/mv_polytopes.py,sha256=ZkjC4tQVzmtBKvNXH5ALMSEbwVUu9CTWdvkDIQ_VMaM,17670
|
|
246
247
|
sage/combinat/crystals/star_crystal.py,sha256=yhX2rovu9Q5OWx98rqoFLOmFhQS3zJxD0ymqbaahAB0,10333
|
|
@@ -254,7 +255,7 @@ sage/combinat/ncsym/ncsym.py,sha256=bKw2ZQ0FCCGnnwbg_gDnuA7JMtmmE3Dly82xm9o1MUg,
|
|
|
254
255
|
sage/combinat/ncsf_qsym/qsym.py,sha256=GKLrkQetSLNRm7mgXHWRM2ItQHPJC-n97U3G74ZinAk,170291
|
|
255
256
|
sage/combinat/ncsf_qsym/generic_basis_code.py,sha256=29H0oWlh3czfnX5NCJQ3oUjLEPtup_TPGK6kB207278,55991
|
|
256
257
|
sage/combinat/ncsf_qsym/tutorial.py,sha256=oZb8v3KHM0hxCN_SZ1JDSZ3vzrgQ_S1a_63GYkKn6b4,15847
|
|
257
|
-
sage/combinat/ncsf_qsym/ncsf.py,sha256=
|
|
258
|
+
sage/combinat/ncsf_qsym/ncsf.py,sha256=KOXnm1K8JjErxW_Pcii9OQKKG0qHwDLbGNVNLgimYyE,240487
|
|
258
259
|
sage/combinat/ncsf_qsym/all.py,sha256=4gOVoAJXsnA4RLhQglT_lu5Cw49Jt8qfEn8V4toLC54,756
|
|
259
260
|
sage/combinat/ncsf_qsym/combinatorics.py,sha256=PqTXc9Qr7qBmZ4WLQbeQkNHD4k7FGsopZNJP99rY258,9786
|
|
260
261
|
sage/combinat/rigged_configurations/rigged_partition.pyx,sha256=UdcLZ-8yooA7ImJSs-Vu28gotEISRxr2FKjm9Vc6LH4,22738
|
|
@@ -264,7 +265,7 @@ sage/combinat/rigged_configurations/rc_infinity.py,sha256=qA_7_7lKm0jbDY0TInmnFR
|
|
|
264
265
|
sage/combinat/rigged_configurations/bij_type_A2_odd.py,sha256=esfcJ1LSQJCILkhIyUMYyzaLC4GA3gHwpA9rKiaDWeI,7782
|
|
265
266
|
sage/combinat/rigged_configurations/rc_crystal.py,sha256=7wo0mcUt2AOl3pTzXli8ZXfP4ZRoB-6o9bd-TC-gAl8,16752
|
|
266
267
|
sage/combinat/rigged_configurations/bij_abstract_class.py,sha256=I3SsQ4-QGFUgCEOSkqoCcuXhawglE3A9dNidC7032w0,22409
|
|
267
|
-
sage/combinat/rigged_configurations/rigged_partition.cpython-312-darwin.so,sha256=
|
|
268
|
+
sage/combinat/rigged_configurations/rigged_partition.cpython-312-darwin.so,sha256=G-zWNjBz_q0Ji41jJ7XvQC-7JG1T4tEWcMOm4mPCMQ4,240088
|
|
268
269
|
sage/combinat/rigged_configurations/rigged_configuration_element.py,sha256=v3zb9sIHSk45JAc9ed7v35RBD9mizakk69OjTpwHu3c,85342
|
|
269
270
|
sage/combinat/rigged_configurations/bij_type_E67.py,sha256=gTm8E7HqMtyLgV88KQzWTkxOvDXMa2N8Qwzogw0NL0c,13537
|
|
270
271
|
sage/combinat/rigged_configurations/kleber_tree.py,sha256=UMkK0WSaLxxYIgQKSyV5sDAdZozf91rEWQ1Q93_WK1A,56807
|
|
@@ -282,7 +283,7 @@ sage/combinat/rigged_configurations/tensor_product_kr_tableaux.py,sha256=w11SCdE
|
|
|
282
283
|
sage/combinat/rigged_configurations/bij_type_C.py,sha256=eNBhD-QbuABFf1wtysgWvco2gy3rmu6Z54KCBttctI8,10212
|
|
283
284
|
sage/combinat/rigged_configurations/bij_type_A2_even.py,sha256=wWsFZBxpnWz02AzsGfTZJWvM2FcXQO05vqDg-7geABo,8490
|
|
284
285
|
sage/combinat/rigged_configurations/rigged_partition.pxd,sha256=1DeAYwmEhhW-hfUXL_KEuqgQ5G2VIX2UNG-SOaOd2kQ,467
|
|
285
|
-
sage/combinat/matrices/hadamard_matrix.py,sha256=
|
|
286
|
+
sage/combinat/matrices/hadamard_matrix.py,sha256=RbnGf1b7aGbrKg46ZwZCK5niai0DZ6ogVpo3yUcUy5A,145441
|
|
286
287
|
sage/combinat/matrices/all.py,sha256=0akg4faOBjJHb4aWr_WoDINHpxuu6nkp-8RUV99SZxU,757
|
|
287
288
|
sage/combinat/matrices/latin.py,sha256=Nsn4jzMSh7kMeQFfbI3eOh6CCvJyqH41i8I6sqhU1l8,79342
|
|
288
289
|
sage/algebras/quaternion_algebra_element.py,sha256=LRK-brtwO6K3PTlJPULVcz99g14eLiBJRSgjWOArW_g,2268
|
|
@@ -295,11 +296,11 @@ sage/algebras/hall_algebra.py,sha256=bbR1padTgDU-bmIsB2nRJE9z6vRX4w2Hy6LhxPUW14E
|
|
|
295
296
|
sage/algebras/free_algebra_quotient_element.py,sha256=Zth4xrbht_3YfzAT59bRwrJ6AWEwYRSzxbeQuQndKuk,9817
|
|
296
297
|
sage/algebras/rational_cherednik_algebra.py,sha256=TnSkQhZfWD2Tk6kbMMwF9MzBvVsMCXHkl52xtx4hwAo,19334
|
|
297
298
|
sage/algebras/jordan_algebra.py,sha256=rzBaT7jI_l-V2lf4lJqZbYn4-EoL3_hgDSxVsVGkIok,55063
|
|
298
|
-
sage/algebras/nil_coxeter_algebra.py,sha256=
|
|
299
|
+
sage/algebras/nil_coxeter_algebra.py,sha256=TEEebNBA_qmAXhoimZ3cse7oK4yOIaw6c8MzVMn6oJo,7554
|
|
299
300
|
sage/algebras/cluster_algebra.py,sha256=Z9nS_cIKI_Tvq8hJLO0jAiqJ7HPm2WqNnl_MaQtIhUw,96660
|
|
300
301
|
sage/algebras/quantum_clifford.py,sha256=ALTLcl6dzDr1CbJEeiaDqKd-GUNeJOX3HtRqi4LmRYQ,32080
|
|
301
302
|
sage/algebras/associated_graded.py,sha256=nq7Uob314irzVDe835CQ7mlDE65d0PXs6qmmUlUiBcA,12229
|
|
302
|
-
sage/algebras/all.py,sha256=
|
|
303
|
+
sage/algebras/all.py,sha256=w8XbMG7tTdpqmhiC2LwPdOu_bh5EVzycNnRXvcv1_VU,916
|
|
303
304
|
sage/algebras/iwahori_hecke_algebra.py,sha256=N7_-KuchtfIk3MyuBUHz47OYZuenfnWPRnZ5shb42bk,123063
|
|
304
305
|
sage/algebras/free_algebra_element.py,sha256=xJ-fi58ckxi27h4xMbVgwC-2cXkxM6-S1QuewsE3g5Q,10248
|
|
305
306
|
sage/algebras/free_algebra.py,sha256=hBgGbFxnMqKPQIceYAuFPMqlqbiM-l9EYt3OznpTzJc,57713
|
|
@@ -353,8 +354,8 @@ sage/libs/all__sagemath_combinat.py,sha256=g4R9NWV0Q0UdCghwpigf5xeOHP-JCpIwT04Ow
|
|
|
353
354
|
sage/libs/symmetrica/sb.pxi,sha256=Eu9K5gssHF4v3qRiPEYjxxTF0v7c7Ry_vFNz5AdDqrw,7752
|
|
354
355
|
sage/libs/symmetrica/kostka.pxi,sha256=fDQCeQL9fzVoVuY1JzpY-EWoR-m3o91yEMhmX9Dy1P8,4166
|
|
355
356
|
sage/libs/symmetrica/sc.pxi,sha256=N-eYNu7jVPDYLAqpxkBAvlTzUVl3_rPQCs4ezsxO85s,4388
|
|
356
|
-
sage/libs/symmetrica/symmetrica.cpython-312-darwin.so,sha256=
|
|
357
|
-
sage/libs/symmetrica/symmetrica.pxi,sha256=
|
|
357
|
+
sage/libs/symmetrica/symmetrica.cpython-312-darwin.so,sha256=4AGilHy4qoGYEn4XfbNvbzeghp3j5nznG-Em7H7N1Qg,401328
|
|
358
|
+
sage/libs/symmetrica/symmetrica.pxi,sha256=I6JswF-EwbZnjpk6pUWNyl5hkqD0WedHgLFsVP-ztM4,27916
|
|
358
359
|
sage/libs/symmetrica/symmetrica.pyx,sha256=uvSZi3ksO_uhgKUXs5iSliVUoe7znH-DMglHsFa_vtk,931
|
|
359
360
|
sage/libs/symmetrica/sab.pxi,sha256=5euS40Bf8SGxoT1J92sCQw2ppa_VDssq93ql8dpghKA,4108
|
|
360
361
|
sage/libs/symmetrica/__init__.py,sha256=Iwiic-oevnqsYxneMb-3iNPyN8JGRlco4YDj6CERWU8,211
|
|
@@ -375,24 +376,24 @@ sage/sat/solvers/__init__.py,sha256=2vg5qoGsywIpsK5NNzgV5wVSvm-iQP0EjUT4lS2wlEM,
|
|
|
375
376
|
sage/sat/solvers/dimacs.py,sha256=kxuv8LeY0YiDzCHro8IIqxf0-WI-uSn0Vn0HHNiZBuc,24471
|
|
376
377
|
sage/sat/solvers/cryptominisat.py,sha256=1V-Q9Tb5l850F7KCBDH947JGAi-1T6qmzU808ED0W9I,10506
|
|
377
378
|
sage/sat/solvers/satsolver.pxd,sha256=y155IrZSG6TkmhzsA1PgsL69tnVQdtdCsPMSNaV8gQc,78
|
|
378
|
-
sage/sat/solvers/satsolver.cpython-312-darwin.so,sha256=
|
|
379
|
+
sage/sat/solvers/satsolver.cpython-312-darwin.so,sha256=t7uoK7jnKyLhSMQCDA5-EBtSP0NjmcNMbAVE_ABTwp4,74504
|
|
379
380
|
sage/sat/solvers/picosat.py,sha256=YeafaHMWRQf06t4L_DAIgz9zQn4JTTlaH8raEJ6GGcE,7478
|
|
380
381
|
sage/rings/all__sagemath_combinat.py,sha256=5rfUmKZ7rRxLtWcLSHbCWYaKJTuscdLwrF2M8bFnwcU,97
|
|
381
|
-
sage/games/sudoku_backtrack.cpython-312-darwin.so,sha256=
|
|
382
|
+
sage/games/sudoku_backtrack.cpython-312-darwin.so,sha256=0wFII_yhvf6wPTAFRvXLFn58Xo9ZoaJUg7TCh1rPPZM,42928
|
|
382
383
|
sage/games/all.py,sha256=NuC3cKjeOMtiB_ynYNDxDHZMxqOxy21_wjdECpYln6s,211
|
|
383
384
|
sage/games/hexad.py,sha256=jmE1aioxEUK446ADcyIiZy5NTHbuSCzWW4_iVLlOU4c,26905
|
|
384
385
|
sage/games/quantumino.py,sha256=as0dQc6VkyX_bYUTIKc6QQu39sQLAHUs-HLDopfAs04,24263
|
|
385
386
|
sage/games/sudoku.py,sha256=KF7mnW06VrVnjdMkO0elyXfCKv8x54P5z7sxFPtGi00,37189
|
|
386
387
|
sage/games/sudoku_backtrack.pyx,sha256=UQyFbwL1zlvHTunsgoaRzMw4hxcSs3PxvtN7lMV0PUw,8806
|
|
387
|
-
sage/monoids/string_ops.py,sha256=
|
|
388
|
-
sage/monoids/free_abelian_monoid_element.cpython-312-darwin.so,sha256
|
|
389
|
-
sage/monoids/string_monoid_element.py,sha256
|
|
388
|
+
sage/monoids/string_ops.py,sha256=dHg5pZhznOQF9LzURNGhzYBXwOO8qpugyU1E-gIgBEs,4789
|
|
389
|
+
sage/monoids/free_abelian_monoid_element.cpython-312-darwin.so,sha256=-mMgLxfS74ZCcjn4t_sJ7ty8GFlFZv9oENceihdPJP4,139424
|
|
390
|
+
sage/monoids/string_monoid_element.py,sha256=vfZ51pGyDdlzZYpChThr5lvT2VaukuA0j-6mDj6ZgbM,19050
|
|
390
391
|
sage/monoids/free_monoid.py,sha256=ydICaGiIe9OnlgX2gd-XhQYLF_mpVIsduBHx7IgNtcc,10855
|
|
391
392
|
sage/monoids/automatic_semigroup.py,sha256=zeo1rSEy7v6vk6dCj4b166HlDbztoh51rCfa5X4ybqE,38416
|
|
392
393
|
sage/monoids/free_abelian_monoid_element.pxd,sha256=D44_S92Gu5pSmqhVaIpdyZ6ea3gS2euKz0kQooO7gs8,579
|
|
393
394
|
sage/monoids/all.py,sha256=cHhwB8qFCjyjVGQln9Ch1pwU50SzOlG79wSGDCvvx3I,464
|
|
394
395
|
sage/monoids/free_abelian_monoid.py,sha256=RhUtuKoKXx4uJASYdOaqVet098hd4WsBvwbGHwVlZyA,9042
|
|
395
|
-
sage/monoids/string_monoid.py,sha256=
|
|
396
|
+
sage/monoids/string_monoid.py,sha256=QMchN278hD0RG96tmMbJzX49C8pbgeS7k_Cba7vGb5E,26552
|
|
396
397
|
sage/monoids/free_abelian_monoid_element.pyx,sha256=SUgHa2bUuEZ5-VaH4dFDzecNi-dtOWSx4_-UvDnHjMU,11478
|
|
397
398
|
sage/monoids/free_monoid_element.py,sha256=NxawZWDp84KKGCd48XxVM1LdBx-B-DnrLJKzYrn6Qlw,12893
|
|
398
399
|
sage/monoids/hecke_monoid.py,sha256=2RDy-F_K16faXJC462hvd5Bq7Nle7wJ1yZyH5UlAJ9I,2194
|
sage/algebras/all.py
CHANGED
|
@@ -156,7 +156,7 @@ class NilCoxeterAlgebra(IwahoriHeckeAlgebra.T):
|
|
|
156
156
|
EXAMPLES::
|
|
157
157
|
|
|
158
158
|
sage: A = NilCoxeterAlgebra(WeylGroup(['A',3,1]))
|
|
159
|
-
sage: A.k_schur_noncommutative_variables([2,2])
|
|
159
|
+
sage: A.k_schur_noncommutative_variables([2,2]) # needs lrcalc_python
|
|
160
160
|
u[0,3,1,0] + u[3,1,2,0] + u[1,2,0,1] + u[3,2,0,3] + u[2,0,3,1] + u[2,3,1,2]
|
|
161
161
|
|
|
162
162
|
TESTS::
|
sage/combinat/chas/fsym.py
CHANGED
|
@@ -929,7 +929,7 @@ class FreeSymmetricFunctions_Dual(UniqueRepresentation, Parent):
|
|
|
929
929
|
|
|
930
930
|
This mapping is a Hopf algebra morphism::
|
|
931
931
|
|
|
932
|
-
sage: all(TF(s[p1] * s[p2]) == TF(s[p1]) * TF(s[p2])
|
|
932
|
+
sage: all(TF(s[p1] * s[p2]) == TF(s[p1]) * TF(s[p2]) # needs lrcalc_python
|
|
933
933
|
....: for p1 in Partitions(2)
|
|
934
934
|
....: for p2 in Partitions(3))
|
|
935
935
|
True
|
|
@@ -938,7 +938,7 @@ class FreeSymmetricFunctions_Dual(UniqueRepresentation, Parent):
|
|
|
938
938
|
sage: phi = s2.module_morphism(
|
|
939
939
|
....: lambda x: tensor([TF(s[x[0]]), TF(s[x[1]])]),
|
|
940
940
|
....: codomain=TF.tensor_square())
|
|
941
|
-
sage: all(phi(s[p].coproduct()) == TF(s[p]).coproduct()
|
|
941
|
+
sage: all(phi(s[p].coproduct()) == TF(s[p]).coproduct() # needs lrcalc_python
|
|
942
942
|
....: for p in Partitions(4))
|
|
943
943
|
True
|
|
944
944
|
"""
|
sage/combinat/cluster_complex.py
CHANGED
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
@@ -244,9 +244,9 @@ The sequences produced by random graphs *are* degree sequences::
|
|
|
244
244
|
|
|
245
245
|
Checking that we indeed enumerate *all* the degree sequences for `n=5`::
|
|
246
246
|
|
|
247
|
-
sage: ds1 = Set([tuple(g.degree_sequence()) for g in graphs(5)]) # needs sage.graphs
|
|
247
|
+
sage: ds1 = Set([tuple(g.degree_sequence()) for g in graphs(5)]) # needs nauty sage.graphs
|
|
248
248
|
sage: ds2 = Set(map(tuple,list(DegreeSequences(5))))
|
|
249
|
-
sage: ds1 == ds2 # needs sage.graphs
|
|
249
|
+
sage: ds1 == ds2 # needs nauty sage.graphs
|
|
250
250
|
True
|
|
251
251
|
|
|
252
252
|
Checking the consistency of enumeration and test::
|
|
@@ -358,7 +358,7 @@ class AbstractPartitionDiagram(AbstractSetPartition):
|
|
|
358
358
|
sage: pd2 = da.AbstractPartitionDiagram(pd, [[[1,2],[-1,-2]]]) # indirect doctest
|
|
359
359
|
Traceback (most recent call last):
|
|
360
360
|
...
|
|
361
|
-
TypeError: unhashable type: 'list'
|
|
361
|
+
TypeError: ...unhashable type: 'list'...
|
|
362
362
|
"""
|
|
363
363
|
if self._base_diagram:
|
|
364
364
|
tst = frozenset(e for B in self._base_diagram for e in B)
|
|
Binary file
|
|
Binary file
|