Advertisement
mate2code

multiset partitions (4,1)

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