summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCarlo Zancanaro <carlo@carlo-laptop>2012-11-29 16:39:52 +1100
committerCarlo Zancanaro <carlo@carlo-laptop>2012-11-29 16:39:52 +1100
commit77a327835f40a59a1419b156a2c02c2ef60a7172 (patch)
tree578bac1e09b747e761480d982b987042adb8c4ee
parent1a934e55880dd8184a1101eed304459515a7646d (diff)
A test I forgot to commit earlier.HEADmaster
-rw-r--r--impl/test/15.eqns15
-rw-r--r--impl/test/15.soln15
2 files changed, 30 insertions, 0 deletions
diff --git a/impl/test/15.eqns b/impl/test/15.eqns
new file mode 100644
index 0000000..26dcaa8
--- /dev/null
+++ b/impl/test/15.eqns
@@ -0,0 +1,15 @@
+x0 = 0
+x1 = x0
+x2 = x1
+x3 = x2
+x4 = x3
+x5 = x4
+x6 = x5
+x7 = x6
+x8 = x7
+x9 = x8
+x10 = x9
+x11 = x10
+x12 = x11
+x13 = x12
+x14 = x13
diff --git a/impl/test/15.soln b/impl/test/15.soln
new file mode 100644
index 0000000..3c2eb36
--- /dev/null
+++ b/impl/test/15.soln
@@ -0,0 +1,15 @@
+x0 = 0
+x1 = 0
+x10 = 0
+x11 = 0
+x12 = 0
+x13 = 0
+x14 = 0
+x2 = 0
+x3 = 0
+x4 = 0
+x5 = 0
+x6 = 0
+x7 = 0
+x8 = 0
+x9 = 0