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

Accept anonymous function for property checking #566

Open
mforets opened this issue Mar 21, 2019 · 0 comments
Open

Accept anonymous function for property checking #566

mforets opened this issue Mar 21, 2019 · 0 comments

Comments

@mforets
Copy link
Member

mforets commented Mar 21, 2019

Here are three options. I tend toward 3.

  1. Add SafeFunctionProperty.
  2. Generalize the existing SafeStatesProperty to allow also storing a function instead of a set. We would have to add a field for the dimension n.
  3. Merge SafeStatesProperty and BadStatesProperty into LazySetProperty and add a flag expressing whether the set represents the safe states or the bad states.

Originally posted by @schillic in #537

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