summaryrefslogtreecommitdiff
path: root/test/regress/regress0/simple-uf.smt
blob: 9611a6d799aede40e3d0562f71194885b9be12c7 (plain)
1
2
3
4
5
6
7
8
(benchmark simple_uf
  :logic QF_UF
  :status unsat
  :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