summaryrefslogtreecommitdiff
path: root/test/regress/regress0/nl/pow2-native-2.smt2
blob: b5e742c51be305f5241df76d377325107091a52b (plain)
1
2
3
4
5
6
7
8
9
; EXPECT: unsat
(set-logic QF_NIA)
(set-info :status unsat)
(declare-fun x () Int)

(assert (and (<= 0 x) (< x 16)))
(assert (< (int.pow2 x) x))

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