Stefan Rigger
Stefan Rigger
Hm I seem to get code coverage of 0.0 which doesn't seem right at all...
This would definitely be useful to me.
As it turns out, this is implemented with the function `multiexponents` in this module, that also returns an interator. Some quick and dirty performance tests for the two solutions: ```julia...
I'm rather late to the party, but it's not exactly clear to me what you are looking for. Can you give an example of what you would expect multiset_combinations to...
I don't think we should call this a bug, since the documentation for `combinations` says that it "generates all combinations of n elements from an indexable object". Since sets are...