1; COMMAND-LINE: --unconstrained-simp --no-check-models
2(set-logic QF_AUFBVLIA)
3(set-info :smt-lib-version 2.0)
4(set-info :category "crafted")
5(set-info :status sat)
6(declare-fun v1 () (_ BitVec 1))
7(declare-fun v2 () Int)
8(declare-fun a2 (Int) (_ BitVec 1024))
9(declare-fun v3 () (_ BitVec 1024))
10(declare-fun v4 () (_ BitVec 1024))
11(declare-fun v5 () (_ BitVec 1024))
12(assert (not (= (a2 (ite (= (bvnot (bvneg v1)) ((_ extract 0 0) v3)) v2 6)) (bvudiv (bvudiv v4 v5) (bvudiv (bvudiv v3 v4) (bvudiv v3 v5))))))
13(check-sat)
14(exit)
15