summaryrefslogtreecommitdiff
path: root/test/regress/regress0/preprocess/preprocess_04.cvc.smt2
blob: 3cf3091734c6b8d09c448186050113e8f0fddeed (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
; EXPECT: unsat
(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)
(assert (not a1))
(assert (and a4 a7))
(assert (ite (and (and a0 a1) a2) (and (and a3 a4) a5) (and (and a6 (not a7)) a8)))
(check-sat)
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback