(declare-fun a () Real)
(declare-fun b () Real)
(declare-fun c () Real)
(declare-fun d () Real)
(declare-fun i () Real)
(declare-fun e () Real)
(declare-fun ep () Real)
(declare-fun f () Real)
(declare-fun j () Real)
(declare-fun g () Real)
(assert
(or
(not
(exists
((h Real))
(=>
(and (= 0.0 (/ b j)) (< 0.0 e))
(=> (= 0.0 i) (= (= (<= 0.0 h) (<= h ep)) (= 1.0 2.0))) ;; LINE 18
)
)
)
(not
(exists
((h Real))
(=> (<= 0.0 (/ a h)) (= 0 (/ c e)))
)
)
)
)
(assert (= c (/ c g) g 0))
(assert (= ep (/ d f)))
(check-sat)
z3 crashes on the this formula reporting:
Failed to verify: m_util.is_numeral(rhs, _k)
[2] 25133 segmentation fault (core dumped) /home/dominik/repositories/smtfuzzer/solvers/z3/z3
OS: Ubuntu 18.06
Revision: e1fd167
z3 crashes on the this formula reporting:
Failed to verify: m_util.is_numeral(rhs, _k)
[2] 25133 segmentation fault (core dumped) /home/dominik/repositories/smtfuzzer/solvers/z3/z3
OS: Ubuntu 18.06
Revision: e1fd167