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

Using the "until" operator #215

Open
abadithela opened this issue Aug 28, 2019 · 1 comment
Open

Using the "until" operator #215

abadithela opened this issue Aug 28, 2019 · 1 comment

Comments

@abadithela
Copy link

abadithela commented Aug 28, 2019

Hi,

I'm trying to use the until operator (U) in one of my specifications but I get a KeyError. Isn't U the right way to denote this operator? I have been able to use the Next (X) operator without a problem. I haven't found this operator used in any of the examples provided. Can you please point me to any examples in which this operator has been used?

Thanks!
Apurva

@necozay
Copy link
Contributor

necozay commented Aug 28, 2019

"Until" is not part of GR(1). That is why it is not used in the examples. There is a conservative conversion to GR(1) implemented here. I think it should be handled automatically but I don't remember that part of the implementation. One temporary workaround is to use the encoding in the above link and manually write down the corresponding GR(1) spec for your problem.

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

2 participants