ulthiel / JuLie.jl

Mathematically sound structures and fast algorithms for things around representation theory, especially algebraic Lie theory and accompanying combinatorics.
GNU General Public License v3.0
6 stars 7 forks source link

multi-(set)-partitions #13

Closed schto223 closed 3 years ago

schto223 commented 3 years ago

-renamed multipartitions() to multisetpartitions() -added multipartitions(n,r): which returns all multipartitions of n of length r. -added and renamed tests for Multipartitions.

-reordered the functions in partitions.jl -tableaux.jl should still be identical to the last pull request, but I'm having trouble handpicking the files, that I would want you to pull.