39 Native.Z3_get_finite_domain_sort_size(
Context.nCtx, NativeObject, ref res);
Z3_sort Z3_API Z3_mk_finite_domain_sort(Z3_context c, Z3_symbol name, unsigned __int64 size)
Create a named finite domain sort.
ulong Size
The size of the finite domain sort.
The main interaction with Z3 happens via the Context.