Closed radustoenescu closed 5 years ago
I have issues working with long values because the provided 'mkInt' function accepts only ints, despite long values being supported by the Z3 java api.
I'm pretty sure you can use mkNumeral(Long.toString(v), mkIntSort()) for this.
I have issues working with long values because the provided 'mkInt' function accepts only ints, despite long values being supported by the Z3 java api.