summaryrefslogtreecommitdiff
path: root/test/regress/regress0/push-pop/inc-define.smt2
diff options
context:
space:
mode:
authorajreynol <andrew.j.reynolds@gmail.com>2016-03-22 14:07:21 -0500
committerajreynol <andrew.j.reynolds@gmail.com>2016-03-22 14:07:28 -0500
commit0ee7aa783c299eca1127005b590dd157b315f130 (patch)
tree23d95924956b6bdcfc9a7bc9b6996ac00657007e /test/regress/regress0/push-pop/inc-define.smt2
parent5d600cd2df87f81ec19034a79e7fe4eea9482b4c (diff)
Bug fix for define functions + incremental. Minor work on relational triggers.
Diffstat (limited to 'test/regress/regress0/push-pop/inc-define.smt2')
-rw-r--r--test/regress/regress0/push-pop/inc-define.smt29
1 files changed, 9 insertions, 0 deletions
diff --git a/test/regress/regress0/push-pop/inc-define.smt2 b/test/regress/regress0/push-pop/inc-define.smt2
new file mode 100644
index 000000000..27261eff6
--- /dev/null
+++ b/test/regress/regress0/push-pop/inc-define.smt2
@@ -0,0 +1,9 @@
+; COMMAND-LINE: --incremental
+; EXPECT: sat
+; EXPECT: sat
+(set-logic QF_LIA)
+(declare-fun x () Int)
+(check-sat)
+(define t (not (= x 0)))
+(assert t)
+(check-sat)
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback