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
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.
Merge SafeStatesProperty and BadStatesProperty into LazySetProperty and add a flag expressing whether the set represents the safe states or the bad states.
Here are three options. I tend toward 3.
SafeFunctionProperty
.SafeStatesProperty
to allow also storing a function instead of a set. We would have to add a field for the dimensionn
.SafeStatesProperty
andBadStatesProperty
intoLazySetProperty
and add a flag expressing whether the set represents the safe states or the bad states.Originally posted by @schillic in #537
The text was updated successfully, but these errors were encountered: