Closed shingarov closed 4 months ago
Right now, attempt to call Z3Solver>>getParamDescrs or related APIs, will result in exception:
API not (yet) supported: Type PARAM_DESCRS not (yet) supported.
Support for these APIs is required before we can play with setting different solving tactics (for example to prove Gauss over bv32).
Half-baked support for PARAM_DESCRS is here: https://github.com/janvrany/MachineArithmetic/tree/pr/add-Z3ParameterDescriptionSet
PARAM_DESCRS
Will finish it later as there are more pressing things.
Right now, attempt to call Z3Solver>>getParamDescrs or related APIs, will result in exception:
Support for these APIs is required before we can play with setting different solving tactics (for example to prove Gauss over bv32).