(set-logic QF_ABV) (set-info :status sat) (declare-const a0 (Array (_ BitVec 3) (_ BitVec 32) )) (declare-const v0 (_ BitVec 3)) (declare-const v1 (_ BitVec 3)) (declare-const v2 (_ BitVec 3)) (declare-const v3 (_ BitVec 1)) (declare-const v4 (_ BitVec 3)) (assert (= #b1 (bvand (bvand (bvnot (ite (= #b00000000000000000000000000000000 (select a0 v4)) #b1 #b0)) (bvand (ite (bvult v0 v1) #b1 #b0) (bvand (ite (= v3 #b1) #b1 #b0) (bvand (bvnot (ite (bvult v4 v0) #b1 #b0)) (ite (bvult v4 v1) #b1 #b0))))) (ite (= v1 v2) #b1 #b0)))) (check-sat)