summaryrefslogtreecommitdiff
path: root/test/regress/regress0/preprocess/preprocess_14.cvc.smt2
blob: a63ea247b618b5955d342d2cabf54b76fbc2a4b4 (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)
(declare-fun a6 () Bool)
(declare-fun a7 () Bool)
(declare-fun a8 () Bool)
(declare-fun a9 () Bool)
(assert a5)
(assert (or a0 (and a1 (or a2 (and a3 (and a4 (and a5 (and true (and a6 (and a7 (and a8 a9)))))))))))
(check-sat)
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback