You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
In the translation the SMT variable name
R_id1
is now assigned to both tuples.The text was updated successfully, but these errors were encountered: