summaryrefslogtreecommitdiff
path: root/test/regress/regress0/uf/simple.01.cvc.smt2
blob: 8cb117f641ddf1959461e95bdead53ac07e7cefb (plain)
1
2
3
4
5
6
7
8
9
; EXPECT: unsat
(set-logic ALL)
(set-option :incremental false)
(declare-sort A 0)
(declare-sort B 0)
(declare-fun x () A)
(declare-fun y () A)
(declare-fun f (A) B)
(check-sat-assuming ( (not (=> (= x y) (= (f x) (f y)))) ))
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback