summaryrefslogtreecommitdiff
path: root/test/regress/regress0/logops.01.cvc.smt2
blob: c7721fc5bd2bdf47258eddc5a68c4ec1bf66b243 (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 (= (xor a b) (or (and (not a) b) (and (not b) a)))) ))
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback