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