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
smt2 frontend: let identifiers must be globally unique
The solver backend assumes that identifiers used in let expressions are
globally unique. The renamed identifiers are now retained in the id_map to
ensure that they are not re-used.
This enables 11 regression tests to pass.
0 commit comments