summaryrefslogtreecommitdiff
path: root/test/regress/regress0/simple-uf.smt
blob: 3aaba2ab088082ae12287ba6ccf1b5d942e9627e (plain)
1
2
3
4
5
6
7
(benchmark simple_uf
  :logic QF_UF
  :extrasorts (A B)
  :extrafuns ((f A B) (x A) (y A))
  :formula (not (implies (= x y) (= (f x) (f y))))
  :status unsat
)
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback