summaryrefslogtreecommitdiff
path: root/omegalib/examples/old_test/guard1
diff options
context:
space:
mode:
Diffstat (limited to 'omegalib/examples/old_test/guard1')
-rw-r--r--omegalib/examples/old_test/guard111
1 files changed, 0 insertions, 11 deletions
diff --git a/omegalib/examples/old_test/guard1 b/omegalib/examples/old_test/guard1
deleted file mode 100644
index 0496d3b..0000000
--- a/omegalib/examples/old_test/guard1
+++ /dev/null
@@ -1,11 +0,0 @@
-symbolic n,m;
-incomingKnown := { [i1,i2] : exists ( alpha : i1+3alpha = 1+i2 ) &&
- i1 = n && i2 = m};
-
-
-codegen incomingKnown;
-incomingKnown := { [i1,i2] : exists ( alpha : i1+2alpha = 1+i2 ) &&
- i1 = n && i2 = m};
-
-
-codegen incomingKnown;