summaryrefslogtreecommitdiff
path: root/test/regress/regress0/push-pop/issue2137.min.smt2
blob: 372e8f1f301d95ca2405835902cb2f14521cae09 (plain)
1
2
3
4
5
6
7
8
9
10
11
; COMMAND-LINE: --incremental --check-unsat-cores
; EXPECT: sat
; EXPECT: unsat
(set-logic ALL)
(declare-fun a () Real)
(declare-fun b () Bool)
(assert (< 0 a))
(assert (xor b (< 0 a 0) false))
(check-sat)
(assert (not b))
(check-sat)
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback