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