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

Prune automata when no accepting location in the future #168

Open
etienneandre opened this issue Mar 8, 2024 · 0 comments
Open

Prune automata when no accepting location in the future #168

etienneandre opened this issue Mar 8, 2024 · 0 comments

Comments

@etienneandre
Copy link
Collaborator

Suggestion by Jaco van de Pol (2021/07/15)

  • if there is a single automaton with accepting location, prune as long as we are on a state that does not have any accepting state in its future
  • if several automata, do this for each accepting automaton
  • use the "distance" to go faster to accepting states

Does not work with variables
Does not work with disjunctions
Does not work with location updates

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

No branches or pull requests

1 participant