summaryrefslogtreecommitdiff
path: root/test/regress/regress1/bvdiv2.smt2
blob: 67d583c763e7b1e48fb170e79f7e997000b5fab0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
(set-logic QF_AUFBVLIA)
(set-info :smt-lib-version 2.6)
(set-info :category "crafted")
(set-info :status unsat)
(declare-fun x0 () (_ BitVec 10))
(declare-fun x1 () (_ BitVec 10))
(declare-fun x2 () (_ BitVec 10))
(declare-fun x3 () (_ BitVec 10))
(declare-fun x4 () (_ BitVec 10))
(declare-fun x5 () (_ BitVec 10))
(declare-fun x6 () (_ BitVec 10))
(declare-fun x7 () (_ BitVec 10))
(declare-fun x8 () (_ BitVec 10))
(declare-fun x9 () (_ BitVec 10))
(declare-fun v2 () Int)
(declare-fun a2 (Int) (_ BitVec 1024))
(declare-fun v3 () (_ BitVec 1024))
(declare-fun v4 () (_ BitVec 1024))
(declare-fun v5 () (_ BitVec 1024))
(assert
 (and
 (not (= x0 (_ bv0 10)))
 (not (= (bvudiv x0 x0) (_ bv1 10)))
))
(check-sat)
(exit)
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback