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 TypedVar::toString() method seems to be incorrect for indexed identifiers. For example, the SMT standard specifies the type of 32-bit bitvectors be as (_ Bitvec 32), but the current implementation seems to yield (Bitvec 32) instead.
Thanks!
The text was updated successfully, but these errors were encountered:
Hi,
The TypedVar::toString() method seems to be incorrect for indexed identifiers. For example, the SMT standard specifies the type of 32-bit bitvectors be as (_ Bitvec 32), but the current implementation seems to yield (Bitvec 32) instead.
Thanks!
The text was updated successfully, but these errors were encountered: