Skip to content

Commit 1d26fa3

Browse files
author
Release Manager
committed
gh-35060: a bijectionist's toolkit We provide a toolkit for the combinatorialist to help find functions ("statistics") s: A -> Z and bijections A -> B given sequences of finite sets A and B that satisfy various constraints. Closes #33238 ### 📝 Checklist - [x] I have made sure that the title is self-explanatory and the description concisely explains the PR. - [x] I have linked an issue or discussion. - [x] I have created tests covering the changes. - [x] I have updated the documentation accordingly. URL: #35060 Reported by: Martin Rubey Reviewer(s): Martin Rubey, Matthias Köppe, Travis Scrimshaw
2 parents b5f7acc + cb2c82a commit 1d26fa3

File tree

3 files changed

+3243
-0
lines changed

3 files changed

+3243
-0
lines changed

src/doc/en/reference/combinat/module_list.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ Comprehensive Module List
2222
sage/combinat/alternating_sign_matrix
2323
sage/combinat/backtrack
2424
sage/combinat/baxter_permutations
25+
sage/combinat/bijectionist
2526
sage/combinat/binary_recurrence_sequences
2627
sage/combinat/binary_tree
2728
sage/combinat/blob_algebra

src/sage/combinat/all.py

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@
2727
- :ref:`sage.combinat.designs.all`
2828
- :ref:`sage.combinat.posets.all`
2929
- :ref:`sage.combinat.words`
30+
- :ref:`sage.combinat.bijectionist`
3031
3132
Utilities
3233
---------
@@ -299,3 +300,6 @@
299300

300301
# Path Tableaux
301302
lazy_import('sage.combinat.path_tableaux', 'catalog', as_='path_tableaux')
303+
304+
# Bijectionist
305+
lazy_import('sage.combinat.bijectionist', 'Bijectionist')

0 commit comments

Comments
 (0)