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
Track conversion and use identifier instead of expression
This tracks when an expression is converted by storing the
identifier in the SMT output in the defined_expressions
map. Then when asserting this expression, merely assert the
identifier and don't duplicate the expression in the output.
0 commit comments