summaryrefslogtreecommitdiff
path: root/omegalib/examples/old_test/p5
diff options
context:
space:
mode:
Diffstat (limited to 'omegalib/examples/old_test/p5')
-rw-r--r--omegalib/examples/old_test/p58
1 files changed, 0 insertions, 8 deletions
diff --git a/omegalib/examples/old_test/p5 b/omegalib/examples/old_test/p5
deleted file mode 100644
index ae7b242..0000000
--- a/omegalib/examples/old_test/p5
+++ /dev/null
@@ -1,8 +0,0 @@
-symbolic n;
-{[iw] -> [ir] :
- 1 <= iw, ir <= 2n and iw=ir
- and ! exists ( ik,jk : 1 <= ik <= 2n && 1 <= jk < n and
- iw <= ik = ir and 2jk = ir )
- and ! exists ( ik,jk : 1 <= ik <= 2n && 1 <= jk < n and
- iw <= ik = ir and 2jk+1 = ir )
- };