summaryrefslogtreecommitdiff
path: root/omegalib/examples/old_test/tricky
diff options
context:
space:
mode:
Diffstat (limited to 'omegalib/examples/old_test/tricky')
-rw-r--r--omegalib/examples/old_test/tricky11
1 files changed, 0 insertions, 11 deletions
diff --git a/omegalib/examples/old_test/tricky b/omegalib/examples/old_test/tricky
deleted file mode 100644
index d12077c..0000000
--- a/omegalib/examples/old_test/tricky
+++ /dev/null
@@ -1,11 +0,0 @@
-symbolic N,M,k;
-{ [i,j] -> [] : 0 <= i <= M and 0 <= j <= N and 2i+j = k
- and not ( exists [i2,j2] :
- 0 <= i2 <= M and 0 <= j2 <= N
- and 2i2+j2 = k
- and i < i2 ) };
-{ [i,j] -> [] : 0 <= i <= M and 0 <= j <= N and 2i+j = k
- and not ( i < M && 2i-2 <= k &&
- N-k <= 2M
- && ( N-k < k or N <= 2k && (exists a : k = 2 a)
- ))};