Programs
If you need support, you can join us in our Discord support server.-
Tilings
https://github.com/PermutaTriangle/Tilings
Tilings is a library for working with gridded permutations and tilings.
-
Permuta
https://pypi.org/project/permuta/
Permuta is a Python library for working with permutations and patterns.
-
Combinatorial specification searcher
https://github.com/PermutaTriangle/comb_spec_searcher
The
comb_spec_searcher
package contains code for combinatorial exploration. -
Algorithms computing the preimages of sorting operators
The file preim.sage contains algorithms developed by myself and Hjalti Magnusson for computing the preimage of any pattern class under two sorting operators: 1) A stack of depth d (you can put d equal to infinity); and 2) A queue. These are implemented in the computer algebra system Sage. What follow are instructions for using the algorithm. Please contact me via email if you find any bugs, want any clarifications or to suggest new features.