summaryrefslogtreecommitdiff
path: root/test/regress/regress0/nl/pow2-native-2.smt2
blob: ba0621dbce483f17517bc4d10222eb78122a05a1 (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 (< (pow2 x) x))

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