(set-option :bv-enable-int2bv-propagation true)
works online. But, my local version complaints about it, saying:
(error \"line 1 column 43: u
I'm assuming you are using the unstable
(working-in-progress) branch, or one of the nightly builds. The nightly builds are produced using the unstable
branch.
This branch contains modifications that will be available in the next release (Z3 v4.3.2). Rise4fun is running the official release (i.e., master
branch). The next release (v4.3.2) will contain a new parameter setting infrastructure. The options are organized in different modules.
Moreover, I only ported the most commonly used parameters to the new framework.
I thought nobody was using the parameter :bv-enable-int2bv-propagation
:)
Anyway,
I fixed this issue. I added the parameter smt.bv.enable-int2bv
in the unstable
branch.
You can get the fix now by recompiling the unstable
branch, or waiting the fix to be available in the nightly builds. The parameter smt.bv.enable-int2bv
will also be in the next official release v4.3.2. Here are instruction on how to compile the unstable
branch.