summaryrefslogtreecommitdiff
path: root/test/regress/regress0/preprocess/preprocess_09.cvc.smt2
blob: e035c60717cffc95ab00f154418b33833219b212 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
; EXPECT: sat
(set-logic ALL)
(set-option :incremental false)
(declare-fun a0 () Bool)
(declare-fun a1 () Bool)
(declare-fun a2 () Bool)
(declare-fun a3 () Bool)
(declare-fun a4 () Bool)
(declare-fun a5 () Bool)
(assert (= (and (and a0 a1) a2) (or (or a3 a4) a5)))
(assert a0)
(assert a1)
(assert a2)
(assert (not a3))
(assert (not a5))
(check-sat)
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback