You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: