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

Upgrade Z3 (restores linux/arm64 support) #3057

Merged
merged 4 commits into from
Jan 4, 2025
Merged

Upgrade Z3 (restores linux/arm64 support) #3057

merged 4 commits into from
Jan 4, 2025

Conversation

thpani
Copy link
Collaborator

@thpani thpani commented Jan 3, 2025

Via the new z3(-turnkey) releases (see Z3Prover/z3#7201 and tudo-aqua/z3-turnkey#18) we finally have support for linux/arm64.

We also stop passing the legacy parameter seed, which it seems has been removed.
If we try to pass it, Solver.add fails with

com.microsoft.z3.Z3Exception: unknown parameter 'seed'
Legal parameters are:
...

Only random_seed remains in the list.

  • 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

thpani added 2 commits January 3, 2025 13:54
It looks like the legacy parameter `seed` has been removed. If we try to pass it, `Solver.add` fails with

```
com.microsoft.z3.Z3Exception: unknown parameter 'seed'
Legal parameters are:
...
```

Only `random_seed` remains in the list.
@thpani thpani requested a review from konnov January 3, 2025 14:03
@thpani thpani requested a review from rodrigo7491 as a code owner January 3, 2025 14:03
Copy link
Collaborator

@konnov konnov left a comment

Choose a reason for hiding this comment

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

Looks great! Thanks for taking care of it

@thpani thpani merged commit 512fc1c into main Jan 4, 2025
10 checks passed
@thpani thpani deleted the th/upgrade-z3 branch January 4, 2025 08:33
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.

2 participants