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
It seems that the index given to the LTS_final predicate is incorrect in HahnTrace, line 733.
If I am not mistaken, LTS_final is used to denote the terminal state. However LTS_complete_trace requires state 0 to be terminal. It is not obvious why it should be this way.
The text was updated successfully, but these errors were encountered:
It seems that the index given to the
LTS_final
predicate is incorrect in HahnTrace, line 733.If I am not mistaken,
LTS_final
is used to denote the terminal state. HoweverLTS_complete_trace
requires state0
to be terminal. It is not obvious why it should be this way.The text was updated successfully, but these errors were encountered: