summaryrefslogtreecommitdiff
path: root/omegalib/examples/old_test/iter6
diff options
context:
space:
mode:
Diffstat (limited to 'omegalib/examples/old_test/iter6')
-rw-r--r--omegalib/examples/old_test/iter66
1 files changed, 0 insertions, 6 deletions
diff --git a/omegalib/examples/old_test/iter6 b/omegalib/examples/old_test/iter6
deleted file mode 100644
index b093c0b..0000000
--- a/omegalib/examples/old_test/iter6
+++ /dev/null
@@ -1,6 +0,0 @@
-Y := { [i,j] : 1 <= i <= 5 and 12 <= j <= 17};
-codegen Y;
-
-X := { [i,j] : 17i-153 = 12j+17 and 1 <= i <= 100 and 1 <= j <= 100 and i < j};
-codegen X;
-