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
It would be useful to expose application parameters, such as the high and low limits of a Z3_OP_EXTRACT.
The python bindings expose them with a params() method on FuncDeclRef, which may be a good way here as well.
For my specific application I only need access to integer parameters (for extract, zero and sign extend), but it makes sense to think of the other parameter types too. I may have time to work on this, but I don't have a clear idea of what would be a good api to expose.
The text was updated successfully, but these errors were encountered:
It would be useful to expose application parameters, such as the
high
andlow
limits of aZ3_OP_EXTRACT
.The python bindings expose them with a
params()
method onFuncDeclRef
, which may be a good way here as well.For my specific application I only need access to integer parameters (for extract, zero and sign extend), but it makes sense to think of the other parameter types too. I may have time to work on this, but I don't have a clear idea of what would be a good api to expose.
The text was updated successfully, but these errors were encountered: