Commit: ba56bfa OS: Ubuntu 18.04 Refutation unsoundness: ``` [526] % z3release small.smt2 sat [527] % z3release tactic.default_tactic=smt sat.euf=true model_validate=true small.smt2 unsat [528] % cat small.smt2 (declare-const a Real) (assert (not (< (* a a) 0 0))) (check-sat) [529] % ```