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
Add is_always_simplified field in guard implementations
Expressions obtained from BDDs are already simple. Trying to simplify
them is redundant and can slow down the execution.
We add this field so that symex code can take the decision to simplify
or not an expression based on this information.
0 commit comments