[mathicgb] 301/393: Added some small test examples.

Doug Torrance dtorrance-guest at moszumanska.debian.org
Fri Apr 3 15:59:25 UTC 2015


This is an automated email from the git hooks/post-receive script.

dtorrance-guest pushed a commit to branch upstream
in repository mathicgb.

commit 1c518d3e575c1b1548d285eff34c2527437e381c
Author: Bjarke Hammersholt Roune <bjarkehr.code at gmail.com>
Date:   Mon Apr 29 17:21:49 2013 +0200

    Added some small test examples.
---
 examples/cyclic4.ideal | 6 ++++++
 examples/cyclic5.ideal | 7 +++++++
 examples/cyclic7.ideal | 9 +++++++++
 examples/tiny.ideal    | 7 +++++++
 4 files changed, 29 insertions(+)

diff --git a/examples/cyclic4.ideal b/examples/cyclic4.ideal
new file mode 100755
index 0000000..7514a49
--- /dev/null
+++ b/examples/cyclic4.ideal
@@ -0,0 +1,6 @@
+101 4 1 1 1 1 1
+4
+ a+b+c+d
+ ab+bc+cd+da
+ abc+bcd+cda+dab
+ abcd-1
diff --git a/examples/cyclic5.ideal b/examples/cyclic5.ideal
new file mode 100755
index 0000000..8fae9f9
--- /dev/null
+++ b/examples/cyclic5.ideal
@@ -0,0 +1,7 @@
+101 5 1 1 1 1 1 1
+5
+ a+b+c+d+e
+ ab+bc+cd+de+ea
+ abc+bcd+cde+dea+eab
+ abcd+bcde+cdea+deab+eabc
+ abcde-1
diff --git a/examples/cyclic7.ideal b/examples/cyclic7.ideal
new file mode 100755
index 0000000..3a8cdfa
--- /dev/null
+++ b/examples/cyclic7.ideal
@@ -0,0 +1,9 @@
+101 7 1 1 1 1 1 1 1 1
+7
+a+b+c+d+e+f+g
+ab+bc+cd+de+ef+fg+ga
+abc+bcd+cde+def+efg+fga+gab
+abcd+bcde+cdef+defg+efga+fgab+gabc
+abcde+bcdef+cdefg+defga+efgab+fgabc+gabcd
+abcdef+bcdefg+cdefga+defgab+efgabc+fgabcd+gabcde
+abcdefg-1
diff --git a/examples/tiny.ideal b/examples/tiny.ideal
new file mode 100755
index 0000000..4515b91
--- /dev/null
+++ b/examples/tiny.ideal
@@ -0,0 +1,7 @@
+101
+4
+1
+ 1 1 1 1
+2
+a2d-b
+a3-c

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-science/packages/mathicgb.git



More information about the debian-science-commits mailing list