summaryrefslogtreecommitdiff
path: root/test/regress/regress0/logops.03.cvc.smt2
blob: 0d62df51d51114ea08ea836d99997fd563b9c7ab (plain)
1
2
3
4
5
6
7
; EXPECT: unsat
(set-logic ALL)
(set-option :incremental false)
(declare-fun a () Bool)
(declare-fun b () Bool)
(declare-fun c () Bool)
(check-sat-assuming ( (not (= (ite c a b) (or (and c a) (and (not c) b)))) ))
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback