summaryrefslogtreecommitdiff
path: root/test/regress/regress0/arith/div.09.smt2
blob: 2f1bca63a118b295e19fb0589ba91ec63e3a45c7 (plain)
1
2
3
4
5
6
7
8
9
10
11
; 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)
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback