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

SMT variable names are not always distinct #1

Open
joukestoel opened this issue May 25, 2018 · 0 comments
Open

SMT variable names are not always distinct #1

joukestoel opened this issue May 25, 2018 · 0 comments
Labels

Comments

@joukestoel
Copy link
Collaborator

When defining two tuples with the same identifiers but with distinct other attributes values in the upper bound of an relation the name of the SMT variable representing these different tuples overlaps.

I.e.

R (id:id, i:int) <= {<id1,1>,<id1,2>}

In the translation the SMT variable name R_id1 is now assigned to both tuples.

@joukestoel joukestoel added the bug label May 25, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant