Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Propagate z3 parameters in the tuning options #2990

Merged
merged 18 commits into from
Sep 23, 2024
Merged

Propagate z3 parameters in the tuning options #2990

merged 18 commits into from
Sep 23, 2024

Conversation

konnov
Copy link
Collaborator

@konnov konnov commented Sep 18, 2024

Closes #2315.
This PR adds the ability to pass z3 tuning parameters right in the Apalache fine tuning parameters. This is a feature that we should have implemented long time ago.

The parameters are now parsed in FineTuningParser. Initially, I tried to use pureconfig. However, it is too opinionated and it needs more workarounds than it helps. Writing a trivial parameter parser is much easier than fiddling with pureconfig, e.g., propagating product hints via implicits.

  • Tests added for any new code
  • Ran make fmt-fix (or had formatting run automatically on all files edited)
  • Documentation added for any new functionality
  • Entries added to ./unreleased/ for any new functionality

@konnov konnov marked this pull request as ready for review September 18, 2024 12:42
@konnov konnov requested review from Kukovec, thpani and bugarela and removed request for rodrigo7491 September 18, 2024 12:42
Copy link
Collaborator

@thpani thpani left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Generally LGTM, I left a few comments

@konnov konnov merged commit 9d89eb3 into main Sep 23, 2024
10 checks passed
This was referenced Sep 24, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Use Z3 in parallel mode
2 participants