summaryrefslogtreecommitdiff
path: root/omegalib/examples/old_test/cover
diff options
context:
space:
mode:
Diffstat (limited to 'omegalib/examples/old_test/cover')
-rw-r--r--omegalib/examples/old_test/cover6
1 files changed, 0 insertions, 6 deletions
diff --git a/omegalib/examples/old_test/cover b/omegalib/examples/old_test/cover
deleted file mode 100644
index 2cfdacf..0000000
--- a/omegalib/examples/old_test/cover
+++ /dev/null
@@ -1,6 +0,0 @@
-symbolic p(2), n, m;
-R := { [ir,jr] : 1 <= ir <= n && 1 <= jr <= m };
-W1 := { [iw,jw] : 1 <= iw <= n && 1 <= jw <= m && p(Set) >= 0 };
-W2 := { [iw,jw] : 1 <= iw <= n && 1 <= jw <= m && p(Set) < 0 };
-Exposed := R intersection complement ( W1 union W2 );
-Exposed;