We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
The reachability_search_algorithm function is currently doing a blind search.
For optimisation, it could use something that the linked article refers to as the waiting strategy https://www.researchgate.net/publication/279310755_Improving_Search_Order_for_Reachability_Testing_in_Timed_Automata
It is also discussed in our (group 17 2022) project report on the reachability query
However, first benchmarks should be improved, else it will not be possible to measure the improvements #134
The text was updated successfully, but these errors were encountered:
Merge pull request #138 from Ecdar-SW5/location-format
93be4c7
Remove component from simple location string format
No branches or pull requests
The reachability_search_algorithm function is currently doing a blind search.
For optimisation, it could use something that the linked article refers to as the waiting strategy
https://www.researchgate.net/publication/279310755_Improving_Search_Order_for_Reachability_Testing_in_Timed_Automata
It is also discussed in our (group 17 2022) project report on the reachability query
However, first benchmarks should be improved, else it will not be possible to measure the improvements #134
The text was updated successfully, but these errors were encountered: