summaryrefslogtreecommitdiff
path: root/test/regress/regress0/preprocess/preprocess_07.cvc.smt2
blob: b071c0641380cd566f0dd05aa841e7befd3de6bb (plain)
1
2
3
4
5
6
7
8
9
10
11
12
; 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 a4)
(check-sat)
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback