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