Commit 75811ad
Release Manager
gh-39999: handle permutations in S_n with n > 2^16
This resolves #39998, as the issue is gap having small and large
permutations:
https://github.com/gap-system/gap/blob/f0b438db8fa5786d19975e6040076fd46
b08bd85/src/permutat.h#L18-L26
### 📝 Checklist
<!-- Put an `x` in all the boxes that apply. -->
- [x] The title is concise and informative.
- [x] The description explains in detail what this PR is about.
- [x] I have linked a relevant issue or discussion.
- [x] I have created tests covering the changes.
- [x] I have updated the documentation and checked the documentation
preview.
URL: #39999
Reported by: Edgar Costa
Reviewer(s): Dima Pasechnik, Julian Rüth, Travis Scrimshaw
1 file changed
+22
-6
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
135 | 135 | | |
136 | 136 | | |
137 | 137 | | |
138 | | - | |
139 | | - | |
| 138 | + | |
| 139 | + | |
140 | 140 | | |
141 | 141 | | |
142 | 142 | | |
| |||
890 | 890 | | |
891 | 891 | | |
892 | 892 | | |
| 893 | + | |
| 894 | + | |
| 895 | + | |
| 896 | + | |
| 897 | + | |
893 | 898 | | |
894 | 899 | | |
895 | 900 | | |
896 | 901 | | |
897 | 902 | | |
898 | | - | |
899 | | - | |
900 | 903 | | |
901 | | - | |
902 | | - | |
| 904 | + | |
| 905 | + | |
| 906 | + | |
| 907 | + | |
| 908 | + | |
| 909 | + | |
| 910 | + | |
| 911 | + | |
| 912 | + | |
| 913 | + | |
| 914 | + | |
| 915 | + | |
| 916 | + | |
| 917 | + | |
| 918 | + | |
903 | 919 | | |
904 | 920 | | |
905 | 921 | | |
| |||
0 commit comments