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

Add new locations type "finite progress" #197

Open
etienneandre opened this issue Oct 14, 2024 · 0 comments
Open

Add new locations type "finite progress" #197

etienneandre opened this issue Oct 14, 2024 · 0 comments

Comments

@etienneandre
Copy link
Collaborator

Suggestion by Jaco: add a location type (in addition to "urgent") that allows for progress, but not indefinitely.
For example, a "finite progress" location with a guard x >= 2 would be deadlock-free, while a normal location (without invariant) is assumed to be deadlocked, because we are not forced to take the outgoing transition.
This could be implemented using an extra clock, and global parameter that must be "big enough".

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