Copying Z3 Solver -


i have seen in post: is possible clone z3_context? ability copy/clone solver planned addition z3, facilitate backtracking behaviour. have looked in c api documentation , not find way this.

is possible copy solver through c api?

the api not have method copying solver object, can simulated using z3_solver_get_assertions , z3_solver_assert. idea create new solver object, , copy assertions old new.


Comments

Popular posts from this blog

css - Text drops down with smaller window -

c# - DetailsView in ASP.Net - How to add another column on the side/add a control in each row? -

ruby on rails - Authlogic - how to make a registration and don't log in the new account? -