summaryrefslogtreecommitdiff
path: root/test/regress/regress0/unconstrained/4486.smt2
blob: 01771ce66c9ff20f25724e3eedb2cf26e66d39e9 (plain)
1
2
3
4
5
6
7
8
; COMMAND-LINE: --unconstrained-simp
; EXPECT: sat
(set-logic ALL)
(set-info :status sat)
(declare-fun x () Real)
(assert (is_int x))
(assert (is_int (+ x 1)))
(check-sat)
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback