summaryrefslogtreecommitdiff
path: root/test/regress/regress1/push-pop/model-unsound-ania.smt2
diff options
context:
space:
mode:
Diffstat (limited to 'test/regress/regress1/push-pop/model-unsound-ania.smt2')
-rw-r--r--test/regress/regress1/push-pop/model-unsound-ania.smt211
1 files changed, 11 insertions, 0 deletions
diff --git a/test/regress/regress1/push-pop/model-unsound-ania.smt2 b/test/regress/regress1/push-pop/model-unsound-ania.smt2
new file mode 100644
index 000000000..6f7f2752a
--- /dev/null
+++ b/test/regress/regress1/push-pop/model-unsound-ania.smt2
@@ -0,0 +1,11 @@
+; COMMAND-LINE: --incremental
+; EXPECT: sat
+; EXPECT: unsat
+(set-logic QF_ANIA)
+(declare-fun _substvar_16_ () Int)
+(push 1)
+(assert (not (= (mod _substvar_16_ 2) 0)))
+(check-sat)
+(pop 1)
+(assert (= (- (mod _substvar_16_ 2) 2) 0))
+(check-sat)
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback