summaryrefslogtreecommitdiff
path: root/omegalib/examples/old_test/closure5
diff options
context:
space:
mode:
Diffstat (limited to 'omegalib/examples/old_test/closure5')
-rw-r--r--omegalib/examples/old_test/closure56
1 files changed, 6 insertions, 0 deletions
diff --git a/omegalib/examples/old_test/closure5 b/omegalib/examples/old_test/closure5
new file mode 100644
index 0000000..2792806
--- /dev/null
+++ b/omegalib/examples/old_test/closure5
@@ -0,0 +1,6 @@
+symbolic n,m;
+d11 := {[i,j] -> [i,2i+j] : 1 <= i <= n && 1 <= j,2i+j <= m};
+d12 := {[i,j] -> [i,j+4] : 1 <= i <= n && 1 <= j,j+4 <= m};
+d := d11 union d12;
+e := d - (d+ compose d);
+gist e given d;