aboutsummaryrefslogtreecommitdiffstats
path: root/src/lfsc/tests/sat13.smt2
blob: 4ca190f5202d74dd0a6c624a4019a7f1a3da8222 (plain)
1
2
3
4
5
6
7
(set-logic QF_UF)
(declare-sort U 0)
(declare-fun a () U)
(declare-fun b () U)
(assert (and (not (not (= a b))) (not (= a b))))
(check-sat)
(exit)