summaryrefslogtreecommitdiff
path: root/test/regress/regress1/quantifiers/issue4290-cegqi-r.smt2
diff options
context:
space:
mode:
Diffstat (limited to 'test/regress/regress1/quantifiers/issue4290-cegqi-r.smt2')
-rw-r--r--test/regress/regress1/quantifiers/issue4290-cegqi-r.smt27
1 files changed, 7 insertions, 0 deletions
diff --git a/test/regress/regress1/quantifiers/issue4290-cegqi-r.smt2 b/test/regress/regress1/quantifiers/issue4290-cegqi-r.smt2
new file mode 100644
index 000000000..d9d9cc4a9
--- /dev/null
+++ b/test/regress/regress1/quantifiers/issue4290-cegqi-r.smt2
@@ -0,0 +1,7 @@
+(set-logic AUFLIA)
+(set-info :status unsat)
+(declare-fun _substvar_29_ () (Array Bool Int))
+(declare-fun _substvar_55_ () (Array Bool Int))
+(declare-const arr-8129271443090794560_6381925390096970410-0 (Array Bool Int))
+(assert (not (exists ((q1 Int) (q2 Bool) (q3 (Array Bool Int))) (xor (distinct q1 51) (xor true true true true true true true true (= _substvar_29_ arr-8129271443090794560_6381925390096970410-0 (store _substvar_55_ true 70)) true true) true))))
+(check-sat)
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback