You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently (at least in my use of Z3), if I pass Z3 the same formula, it will generate the same solution deterministically every time, which is generally great.
However, I have a use-case (as part of a Fuzzer) where it would be amazing if I could somehow tell Z3 to randomize the solutions more (ideally w.r.t. a seed). Is there any setting that allows for this or do I need to perturb the formula externally to achieve my goal?
The text was updated successfully, but these errors were encountered:
Currently (at least in my use of Z3), if I pass Z3 the same formula, it will generate the same solution deterministically every time, which is generally great.
However, I have a use-case (as part of a Fuzzer) where it would be amazing if I could somehow tell Z3 to randomize the solutions more (ideally w.r.t. a seed). Is there any setting that allows for this or do I need to perturb the formula externally to achieve my goal?
The text was updated successfully, but these errors were encountered: