You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
sagemathgh-40941: provide alias number_of_longest_increasing_subsequences
fixsagemath#40935 in permutation
as with sagemath#40939: we have to decide whether this does not pollute the name
space too much.
URL: sagemath#40941
Reported by: Martin Rubey
Reviewer(s): Frédéric Chapoton
Copy file name to clipboardExpand all lines: src/sage/combinat/permutation.py
+6-4Lines changed: 6 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -61,7 +61,7 @@
61
61
:meth:`~sage.combinat.permutation.Permutation.runs` | Return a list of the runs in the permutation ``self``.
62
62
:meth:`~sage.combinat.permutation.Permutation.longest_increasing_subsequence_length` | Return the length of the longest increasing subsequences of ``self``.
63
63
:meth:`~sage.combinat.permutation.Permutation.longest_increasing_subsequences` | Return the list of the longest increasing subsequences of ``self``.
64
-
:meth:`~sage.combinat.permutation.Permutation.longest_increasing_subsequences_number` | Return the number of longest increasing subsequences
64
+
:meth:`~sage.combinat.permutation.Permutation.number_of_longest_increasing_subsequences` | Return the number of longest increasing subsequences
65
65
:meth:`~sage.combinat.permutation.Permutation.cycle_type` | Return the cycle type of ``self`` as a partition of ``len(self)``.
66
66
:meth:`~sage.combinat.permutation.Permutation.foata_bijection` | Return the image of the permutation ``self`` under the Foata bijection `\phi`.
67
67
:meth:`~sage.combinat.permutation.Permutation.foata_bijection_inverse` | Return the image of the permutation ``self`` under the inverse of the Foata bijection `\phi`.
0 commit comments