(set-logic QF_BV) (set-info :status sat) (declare-const v0 (_ BitVec 1024)) (declare-const v1 (_ BitVec 1024)) (declare-const v2 (_ BitVec 1024)) (declare-const v3 (_ BitVec 1024)) (declare-const v4 (_ BitVec 1024)) (declare-const v5 (_ BitVec 1024)) (declare-const v6 (_ BitVec 1024)) (assert (= #b1 (ite (distinct (bvmul (bvmul (bvmul v3 v2) (bvmul v1 v4)) (bvmul (bvmul (bvudiv v0 v1) (bvudiv v0 v2)) (bvmul (bvudiv v1 v2) (bvmul v3 v4)))) (bvadd v5 v6)) #b1 #b0))) (check-sat)