JuliaMath / Combinatorics.jl

A combinatorics library for Julia
http://juliamath.github.io/Combinatorics.jl/dev/
Other
214 stars 58 forks source link

Permuted partitions #124

Open ParadaCarleton opened 1 year ago

ParadaCarleton commented 1 year ago

It'd be great to have a function that's (conceptually) the same as multiset_permute(partition(x)), iterating over tuples.

ParadaCarleton commented 1 year ago

Apparently what I needed exists, it just has a somewhat weird name--I didn't expect it to be called multiexponents at all. Would this be easier to find if it had a more recognizable name (e.g. compositions)?