Replies: 1 comment 3 replies
-
You can set these parameters on the "solver" object. They will be local to each solver. |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I am creating multiple Z3 contexts on multiple threads using C/C++ API. I see that I can set the global parameters "'smt.random_seed" and "sat.random_seed".
Is it possible to set these parameters at context level or at thread-level?
Is there some other way to enable deterministic behavior when creating and solving multiple contexts on parallel threads?
Beta Was this translation helpful? Give feedback.
All reactions