; COMMAND-LINE: --unconstrained-simp --no-check-models (set-logic QF_AUFLIRA) (set-info :smt-lib-version 2.0) (set-info :category "crafted") (set-info :status unsat) (declare-fun v1 () Int) (declare-fun v2 () Real) (assert (= (/ v1 2) v2)) (assert (< v2 (/ 1 2))) (assert (> v2 0)) (check-sat) (exit)