File tree Expand file tree Collapse file tree 1 file changed +5
-2
lines changed Expand file tree Collapse file tree 1 file changed +5
-2
lines changed Original file line number Diff line number Diff line change @@ -4318,6 +4318,7 @@ def in_range(self, element):
4318
4318
Cc0027: Signed permutations 4282 True
4319
4319
Cc0028: Skew partitions 1250 True
4320
4320
Cc0029: Lattices 1378 True
4321
+ Cc0030: Ordered set partitions 5316 True
4321
4322
"""
4322
4323
return self ._data ["Code" ].element_level (element ) in self ._data ["LevelsWithSizes" ]
4323
4324
@@ -4711,7 +4712,8 @@ class FindStatCollections(UniqueRepresentation, Parent):
4711
4712
Cc0026: Decorated permutations,
4712
4713
Cc0027: Signed permutations,
4713
4714
Cc0028: Skew partitions,
4714
- Cc0029: Lattices]
4715
+ Cc0029: Lattices,
4716
+ Cc0030: Ordered set partitions]
4715
4717
"""
4716
4718
def __init__ (self ):
4717
4719
"""
@@ -4787,7 +4789,8 @@ def _element_constructor_(self, entry):
4787
4789
Cc0026: Decorated permutations,
4788
4790
Cc0027: Signed permutations,
4789
4791
Cc0028: Skew partitions,
4790
- Cc0029: Lattices]
4792
+ Cc0029: Lattices,
4793
+ Cc0030: Ordered set partitions]
4791
4794
4792
4795
sage: FindStatCollection(Permutation([1,2,3])) # optional -- internet
4793
4796
Cc0001: Permutations
You can’t perform that action at this time.
0 commit comments