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

Fix cvc5 incremental use #453

Merged
merged 2 commits into from
Feb 20, 2024
Merged

Fix cvc5 incremental use #453

merged 2 commits into from
Feb 20, 2024

Conversation

msooseth
Copy link
Collaborator

@msooseth msooseth commented Feb 19, 2024

Description

CVC5 needs the flag --incremental for abstraction-refinement to work. Adding this flag.

Error by cvc5:

*** Exception: Internal Error: solver returned: Unable to parse solver output: (error "Cannot make multiple queries unless incremental solving is enabled (try --incremental)") -- CallStack (from HasCallStack):
  internalError, called at src/EVM/SymExec.hs:717:27 in hevm-0.52.0-CCZJOZs40MI9tgkh5WHYEQ:EVM.SymExec
CallStack (from HasCallStack):
  error, called at src/EVM/Types.hs:1344:19 in hevm-0.52.0-CCZJOZs40MI9tgkh5WHYEQ:EVM.Types
  internalError, called at src/EVM/SymExec.hs:717:27 in hevm-0.52.0-CCZJOZs40MI9tgkh5WHYEQ:EVM.SymExec

Checklist

  • tested locally
  • added automated tests
  • updated the docs
  • updated the changelog

Copy link
Collaborator

@zoep zoep left a comment

Choose a reason for hiding this comment

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

This fixes the issue :). Thank you so much!

@msooseth msooseth merged commit ad2e70e into main Feb 20, 2024
7 checks passed
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