Closed 4tXJ7f closed 6 years ago
If a file uses (set-logic ALL) in the beginning, bitvector constants result in errors such as:
(set-logic ALL)
function '(_ bv512 64)' undeclared
Changing the set-logic command to use something like AUFBV fixes the issue.
set-logic
AUFBV
ec7e527594b64766fae0725a4bc820b254382877 adds support for (set-logic ALL)
If a file uses
(set-logic ALL)
in the beginning, bitvector constants result in errors such as:Changing the
set-logic
command to use something likeAUFBV
fixes the issue.