(declare-const x Real) (declare-fun f (Real) Real) (assert (= (f 1.0) 0.0)) (assert (= (* xx) (* 1.0 1.0))) (check-sat) (get-model)
I have two independent statements, one in nonlinear arithmetic and other non-interpreted functions. Z3 gives the "model unavailable" to the problem described above. Is there a way to set the logic for something that can work at the same time? Thanks.
Hesam source share