(set-logic QF_BV) (set-info :status unsat) (declare-const v0 (_ BitVec 4)) (declare-const v1 (_ BitVec 4)) (declare-const v2 (_ BitVec 4)) (declare-const v3 (_ BitVec 4)) (assert (= #b1 (bvnot (bvor (bvnot (bvnot (ite (= v1 (_ bv0 4)) #b1 #b0))) (bvor (bvnot (bvand (ite (= v2 (bvudiv v0 v1)) #b1 #b0) (ite (= v3 (bvurem v0 v1)) #b1 #b0))) (bvand (bvand (ite (= v0 (bvadd v3 (bvmul v1 v2))) #b1 #b0) (ite (bvult v3 v1) #b1 #b0)) (bvand (ite (= v0 (bvadd v3 (bvmul v1 v2))) #b1 #b0) (ite (bvult v3 v1) #b1 #b0)))))))) (check-sat)