; EXPECT: (error "Non-linear term was asserted to arithmetic in a linear logic.") ; EXIT: 1 (set-logic QF_LRA) (set-info :status unknown) (declare-fun n () Real) ; This example is test that LRA rejects multiplication terms (assert (= (* n n) 1)) (check-sat)