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