Advertisement
mate2code

multiset partitions (5,5)

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