summaryrefslogtreecommitdiff
path: root/test/regress/regress0/flet.smt
blob: 95742de77dc67580c037f3293cc0b437c3164b93 (plain)
1
2
3
4
5
(benchmark flet_test
  :logic QF_UF
  :status unsat
  :extrapreds ((a) (b)) 
  :formula (flet ($x (and a b)) (and $x (or (not a) (not b)))))
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback