push and pop #5046
-
Do POP and PUSH operations speed up the solution of Z3 ? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 7 replies
-
It totally depends on use case. You have to try out on representative samples from your use case. |
Beta Was this translation helpful? Give feedback.
It totally depends on use case. You have to try out on representative samples from your use case.
push/pop can amortize some overhead, but then also prevent some global simplifications.