summaryrefslogtreecommitdiff
path: root/test/regress/regress0/unconstrained/issue4644.smt2
blob: aeb2bfc8499f192606830125bb89bb5aede93aa1 (plain)
1
2
3
4
5
6
7
8
9
; COMMAND-LINE: --unconstrained-simp
(set-logic ALL)
(declare-fun a () Bool)
(declare-fun b () Bool)
(declare-fun c () Bool)
(assert (distinct a c))
(assert (= a b (= b c)))
(set-info :status sat)
(check-sat)
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback