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

SMT2 back-end: fix inconsistent array flattening #8400

Merged
merged 2 commits into from
Sep 2, 2024

Commits on Aug 1, 2024

  1. Array reasoning: support let expressions

    We may have `let var=expr in array` expressions, which SMT2 conversion
    generates (and our in-tree SMT2 solver may have to consume).
    tautschnig committed Aug 1, 2024
    Configuration menu
    Copy the full SHA
    12a0fdc View commit details
    Browse the repository at this point in the history
  2. SMT2 back-end: fix inconsistent array flattening

    Whether we flatten or don't (when datatype support is not available)
    depends on the expression, but we may need to unflatten when the context
    expects an array.
    
    Fixes: diffblue#8399
    tautschnig committed Aug 1, 2024
    Configuration menu
    Copy the full SHA
    af46479 View commit details
    Browse the repository at this point in the history