summaryrefslogtreecommitdiff
path: root/test/regress/regress0/uflia/check01.smt2
blob: 9d7236b522bdb098d95d9af7963b28a92218978c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
; COMMAND-LINE: --incremental
; EXPECT: sat
; EXIT: 10
(set-logic QF_UFLIA)
(set-info :smt-lib-version 2.0)
(set-info :status sat)

(declare-fun f (Int) Bool)

(assert (f 0))

(push 1)
(assert (not (f 0)))
(pop 1)
(check-sat)
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback