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
The LinearConstraintProperty allows to specify Boolean formulae. However, that feature should be independent of the fact that it wraps a linear constraint.
Proposal:
Generalize Clause to Conjunction <: Property, and Disjunction <: Property and outsource them.
Remove LinearConstraintProperty because it is captured by SubsetProperty.
Rename SubsetProperty → SafeStatesProperty and IntersectionProperty → BadStatesProperty
The text was updated successfully, but these errors were encountered:
The
LinearConstraintProperty
allows to specify Boolean formulae. However, that feature should be independent of the fact that it wraps a linear constraint.Proposal:
Clause
toConjunction <: Property
, andDisjunction <: Property
and outsource them.LinearConstraintProperty
because it is captured bySubsetProperty
.SubsetProperty
→SafeStatesProperty
andIntersectionProperty
→BadStatesProperty
The text was updated successfully, but these errors were encountered: