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

(assert (<= 0 x))
(assert (<= 0 y))
(assert (< x y))
(assert (> (pow2 x) (pow2 y)))

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