Skip to content

Commit

Permalink
gh-35060: a bijectionist's toolkit
Browse files Browse the repository at this point in the history
    
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
  • Loading branch information
Release Manager committed Mar 10, 2023
2 parents b5f7acc + cb2c82a commit 1d26fa3
Show file tree
Hide file tree
Showing 3 changed files with 3,243 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/doc/en/reference/combinat/module_list.rst
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ Comprehensive Module List
sage/combinat/alternating_sign_matrix
sage/combinat/backtrack
sage/combinat/baxter_permutations
sage/combinat/bijectionist
sage/combinat/binary_recurrence_sequences
sage/combinat/binary_tree
sage/combinat/blob_algebra
Expand Down
4 changes: 4 additions & 0 deletions src/sage/combinat/all.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@
- :ref:`sage.combinat.designs.all`
- :ref:`sage.combinat.posets.all`
- :ref:`sage.combinat.words`
- :ref:`sage.combinat.bijectionist`
Utilities
---------
Expand Down Expand Up @@ -299,3 +300,6 @@

# Path Tableaux
lazy_import('sage.combinat.path_tableaux', 'catalog', as_='path_tableaux')

# Bijectionist
lazy_import('sage.combinat.bijectionist', 'Bijectionist')
Loading

0 comments on commit 1d26fa3

Please sign in to comment.