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 issue 1212 #1269

Open
wants to merge 1 commit into
base: next
Choose a base branch
from
Open

Fix issue 1212 #1269

wants to merge 1 commit into from

Conversation

Halbaroth
Copy link
Collaborator

During model extraction, we only should store accesses to arrays whose the representative elements are names. Indeed, if the representative is not a name, this array cannot appear in a model.

The embedded case is correctly managed because we generate fresh names that will become the representative elements.

@Halbaroth Halbaroth added bug models This issue is related to model generation. labels Nov 13, 2024
@Halbaroth Halbaroth linked an issue Nov 13, 2024 that may be closed by this pull request
During model extraction, we only should store accesses to arrays whose the
representative elements are names. Indeed, if the representative is not
a name, this array cannot appear in a model.

The embedded case is correctly managed because we generate fresh names
that will become the representative elements.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug models This issue is related to model generation.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Invalid assumptions in array model generation
1 participant