sidekick/tests/unsat/test-016.smt2
2019-03-22 18:49:25 -05:00

14 lines
225 B
Text

(declare-sort U 0)
(declare-fun p () Bool)
(declare-fun q () Bool)
(declare-fun a () U)
(declare-fun b () U)
(assert
(and
(= p (= a b))
(= q (= b a))
(or (not p) (not q))
(or p q)))
(check-sat)
; :status unsat