z3py: Can the switch of the orders of constraints affect the performance of the Z3 SMT solver?

673 views Asked by At

I am trying to improve the performance of my z3py code for making an inference. Do you think changing the sequence that the logic constraint being added to the solver might possibly help?

1

There are 1 answers

2
Nuno Lopes On BEST ANSWER

It may, but switching solvers or building a specialized tactic will probably have a greater influence.