Comment #17 on issue 3501 by [email protected]: Missing partitions in sympy.utilities.iterables.multiset_partitions
http://code.google.com/p/sympy/issues/detail?id=3501

Thanks for your clarifying comments. multiset_partitions is now a clearing house for any enumerations of sets (with or without repeats). It uses the partitions() routine if there is only 1 element in the multiset. I also exposed (as a private method) the nexequ routine under the name _set_partitions.

(Changing the routine to be 1-based was a delicate procedure! I left the original version in case some bug is discovered in what I did.)

--
You received this message because you are subscribed to the Google Groups 
"sympy-issues" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/sympy-issues?hl=en.

Reply via email to