Hi, For this formula, ``` (declare-fun a () Int) (declare-fun b (Int) Bool) (assert (b (/ 0 a))) (check-sat) ``` z3 smt.arith.solver=1 throws out a segmentation fault. OS: Ubuntu 18.04 Revision: 7b0327d
Hi,
For this formula,
z3 smt.arith.solver=1 throws out a segmentation fault.
OS: Ubuntu 18.04
Revision: 7b0327d