(set-logic QF_NIA) (set-info :status sat) (declare-fun x () Int) (declare-fun y () Int) (declare-fun z () Int) (assert (= (+ (* z 2) 1) (* x y))) (check-sat) (exit)