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
Copy file name to clipboardExpand all lines: semantics/api-threads.k
+3-1Lines changed: 3 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -366,8 +366,10 @@ rule [ThreadTermination]:
366
366
/*@Dissolves classes cell so that configuration is not over-bloated, at the end of the execution.*/
367
367
rule [DissolveClasses]:
368
368
(<classes> _:Bag </classes> => .)
369
+
(<phTN> _:Bag </phTN> => .)
370
+
(<phCU> _:Bag </phCU> => .)
369
371
<threads> .Bag </threads>
370
-
<globalPhase> ExecutionPhase </globalPhase>
372
+
<globalPhase> ExecutionPhase </globalPhase>
371
373
<dissolveClasses> true </dissolveClasses>
372
374
373
375
/*@Dissolve all cells except <out> for the purpose of model checking. We will avoid duplicates caused by the same <out> but different order of content in other cells.*/
0 commit comments