summaryrefslogtreecommitdiff
path: root/test/regress/regress0/quantifiers/bug291.smt2
diff options
context:
space:
mode:
Diffstat (limited to 'test/regress/regress0/quantifiers/bug291.smt2')
-rw-r--r--test/regress/regress0/quantifiers/bug291.smt213
1 files changed, 13 insertions, 0 deletions
diff --git a/test/regress/regress0/quantifiers/bug291.smt2 b/test/regress/regress0/quantifiers/bug291.smt2
new file mode 100644
index 000000000..dbc230599
--- /dev/null
+++ b/test/regress/regress0/quantifiers/bug291.smt2
@@ -0,0 +1,13 @@
+(set-logic AUFLIA)
+(set-info :source |
+ Boogie/Spec# benchmarks.
+ This benchmark was translated by Michal Moskal.
+|)
+(set-info :smt-lib-version 2.0)
+(set-info :category "industrial")
+(set-info :status sat)
+(declare-fun select2 (Int) Int)
+(declare-fun store2 (Int) Int)
+(assert (forall ((?A Int) (?o Int) (?f Int) (?p Int) (?g Int) (?v Int)) (=> (not (= ?o ?p)) (= (select2 (store2 ?A)) (select2 ?A)))))
+(check-sat)
+(exit)
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback