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
So far a MethodSummary is the union of all StatesIn and consists of:
1 Slot with all possible ReturnValues of all States
1 FieldEdges with all unified FieldEdges of all States
To retain the link of corresponding ReturnValues and FieldEdges of a State, the MethodSummary could be changed to a Set of Pairs of Slot and FieldEdges:
1 Set<Pair<Slot,FieldEdges>>
Thus there would be no information lost, but MethodInvocation would lead to multiple new States.
The text was updated successfully, but these errors were encountered:
So far a MethodSummary is the union of all StatesIn and consists of:
To retain the link of corresponding ReturnValues and FieldEdges of a State, the MethodSummary could be changed to a Set of Pairs of Slot and FieldEdges:
Set<Pair<Slot,FieldEdges>>
Thus there would be no information lost, but MethodInvocation would lead to multiple new States.
The text was updated successfully, but these errors were encountered: