(set-logic QF_BV) (set-info :status unsat) (declare-const v0 (_ BitVec 8)) (declare-const v1 (_ BitVec 8)) (assert (= #b1 (bvor (bvor (bvor (ite (distinct (bvxor v0 v1) (bvsub (bvor v0 v1) (bvand v0 v1))) #b1 #b0) (ite (distinct (bvand v0 (bvnot v1)) (bvsub (bvor v0 v1) v1)) #b1 #b0)) (bvor (ite (distinct (bvand v0 (bvnot v1)) (bvsub v0 (bvand v0 v1))) #b1 #b0) (ite (distinct (bvnot (bvsub v0 v1)) (bvsub (bvsub v1 v0) (_ bv1 8))) #b1 #b0))) (ite (distinct (bvnot (bvsub v0 v1)) (bvadd (bvnot v0) v1)) #b1 #b0)))) (check-sat)