Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- elements in multiset: 4 integer partition: 0 (1+1+1+1)
- 1: { 1 2 3 4 }
- 2: { 1 }{ 2 3 4 }
- 3: { 2 }{ 1 3 4 }
- 4: { 3 }{ 1 2 4 }
- 5: { 4 }{ 1 2 3 }
- 6: { 1 2 }{ 3 4 }
- 7: { 1 3 }{ 2 4 }
- 8: { 1 4 }{ 2 3 }
- 9: { 1 }{ 2 }{ 3 4 }
- 10: { 1 }{ 3 }{ 2 4 }
- 11: { 1 }{ 4 }{ 2 3 }
- 12: { 2 }{ 3 }{ 1 4 }
- 13: { 2 }{ 4 }{ 1 3 }
- 14: { 3 }{ 4 }{ 1 2 }
- 15: { 1 }{ 2 }{ 3 }{ 4 }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement