summaryrefslogtreecommitdiff
path: root/test/regress/regress0/arith/issue5761-ppr.smt2
blob: 264807afb3322c17adf5b0f9f751b6f27c065a2d (plain)
1
2
3
4
5
6
7
8
9
; COMMAND-LINE: --arith-rewrite-equalities -i
; EXPECT: sat
(set-logic QF_NIA)
(set-info :status sat)
(declare-const i4 Int)
(declare-const v9 Bool)
(assert (= v9 (< (- i4) 1)))
(push)
(check-sat)
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback