summaryrefslogtreecommitdiff
path: root/test/regress/regress0/nl/tpp-fail-pf-012921.smt2
blob: c97a1207494c8cc67e85386e3d3febf8238dfe6a (plain)
1
2
3
4
5
(set-logic ALL)
(set-info :status unsat)
(declare-fun x () Real)
(assert (and (> 0.0 x) (not (= 0.0 (/ 0.0 (* 2 x))))))
(check-sat)
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback