(set-logic QF_BV) (set-info :status unsat) (declare-const v0 (_ BitVec 8)) (assert (= #b1 (bvand (bvredor (bvand v0 #b11100000)) (ite (= (bvnot (_ bv0 3)) (bvnot ((_ extract 7 5) v0))) #b1 #b0)))) (check-sat)