summaryrefslogtreecommitdiff
path: root/omegalib/examples/old_test/sample2
diff options
context:
space:
mode:
Diffstat (limited to 'omegalib/examples/old_test/sample2')
-rw-r--r--omegalib/examples/old_test/sample211
1 files changed, 0 insertions, 11 deletions
diff --git a/omegalib/examples/old_test/sample2 b/omegalib/examples/old_test/sample2
deleted file mode 100644
index 1ca6b19..0000000
--- a/omegalib/examples/old_test/sample2
+++ /dev/null
@@ -1,11 +0,0 @@
-symbolic n,m;
-
-example { [i] -> [j] : 1 <= i <= 20 };
-
-example {[i] : 1 <= i <= n};
-
-example {[i] : m <= i <= n};
-
-example {[i] : exists ( alpha : i <= 2alpha)};
-
-example {[i] : exists ( alpha : i = 2alpha)};