summaryrefslogtreecommitdiff
path: root/test/regress/regress0/uf/euf_simp08.smt
blob: 0a89fe96a3768d7e4f68ada4ea734693052de135 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
(benchmark euf_simp8.smt

  :status unsat
  :difficulty { unknown }
  :category { crafted }
  :logic QF_UF
  :extrasorts (A)
  :extrafuns ((x A))
  :extrafuns ((f A A))

  :formula (let (?cvc_1 (f x)) (let (?cvc_0 (f (f ?cvc_1))) (not (implies (and (= ?cvc_0 x) (= (f (f ?cvc_0)) ?cvc_0)) (= ?cvc_1 x)))))

)
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback