summaryrefslogtreecommitdiff
path: root/gsl-1.9/doc/examples/combination.out
diff options
context:
space:
mode:
Diffstat (limited to 'gsl-1.9/doc/examples/combination.out')
-rw-r--r--gsl-1.9/doc/examples/combination.out17
1 files changed, 17 insertions, 0 deletions
diff --git a/gsl-1.9/doc/examples/combination.out b/gsl-1.9/doc/examples/combination.out
new file mode 100644
index 0000000..a9050ab
--- /dev/null
+++ b/gsl-1.9/doc/examples/combination.out
@@ -0,0 +1,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 }