ksmt icon indicating copy to clipboard operation
ksmt copied to clipboard

Value classes instead of Longs in Z3 API

Open Saloed opened this issue 3 years ago • 0 comments

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.

Saloed avatar Nov 29 '22 14:11 Saloed