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, 0 insertions, 6 deletions
diff --git a/omegalib/examples/old_test/closure5 b/omegalib/examples/old_test/closure5
deleted file mode 100644
index 2792806..0000000
--- a/omegalib/examples/old_test/closure5
+++ /dev/null
@@ -1,6 +0,0 @@
-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;