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

Better errors from find_path when a preliminary check fails #136

Open
Mati-AAU opened this issue Dec 14, 2022 · 0 comments
Open

Better errors from find_path when a preliminary check fails #136

Mati-AAU opened this issue Dec 14, 2022 · 0 comments

Comments

@Mati-AAU
Copy link
Contributor

Mati-AAU commented Dec 14, 2022

find_path uses is_trivially_unreachable to stop early if these preliminary checks show it is trivially unreachable.

Currently there are few preliminary checks, but more can be added, see #135

Each of these cases could report a specific response, giving the user more precise information on why it is not reachable.
For example, could say ""end state" is not reachable because the given clock constraints do not intersect with the invariant of the end state", or something along those lines

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

1 participant