summaryrefslogtreecommitdiff
path: root/omegalib/examples/old_test/m2
diff options
context:
space:
mode:
Diffstat (limited to 'omegalib/examples/old_test/m2')
-rw-r--r--omegalib/examples/old_test/m24
1 files changed, 4 insertions, 0 deletions
diff --git a/omegalib/examples/old_test/m2 b/omegalib/examples/old_test/m2
new file mode 100644
index 0000000..be93f8e
--- /dev/null
+++ b/omegalib/examples/old_test/m2
@@ -0,0 +1,4 @@
+R1:={[i,j]: 2 <= i,j <= 9};
+R2:={[i,j]: 5 <= i <= 9 & 1 <= j <= 9};
+codegen R1,R2;
+codegen 2 R1,R2;