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

Allow Z3 mappings to create contexts without models #31

Open
filipeom opened this issue Oct 14, 2023 · 4 comments
Open

Allow Z3 mappings to create contexts without models #31

filipeom opened this issue Oct 14, 2023 · 4 comments
Labels
bug Something isn't working

Comments

@filipeom
Copy link
Member

During symbolic executions, contexts without models are slightly faster than when this option is enabled. Models are only used for test-suite generation at the end of the analysis, accounting for only a fraction of the executed queries.

@zapashcanon
Copy link
Collaborator

IIRC @chambart tried this and it was not making it any faster

@filipeom
Copy link
Member Author

I tested it as well, and it doesn't appear to have any impact. However, Z3 consistently generates models, whether you set the 'model' option to 'true' or 'false,' so I may be overlooking something

@zapashcanon
Copy link
Collaborator

Yes, or Z3 may be completely ignoring this option

@filipeom
Copy link
Member Author

It could be, I'll take a look into it 😄

@filipeom filipeom added the bug Something isn't working label Apr 12, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants