-
Notifications
You must be signed in to change notification settings - Fork 132
Open
Labels
enhancementNew feature or requestNew feature or request
Description
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.
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request