(set-logic QF_BV) (set-info :status sat) (declare-const v0 (_ BitVec 1)) (declare-const v1 (_ BitVec 1)) (declare-const v2 (_ BitVec 1)) (declare-const v3 (_ BitVec 1)) (declare-const v4 (_ BitVec 1)) (declare-const v5 (_ BitVec 2)) (declare-const v6 (_ BitVec 1)) (declare-const v7 (_ BitVec 2)) (declare-const v8 (_ BitVec 1)) (declare-const v9 (_ BitVec 3)) (assert (= #b1 (bvand (bvand (bvand (bvnot v0) (bvand (bvnot (bvand v1 v2)) (bvnot (bvand v3 v2)))) (bvand v4 (ite (= ((_ extract 0 0) v5) (ite (= (concat v0 v6) v7) #b1 #b0)) #b1 #b0))) (bvand (bvnot (bvand (bvand (bvnot (ite (= (bvand v6 (bvnot ((_ extract 0 0) v5))) #b1) (bvnot v0) v0)) (bvnot (ite (= (bvand (bvnot v6) ((_ extract 0 0) v5)) #b1) ((_ extract 0 0) v5) v0))) (bvand (bvnot (bvand (bvnot v8) (bvnot ((_ extract 1 1) v9)))) (bvnot (bvand v8 ((_ extract 1 1) v9)))))) (bvnot (bvand (bvnot (bvand (bvnot (bvand (bvnot v8) (bvnot ((_ extract 1 1) v9)))) (bvnot (bvand v8 ((_ extract 1 1) v9))))) (bvand (bvnot v0) (bvand (bvnot (bvand v1 v2)) (bvnot (bvand v3 v2)))))))))) (check-sat)