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