About solver speed #375
Replies: 2 comments
-
I saw this issue again, unfortunately I'm not sure this is the right venue for these kinds of questions:
|
Beta Was this translation helpful? Give feedback.
-
Thank you for your reply. This issue has been going on for a long time and we have found a corresponding solution. There is no problem with z3, and the solving speed is not particularly slow. The problem lies in the architecture of our program. When we reduce unnecessary component calculations and minimize duplicate calculations caused by immutable variables in componentized program synthesis, the speed improves significantly. Finally, thank you again for taking the time to answer my question. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
We are using a solver to solve a procedural synthesis problem, but it's running really slow. I don't know if it's a problem with the solver or a problem with our coding.
Beta Was this translation helpful? Give feedback.
All reactions