My applicant is originally a SAT problem. Now, I'm trying to do some extension which requires to use some int variables. So the problem becomes a SMT problem. But I encountered a performance problem when using z3 to solve it. As the int variable is bounded (less than 100), it's viable to convert it to a pure SAT problem.
Does anyone know how to apply this tactic in z3 c++ interface?
Or can I use z3 to convert the SMT constraints to SAT formulas firstly and then
try other SAT solvers?
Thanks in advance.