Advertisement
mate2code

multiset partitions (6,10)

Nov 6th, 2014
134
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.39 KB | None | 0 0
  1. elements in multiset: 6 integer partition: 10 (6)
  2.  
  3. 1: { 1 1 1 1 1 1 }
  4. 2: { 1 }{ 1 1 1 1 1 }
  5. 3: { 1 1 }{ 1 1 1 1 }
  6. 4: { 1 1 1 }{ 1 1 1 }
  7. 5: { 1 }{ 1 }{ 1 1 1 1 }
  8. 6: { 1 }{ 1 1 }{ 1 1 1 }
  9. 7: { 1 1 }{ 1 1 }{ 1 1 }
  10. 8: { 1 }{ 1 }{ 1 }{ 1 1 1 }
  11. 9: { 1 }{ 1 }{ 1 1 }{ 1 1 }
  12. 10: { 1 }{ 1 }{ 1 }{ 1 }{ 1 1 }
  13. 11: { 1 }{ 1 }{ 1 }{ 1 }{ 1 }{ 1 }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement