Advertisement
mate2code

multiset partitions (4,3)

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