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
When loading a component, it could prove beneficial to transform the model to reduce trivially true/false constraints. In a simple system, if a clock x is reset, followed by an edge with the guard x < 5, that would be trivially true. Given this, one could remove clock x and remove the guard.
The text was updated successfully, but these errors were encountered:
When loading a component, it could prove beneficial to transform the model to reduce trivially true/false constraints. In a simple system, if a clock
x
is reset, followed by an edge with the guardx < 5
, that would be trivially true. Given this, one could remove clockx
and remove the guard.The text was updated successfully, but these errors were encountered: