File: combination.out

package info (click to toggle)
gsl-doc 1.15-1
  • links: PTS
  • area: non-free
  • in suites: wheezy
  • size: 21,140 kB
  • sloc: ansic: 198,872; sh: 11,376; makefile: 731
file content (17 lines) | stat: -rw-r--r-- 162 bytes parent folder | download | duplicates (15)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
All subsets of {0,1,2,3} by size:
{ }
{ 0 }
{ 1 }
{ 2 }
{ 3 }
{ 0 1 }
{ 0 2 }
{ 0 3 }
{ 1 2 }
{ 1 3 }
{ 2 3 }
{ 0 1 2 }
{ 0 1 3 }
{ 0 2 3 }
{ 1 2 3 }
{ 0 1 2 3 }