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
Currently, we use long to represent all Z3 native objects: sorts, expressions, declarations.
Also, all Z3.Native methods accept raw longs without any clarification whether it is sort, expr, or whatever else.
The idea is to provide wrappers for Z3.native methods with different value classes for different object kinds.
The text was updated successfully, but these errors were encountered:
Currently, we use
long
to represent all Z3 native objects: sorts, expressions, declarations.Also, all
Z3.Native
methods accept rawlongs
without any clarification whether it is sort, expr, or whatever else.The idea is to provide wrappers for
Z3.native
methods with different value classes for different object kinds.The text was updated successfully, but these errors were encountered: