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

CherryPick rule for powersets incorrectly propagates pointers #2606

Closed
Kukovec opened this issue Jun 20, 2023 · 0 comments · Fixed by #2607
Closed

CherryPick rule for powersets incorrectly propagates pointers #2606

Kukovec opened this issue Jun 20, 2023 · 0 comments · Fixed by #2607
Assignees
Labels

Comments

@Kukovec
Copy link
Collaborator

Kukovec commented Jun 20, 2023

See informalsystems/quint#963

Any set picked from a powerset will currently hold the exact same pointers as the base set in the arena (though it will be constrained in SMT). This leads to incorrect counterexample reconstruction (from a, presumably, correct model).

@Kukovec Kukovec added the bug label Jun 20, 2023
@Kukovec Kukovec self-assigned this Jun 20, 2023
thpani added a commit to informalsystems/quint that referenced this issue Jun 27, 2023
The issue we encountered before (#963) should've been fixed in Apalache:
apalache-mc/apalache#2606
thpani added a commit to informalsystems/quint that referenced this issue Jun 27, 2023
The issue we encountered before (#963) should've been fixed in Apalache:
apalache-mc/apalache#2606
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant