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
Is the idea to properly support them, or to add them by using existing operators as described by their semantics in https://smt-lib.org/theories-FixedSizeBitVectors.shtml?
It seems that adding bv2int is needed, but it can be defined using an ite on the sign bit and bv2nat
The goal is to properly support them through the DL (once it's merged) or arithmetic solver. I think we want to avoid ite – or at least we want theory propagation to learn when these become true from intervals.
No description provided.
The text was updated successfully, but these errors were encountered: