summaryrefslogtreecommitdiff
path: root/test/regress/regress0/push-pop/arith_lra_02.smt2
diff options
context:
space:
mode:
authorDejan Jovanović <dejan.jovanovic@gmail.com>2012-10-24 19:41:33 +0000
committerDejan Jovanović <dejan.jovanovic@gmail.com>2012-10-24 19:41:33 +0000
commitbaf045ed88c2f72f435547e2de6424992b8c0810 (patch)
tree39598bfc0bf118e96bba6f076882829d6b0bd5f5 /test/regress/regress0/push-pop/arith_lra_02.smt2
parent6809eb4a11f5cf2188f6492c683c9183045419a3 (diff)
fix for bug 429
* not all asserted units were tracked in the user trail, moved the tracking into uncheckedEnqueue
Diffstat (limited to 'test/regress/regress0/push-pop/arith_lra_02.smt2')
-rw-r--r--test/regress/regress0/push-pop/arith_lra_02.smt220
1 files changed, 20 insertions, 0 deletions
diff --git a/test/regress/regress0/push-pop/arith_lra_02.smt2 b/test/regress/regress0/push-pop/arith_lra_02.smt2
index 39db126d0..74547db91 100644
--- a/test/regress/regress0/push-pop/arith_lra_02.smt2
+++ b/test/regress/regress0/push-pop/arith_lra_02.smt2
@@ -1,3 +1,23 @@
+; COMMAND-LINE: --incremental
+; EXPECT: sat
+; EXPECT: sat
+; EXPECT: sat
+; EXPECT: sat
+; EXPECT: sat
+; EXPECT: sat
+; EXPECT: sat
+; EXPECT: sat
+; EXPECT: sat
+; EXPECT: sat
+; EXPECT: sat
+; EXPECT: sat
+; EXPECT: sat
+; EXPECT: sat
+; EXPECT: sat
+; EXPECT: unsat
+; EXPECT: unsat
+; EXPECT: sat
+; EXIT: 10
(set-logic QF_LRA)
(declare-fun x0 () Real)
(declare-fun x1 () Real)
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback