summaryrefslogtreecommitdiff
path: root/test/regress/regress0/uflia/check01.smt2
blob: f182c5fbe5dab726a1f299bcaa59a0eb3d115032 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
; COMMAND-LINE: --incremental
; EXPECT: sat
(set-logic QF_UFLIA)
(set-info :smt-lib-version 2.6)
(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