sidekick/tests/unsat/test-008.smt2
2018-02-08 22:19:28 -06:00

7 lines
155 B
Text

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