Closed
Description
Is your feature request related to a problem? Please describe
It would be nice to expose some z3 configuration at Apalache CLI.
For one, I want to run z3 in parallel mode. This can be done via setting parallel.enable
to true
.
Describe the solution you'd like
This can be exposed via --tuning-options
.
Eg. apalache-mc simulate --tuning-options=search.solver.z3.parallel.enable=true ...
Describe the impact on your work
Faster z3 search on multi-core machines.