summaryrefslogtreecommitdiff
path: root/test/regress/regress0/arith/issue3683.smt2
blob: 0ce6dc89d1093fb836c0bbf326104af9948d9f87 (plain)
1
2
3
4
5
(set-logic ALL)
(declare-fun a () Real)
(assert (= (+ 2 (exp (+ 2 a))) 0))
(set-info :status unsat)
(check-sat)
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback