summaryrefslogtreecommitdiff
path: root/test/regress/regress0/simple-uf.smt
blob: 0a17533315d71ed0f4f9128746b8c114a420aac5 (plain)
1
2
3
4
5
6
7
(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))))
)
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback