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

Support constraints of the format "x-y < c" in reachability query #141

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

Support constraints of the format "x-y < c" in reachability query #141

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

Comments

@Mati-AAU
Copy link
Contributor

Mati-AAU commented Dec 14, 2022

Currently the reachability query only supports clock constraints such as "x < 2", "z >= 1", etc.

However those of format "x-y < c" should also be supported, by supporting the "-" operator.

This is currently missing from both the query parser and invariant parser (#96).

The reachability query parser uses the invariant parser, so that must be solved first.
After solving the invariant parser issue, making it work for reachability should be trivial.

seblund pushed a commit that referenced this issue Feb 1, 2023
Hotfix for wrong clap argument name
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