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

Incorrect state index in LTS_complete_trace ? #33

Open
InnocentusLime opened this issue Feb 7, 2024 · 1 comment
Open

Incorrect state index in LTS_complete_trace ? #33

InnocentusLime opened this issue Feb 7, 2024 · 1 comment

Comments

@InnocentusLime
Copy link

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.

@vafeiadis
Copy link
Owner

You are right: the index should be length l.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants