Advertisement
mate2code

multiset partitions (4,2)

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