summaryrefslogtreecommitdiff
path: root/test/regress/regress0/unconstrained/mult1.smt2
blob: 50d097946f55df3617246c5260035e3799458d71 (plain)
1
2
3
4
5
6
7
8
9
; COMMAND-LINE: --unconstrained-simp
(set-logic QF_LIA)
(set-info :status sat)

(declare-fun x3 () Int)
(assert (<= (* 1 x3) 0))

(check-sat)
(exit)
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback