bvSort function
The type of a bit-vector with the given width
.
Implementation
BitVecSort bvSort(int width) => BitVecSort(width).declare();
The type of a bit-vector with the given width
.
BitVecSort bvSort(int width) => BitVecSort(width).declare();