Closed muchang closed 4 years ago
works fine in f2d3160181fbbac57f7a5d28a54e5a2f53e22b32 ./z3 ~/Dropbox/smts/4295.smt2 model_validate=true smt.arith.nl.nra=true sat ./z3 ~/Dropbox/smts/4295.smt2 model_validate=true smt.arith.nl.nra=false sat cat ~/Dropbox/smts/4295.smt2 (declare-fun a () Real) (declare-fun b () Real) (declare-fun c () Real) (declare-fun d () Real) (declare-fun g () Real) (declare-fun e () Real) (define-fun h () Bool (and (> c 0) (= (+ e (div d b) g) (+ (* a a) c a)))) (define-fun f () Bool (= (+ g e) 0)) (assert h) (assert (not f)) (check-sat) Compilation finished at Wed May 20 11:33:59
Hi, For this case, Z3 throws out a segmentation fault:
OS: Ubuntu 18.04 Commit: a14c2a3